[PPN-211113] Re-structure properties

This commit is contained in:
woo-jin.shin
2021-11-17 23:49:30 +09:00
parent 5b4b44f093
commit 24a848dc9f
18 changed files with 178 additions and 21 deletions

View File

@@ -5,10 +5,11 @@ spring:
import:
- "configserver:http://192.168.0.100:11080"
- classpath:/development/webclient.yml
- classpath:/development/temppassword.yml
- classpath:/development/database.yml
profiles:
group:
development: development, datasource-development
server:
port: 20081
# import: optional:configserver:http://localhost:11080 # can be start up even config server was not found.

View File

@@ -0,0 +1,10 @@
spring:
config:
activate:
on-profile: development
import:
- "configserver:http://192.168.0.100:11080"
- classpath:/development/webclient.yml
profiles:
group:
development: development, datasource-development

View File

@@ -4,13 +4,13 @@ spring:
main:
allow-bean-definition-overriding: true
profiles:
active: development
active: ${SPRING_ACTIVE_PROFILE:development}
freemarker:
enabled: false
server:
port: 20081
port: 20080
error:
whitelabel:
enabled: false