processResources {
filesMatching("**/application.properties") {
expand(upgradeVersion : 10)
}
}
https://docs.spring.io/spring-boot/docs/current/reference/html/howto-properties-and-configuration.html
使用springboot 需要对application.properties里的${}进行转义\${}