5 changed files with 8 additions and 8 deletions
@ -1,5 +1,5 @@ |
|||||
spring: |
spring: |
||||
profiles: |
profiles: |
||||
active: prod |
active: test |
||||
include: common, util-prod |
include: common, util-test |
||||
|
|
||||
|
@ -1,4 +1,4 @@ |
|||||
spring: |
spring: |
||||
profiles: |
profiles: |
||||
active: prod |
active: test |
||||
include: util-prod,common |
include: util-test,common |
Loading…
Reference in new issue