# Learning-SpringBoot **Repository Path**: Learning-sam/Learning-SpringBoot ## Basic Information - **Project Name**: Learning-SpringBoot - **Description**: Learning-SpringBoot 学习项目源码,陆续更新中 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 1 - **Created**: 2017-12-20 - **Last Updated**: 2023-12-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Learning-SpringBoot ### springboot-base 基础 ### springboot-config 常规配置 ### springboot-log 日志处理 ### springboot-web-thymeleaf 模板 ### springboot-web-config mvc配置 ### springboot-web-tomcat tomcat功能 ### springboot-web-ssl ssl功能 ### springboot-web-websocket WebSocket 实现 ### springboot-data-jdbc JDBC 实现 ### springboot-data-jdbc-multiple 多数据源 ### springboot-data-jpa Spring JPA集成,默认实现是hibernate ### springboot-data-transactional 事物 ### springboot-data-mybatis mybatis 集成 ### springboot-data-mybatis-page 分页 ### springboot-data-mybatis-mapper 通用mapper ### springboot-data-mybatis-generator 自动代码生成插件 ### springboot-data-cache 声明式缓存实现 ### springboot-data-mongodb MongoDB 集成 ### springboot-data-redis Redis集成 ### springboot-security Spring Security 实现 ### springboot-shiro shiro 集成(缺) ### springboot-batch SpringBatch 实现 ### springboot-mq-jms 集成AMQ实现 ### springboot-mq-amqp RabbitMQ集成-暂时没有 ### springboot-integration 企业集成,暂时没看, ### springboot-dev-deploy-test 开发部署测试 ### springboot-monitor 监控 ### springboot-principle 运行原理 ### springboot-session 集成Spring Session ### springCloud 实现