🔥 兼容spring boot 2.5 删除过期属性

This commit is contained in:
lbw 2021-06-08 12:54:04 +08:00
parent dae8860e43
commit 414c1673e6
1 changed files with 3 additions and 2 deletions

View File

@ -21,8 +21,6 @@ nacos:
urls: /,/error,/**/*.css,/**/*.js,/**/*.html,/**/*.map,/**/*.svg,/**/*.png,/**/*.ico,/console-fe/public/**,/v1/auth/**,/v1/console/health/**,/actuator/**,/v1/console/server/**
spring:
datasource:
platform: mysql
security:
enabled: true
boot: # 接入 spring boot admin
@ -35,6 +33,9 @@ spring:
prefer-ip: true
application:
name: @project.artifactId@
sql:
init:
platform: mysql
useAddressServer: true