学习go的小demo,属于web项目,使用gin/gorm,按照三层架构思想来写
🔥🔥🔥🔥🔥🔥重磅!《Go Web编程实战派从入门到精通》随书代码开源啦,Go语言/Web/高并发/微服务/Gin/Redis/MongoDB/golang/Docker/beego源码!欢迎star~ go go go gophers
使用netty 作为通信服务器,与C自定义协议帧通信,原用于物联网项目
来源:https://github.com/apache/tomcat,备份,预防万一
来源:https://github.com/Activiti/Activiti,复制过来作为备份,预防万一
来源:https://github.com/mybatis/spring,作为备胎预防万一。
研究spring-framework-5.2.14.RELEASE源码,做中文笔记
研究MyBatis源码,基于mybatis-3-mybatis-3.5.6
mybatis-parent,编译MyBatis源码时候可能用到。源地址:https://github.com/mybatis/parent,复制过来,作为备胎预防万一。
来源:https://github.com/spring-projects/spring-boot,作为备胎,预防万一
来源:https://github.com/spring-projects/spring-framework,复制过来,作为备胎,预防万一
复制github上的MyBatis库,作为备胎,假如有一天github访问不到的话……
mybatis源码引用地址,https://github.com/tuguangquan/mybatis,复制过来学习学习
这是复制gitee上其他用户分享的代码仓库【直接clone,可以运行】Spring源码深度分析,IoC、AOP、BeanFactory、BeanDefinition解析、循环依赖等等
spring boot2+spring security5 demo,自定义SecurityMetadataSource,AccessDecisionManger,userDetailsService,FilterSecurityInterceptor