随笔分类 - Microservice
摘要:https://docs.spring.io/spring-boot/docs/2.0.1.RELEASE/reference/htmlsingle/pom.xml mysql mysql-connector-java 8.0.11 com.alibaba druid-spring-boot-starter 1.1.9 org.springframewor...
阅读全文
摘要:https://docs.spring.io/spring-boot/docs/2.0.1.RELEASE/reference/htmlsingle/pom.xml mysql mysql-connector-java 8.0.11 org.apache.curator curator-framework 2.12.0 org.apache.curator...
阅读全文
摘要:pom.xm application.properties Redis的Session配置类RedisSessionManagerConfiguration,主要是实现JSON格式的系列化 RedisTemplate的配置 Redis缓存配置RedisCacheManagerCustomizer 缓
阅读全文
摘要:pom.xml application.properties 启动类 配置类 实体类 Menu 实体类 MenuNode 缓存应用 Controller类
阅读全文
摘要:在MongoDB中插入如下的数据 pom.xml application.properties 启动类 实体类Baike 实体类Comment DAO类(强大的MongoTemplate) Service类 Controller类
阅读全文
摘要:application.properties logback.xml
阅读全文
摘要:pom.xml application.properties 数据库连接池的配置 强大的JpaRepository 实体User 实体Department Serivce类 RestController类
阅读全文
摘要:pom.xml application.properties 连接池的配置类 SQL DAO类 Service类 RestController类
阅读全文