天天看點

spring boot

1: complier -> automatical

2:ctrl+shift+alt+/ -> registry -> app.running

1: exclude={DataSourceAutoConfiguration.class,DataSourceTransactionManagerAutoConfiguration.class}

2: 多資料源使用 @Primery @Order

1: spring.aop.auto=true

2: spring.aop.proxy-target-class=false

1: dropwizard提供了幾個注解: Timed Gauge Counted Metered ExceptionMetered

2:

1: security.user.name = xxx security.user.password=xxx

2: 核心是 認證和授權 (p61)

spring boot