为什么要这样编码?
detail.vue
答案 0 :(得分:0)
1)master.datasource.jdbc-url
在项目源库中更容易找到。
2)如果要引入通用前缀,可以对其进行编辑以一次更新多个属性,那么有更好的方法
@ConfigurationProperties(prefix = "master.datasource")
public class DataSourceProps{
private String jdbcUrl;
private int port;
// ... other properties
}