Updates to use spring.config.activate.on-profile

This commit is contained in:
spencergibb
2022-05-10 17:13:04 -04:00
parent 68babb4bb1
commit 015b5b96f6
2 changed files with 4 additions and 3 deletions

View File

@@ -2,7 +2,6 @@ spring:
application:
name: bus
---
spring:
profiles: other
spring.config.activate.on-profile: other
server:
port: 8081

View File

@@ -11,7 +11,9 @@ spring:
---
spring:
profiles: native
config:
activate:
on-profile: native
cloud:
config:
server: