# springboot-learn-integration **Repository Path**: charles3/springboot-learn-integration ## Basic Information - **Project Name**: springboot-learn-integration - **Description**: 测试过rabbitmq列信队列的 参考 https://juejin.cn/post/6844904120030085134 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-08-18 - **Last Updated**: 2023-08-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Thanks to jetbrains ```xml springboot-learn-batch springboot-learn-server springboot-learn-thymeleaf springboot-learn-freemarker springboot-learn-api springboot-learn-static-resources springboot-learn-file-upload springboot-learn-enhance springboot-learn-persistent-jdbc-template springboot-learn-mybatis springboot-learn-jpa springboot-learn-redis springboot-learn-session-share springboot-learn-rest springboot-learn-cache-ehcache springboot-learn-security ``` ### # [springboot-learn-batch](/springboot-learn-batch) > 批处理 ### # [springboot-learn-server](/springboot-learn-server) > 使用jetty代替tomcat ### # [springboot-learn-thymeleaf](/springboot-learn-thymeleaf) > 在SpringBoot中使用模板引擎-thymeleaf ### # [springboot-learn-freemarker](/springboot-learn-freemarker) > 在SpringBoot中使用模板引擎-freemarker ### # [springboot-learn-api](/springboot-learn-api) > 使用Springboot提供REST api接口 * 自定义消息转换器httpMessageConvert * 异步方法的使用 ### # [springboot-learn-static-resources](/springboot-learn-static-resources) > 在SpringBoot项目中访问静态资源 ### # [springboot-learn-file-upload](/springboot-learn-file-upload) > 文件上传 ### # [springboot-learn-enhance](/springboot-learn-enhance) > SpringBoot增强 * HandlerInterceptor 拦截器 * 切面 AOP ### # [springboot-learn-persistent-jdbc-template](/springboot-learn-persistent-jdbc-template) * 数据持久化-jdbcTemplate * jdbcTemplate-多数据源 * 粒度: * 每一条sql语句都可以选择某个数据源,粒度很细 ### # [springboot-learn-mybatis](/springboot-learn-mybatis) * 数据持久化-mybatis * mybatis-多数据源 * 粒度 * 可以给某个包下所有的mapper配置一个数据源 ### # [springboot-learn-jpa](/springboot-learn-jpa) * 注解式数据持久化-jpa * ~~jpa-多数据源~~ * 粒度也是包级别 ### # [springboot-learn-redis](/springboot-learn-redis) * 整合单机redis ### # [springboot-learn-session-share](/springboot-learn-session-share) * 分布式session共享 ### # [springboot-learn-rest](/springboot-learn-rest) * Rest接口-不需要编写Controller ### # [springboot-learn-cache-ehcache](/springboot-learn-cache-ehcache) * 使用ehcache作为缓存 ### # [springboot-learn-security](/springboot-learn-security) * 在项目中使用SpringSecurity ## TODO * MyCat读写分离,分库分表 * redis集群与Springboot的整合