摘要:
参考:https://blog.csdn.net/a13627210064/article/details/82348059 参考:https://blog.csdn.net/u010288264/article/details/55260237 (1 2 3 4) 依賴: <repositorie
阅读全文
posted @ 2018-11-13 14:32
lshan
阅读(185)
推荐(0)
摘要:
参考:https://blog.csdn.net/the_fool_/article/details/80570971
阅读全文
posted @ 2018-11-13 14:21
lshan
阅读(168)
推荐(0)
摘要:
参考: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
阅读(471)
推荐(0)
摘要:
参考: https://blog.csdn.net/llmys/article/details/81069863
阅读全文
posted @ 2018-11-12 09:22
lshan
阅读(157)
推荐(0)
摘要:
...... 在pom.xml 中添加 仓库位置(这样遇到私服没有的依赖,就会去这下载) <repositories> <repository> <id>spring-milestones</id> <name>Spring Milestones</name> <url>https://repo.s
阅读全文
posted @ 2018-11-09 17:33
lshan
阅读(4536)
推荐(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
阅读(1776)
推荐(0)
摘要:
参考: https://github.com/spring-projects/spring-boot/tree/master/spring-boot-samples
阅读全文
posted @ 2018-11-07 17:40
lshan
阅读(128)
推荐(0)
摘要:
github : https://github.com/nbfujx/springBoot-learn-demo
阅读全文
posted @ 2018-11-07 10:12
lshan
阅读(239)
推荐(0)
摘要:
参考 https://www.cnblogs.com/nbfujx/p/7999171.html
阅读全文
posted @ 2018-11-07 10:09
lshan
阅读(98)
推荐(0)
摘要:
参考:https://www.jdon.com/cqrs.html
阅读全文
posted @ 2018-11-06 18:12
lshan
阅读(116)
推荐(0)