#26 pharmacy: profiles

This commit is contained in:
haerong22
2022-12-10 23:18:09 +09:00
parent 20ab448366
commit 22d105bd5e
2 changed files with 26 additions and 1 deletions

View File

@@ -0,0 +1,26 @@
spring:
profiles:
active: local # default
group:
local:
- common
prod:
- common
---
spring:
config:
activate:
on-profile: common
---
spring:
config:
activate:
on-profile: local
---
spring:
config:
activate:
on-profile: prod