基于Spring Boot 2.3、 Spring Cloud Hoxton & Alibaba、 OAuth2 的RBAC 权限管理系统。 记得右上角点个star 关注更新
基于Spring Boot 2.3、 Spring Cloud Hoxton & Alibaba、 OAuth2 的RBAC 权限管理系统。 记得右上角点个star 关注更新
spring boot项目中克隆后,回退到了第一个版本,本工程即为那时的代码,提交时间是2013年4月。 依赖的spring 版本是spring 4.0.0.BOOTSTRAP-SNAPSHOT 本工程对代码进行了注释,方便阅读
Spring boot应用,用Netty替换底层Tomcat容器
springBoot项目简单使用sharding-jdbc,利用sharding-jdbc实现简单,分区分表,读写分离。
使用netty实现的http客户端工具类,主要支持post方式的http+json。 为了性能考虑,做了池化处理,比如你要请求的url为http:1.1.1.1:8080/xxxxx,那么,我们会预先建立到1.1.1.1:8080的连接池,使用的技术为commons-pool2。 以上都准备好了后,发送http请求时,下层会先去commons-pool里获取一个netty client,然后用它来发送http请求。 其中,还涉及到同步转异步的一些处理。
Contributions last year: 6
Max continuous contributions: 1
Recent contributions: 1
Commits, issues, and pull requests will appear on your contribution graph. Only when the email address used for the commits in local configuration is associated with your GitOSC account, the commits' contribution will be counted.