mirror of https://gitee.com/maxjhandsome/pig
🔥 兼容spring boot 2.5 删除过期属性
This commit is contained in:
parent
dae8860e43
commit
414c1673e6
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue