上一页 1 ··· 62 63 64 65 66 67 68 69 70 ··· 83 下一页
摘要: 参考:https://blog.csdn.net/qq_26344609/article/details/78905845 如果不想每次都写private final Logger logger = LoggerFactory.getLogger(XXX.class); 可以用注解@Slf4j 一、 阅读全文
posted @ 2018-11-13 14:04 lshan 阅读(460) 评论(0) 推荐(0) 编辑
摘要: 参考: https://blog.csdn.net/llmys/article/details/81069863 阅读全文
posted @ 2018-11-12 09:22 lshan 阅读(150) 评论(0) 推荐(0) 编辑
摘要: ...... 在pom.xml 中添加 仓库位置(这样遇到私服没有的依赖,就会去这下载) <repositories> <repository> <id>spring-milestones</id> <name>Spring Milestones</name> <url>https://repo.s 阅读全文
posted @ 2018-11-09 17:33 lshan 阅读(4481) 评论(0) 推荐(0) 编辑
摘要: 依赖:(驱动) 配置:application.yml # Hikari will use the above plus the following to setup connection pooling#spring.datasource.type=com.zaxxer.hikari.HikariD 阅读全文
posted @ 2018-11-09 17:27 lshan 阅读(1734) 评论(0) 推荐(0) 编辑
摘要: 参考: https://github.com/spring-projects/spring-boot/tree/master/spring-boot-samples 阅读全文
posted @ 2018-11-07 17:40 lshan 阅读(115) 评论(0) 推荐(0) 编辑
摘要: github : https://github.com/nbfujx/springBoot-learn-demo 阅读全文
posted @ 2018-11-07 10:12 lshan 阅读(230) 评论(0) 推荐(0) 编辑
摘要: 参考 https://www.cnblogs.com/nbfujx/p/7999171.html 阅读全文
posted @ 2018-11-07 10:09 lshan 阅读(94) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.jdon.com/cqrs.html 阅读全文
posted @ 2018-11-06 18:12 lshan 阅读(88) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/wangli13860426642/article/details/80018222 详细参考: https://blog.csdn.net/wangli13860426642/article/category/7607196 阅读全文
posted @ 2018-11-06 18:04 lshan 阅读(310) 评论(0) 推荐(0) 编辑
摘要: 参考: http://www.cnblogs.com/yangecnu/p/Introduction-CQRS.html 阅读全文
posted @ 2018-11-06 15:55 lshan 阅读(104) 评论(0) 推荐(0) 编辑
上一页 1 ··· 62 63 64 65 66 67 68 69 70 ··· 83 下一页