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 學習之二十一:?和 !(詳解)