SpringCloud学习笔记(一)

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/u012963866/article/details/79956198

记录:

springboot2.0的变化:

单数据源配置:
spring.datasource.url
多数据源配置:
spring.datasource.jdbc-url

端点监控:
访问方式变更,且默认只开放health、info方法,其他需配置
旧:localhost:8080/health

新:localhost:8080/actuator/health

猜你喜欢

转载自blog.csdn.net/u012963866/article/details/79956198
今日推荐