标签: datasource spring-boot
我想知道是否可以从gradle.properties文件中创建spring boot read数据源属性?
我不想将数据库凭据放在application.properties中(在版本控制中检查application.properties。我们不想公开db info)。此外,我们的开发人员未提供测试/暂存数据库凭据。目前,这些值是从〜/ .gradle.properties文件中读取的。
答案 0 :(得分:0)
我建议根据Spring Boot documentation尝试“--spring.config.location”命令行开关