use application.properties when run via bootRun
This commit is contained in:
parent
6ab3b63923
commit
8dd4cc4459
@ -35,5 +35,5 @@ group 'org.hso'
|
||||
version '0.1.0'
|
||||
|
||||
bootRun {
|
||||
args = ["--spring.profiles.active=dev"]
|
||||
args = ["--spring.profiles.active=dev --spring.config.location=classpath:/application.properties\""]
|
||||
}
|
||||
|
Reference in New Issue
Block a user