spring boot
spring 设置 devtools
- 1: complier -> automatical
- 2:ctrl+shift+alt+/ -> registry -> app.running
默认数据源
- 1: exclude={DataSourceAutoConfiguration.class,DataSourceTransactionManagerAutoConfiguration.class}
- 2: 多数据源使用 @Primery @Order
使用spring aop模块
- 1: spring.aop.auto=true
- 2: spring.aop.proxy-target-class=false
性能测试框架: dropwizard metrics 作为打造APM原型的起点
- 1: dropwizard提供了几个注解: Timed Gauge Counted Metered ExceptionMetered
- 2:
spring security
- 1: security.user.name = xxx security.user.password=xxx
- 2: 核心是 认证和授权
最后更新:2017-10-25 23:03:25
上一篇:
《greenplum 最佳实践》 模式设计 (三)
下一篇:
【云周刊】第143期:如何让数据价值最大化?阿里全域大数据系统深度解读
关于Android的nodpi,xhdpi,hdpi,mdpi,ldpi
阿里云2017双十一红包优惠来啦 分享领更多还可以抽天猫红包哦
C# dev gridcontrol “时间”字符串格式化
Linux内核剖析 之 进程地址空间(二)
《Spring Data官方文档》5.3. Connecting to Cassandra with Spring至5.5. Introduction to CassandraTemplate
互联网兴起背后 众多医疗网红离开医院照样门庭若市
我所积累的20条编程经验
MySQL 5.7 新时代
游戏安全资讯精选 2017 年第一期:流量攻击态势严峻,微软7月漏洞汇总和修复建议
Swift 学习之二十一:?和 !(详解)