properties 属性赋值举例:@PropertySource(value = “classpath:application.properties”)

yml和properties属性赋值

yml属性赋值举例:@ConfigurationProperties(prefix = “person”)

yml和properties属性赋值

相关文章: