会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
lshan
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
62
63
64
65
66
67
68
69
70
···
83
下一页
2018年11月13日
@Slf4j注解
摘要: 参考: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)
编辑
2018年11月12日
quartz 定时任务的增删改
摘要: 参考: https://blog.csdn.net/llmys/article/details/81069863
阅读全文
posted @ 2018-11-12 09:22 lshan
阅读(150)
评论(0)
推荐(0)
编辑
2018年11月9日
maven 在pom.xml 中指定仓库位置
摘要: ...... 在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)
编辑
springboot sybase 数据库
摘要: 依赖:(驱动) 配置: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)
编辑
2018年11月7日
spring boot 整合 (全)
摘要: 参考: https://github.com/spring-projects/spring-boot/tree/master/spring-boot-samples
阅读全文
posted @ 2018-11-07 17:40 lshan
阅读(115)
评论(0)
推荐(0)
编辑
spring boot 整合案例
摘要: github : https://github.com/nbfujx/springBoot-learn-demo
阅读全文
posted @ 2018-11-07 10:12 lshan
阅读(230)
评论(0)
推荐(0)
编辑
spring boot 整合MongoDB
摘要: 参考 https://www.cnblogs.com/nbfujx/p/7999171.html
阅读全文
posted @ 2018-11-07 10:09 lshan
阅读(94)
评论(0)
推荐(0)
编辑
2018年11月6日
CQRS command Query
摘要: 参考:https://www.jdon.com/cqrs.html
阅读全文
posted @ 2018-11-06 18:12 lshan
阅读(88)
评论(0)
推荐(0)
编辑
Axon框架使用指南
摘要: 参考: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)
编辑
命令查询职责分离(CQRS)模式
摘要: 参考: 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
下一页