Wesley13 Wesley13
4年前
Spring Authorization Server 全新授权服务器整合使用
前言SpringAuthorizationServer是Spring团队最新开发适配OAuth协议的授权服务器项目,旨在替代原有的SpringSecurityOAuth经过半年的开发和孵化,目前已经发布了0.1.0版本,初步支持授权码、客户端、刷新、注销等OAuth协议本文
Stella981 Stella981
4年前
SpringBoot2.0 整合 RocketMQ ,实现请求异步处理
一、RocketMQ1、架构图片!(https://oscimg.oschina.net/oscnet/a7e261efad5acb86f69514490073291e002.jpg)2、角色分类(1)、BrokerRocketM
Easter79 Easter79
4年前
Springboot整合cxf后不能访问controller,不能访问接口
参考版本springboot1.4.X  <  cxfspringbootstarterjaxws3.1.Xspringboot1.5.X  <  cxfspringbootstarterjaxws3.2.X成功集成cxf后,发现只有webservice服务可
Stella981 Stella981
4年前
SpringBoot整合Swagger3生成接口文档
  前后端分离的项目,接口文档的存在十分重要。与手动编写接口文档不同,swagger是一个自动生成接口文档的工具,在需求不断变更的环境下,手动编写文档的效率实在太低。与新版的swagger3相比swagger2配置更少,使用更加方便。一、pom文件中引入Swagger3依赖<dependency
Easter79 Easter79
4年前
SpringBoot2 整合Ehcache组件,轻量级缓存管理
本文源码:GitHub·点这里(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Fcicadasmile%2Fmiddlewareparent)||GitEE·点这里(https://gitee.com/cicadasmile/middleware
Easter79 Easter79
4年前
Springboot2.x整合logback slf4j
Springboot项目的pom里引入的parent<parent<groupIdorg.springframework.boot</groupId<artifactIdspringbootstarterparent</artifactId<version2.0.0.RELE
Easter79 Easter79
4年前
SpringBoot2.0 整合 RocketMQ ,实现请求异步处理
一、RocketMQ1、架构图片!(https://oscimg.oschina.net/oscnet/a7e261efad5acb86f69514490073291e002.jpg)2、角色分类(1)、BrokerRocketM
Stella981 Stella981
4年前
Dubbo与Zookeeper、SpringMVC整合和使用(负载均衡、容错)
!(https://oscimg.oschina.net/oscnet/771a0d0e23e340899ccabdd804af8569.gif)互联网的发展,网站应用的规模不断扩大,常规的垂直应用架构已无法应对,分布式服务架构以及流动计算架构势在必行,Dubbo是一个分布式服务框架,在这种情况下诞生的。现在核心业务抽取出来,作为独立的服务,
Easter79 Easter79
4年前
SpringBoot整合自定义FTP文件连接池
说明:通过GenericObjectPool实现的FTP连接池,记录一下以供以后使用环境:JDK版本1.8框架:springboot2.1文件服务器:ServU1.引入依赖<!ftp文件上传<dependency<groupIdcommonsnet</groupId<artifact
Easter79 Easter79
4年前
SpringBoot2.0 整合 Redis集群 ,实现消息队列场景
本文源码:GitHub·点这里(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Fcicadasmile%2Fmiddlewareparent)||GitEE·点这里(https://gitee.com/cicadasmile/middleware