Updates to use spring.config.activate.on-profile
This commit is contained in:
@@ -2,7 +2,6 @@ spring:
|
||||
application:
|
||||
name: bus
|
||||
---
|
||||
spring:
|
||||
profiles: other
|
||||
spring.config.activate.on-profile: other
|
||||
server:
|
||||
port: 8081
|
||||
@@ -11,7 +11,9 @@ spring:
|
||||
|
||||
---
|
||||
spring:
|
||||
profiles: native
|
||||
config:
|
||||
activate:
|
||||
on-profile: native
|
||||
cloud:
|
||||
config:
|
||||
server:
|
||||
|
||||
Reference in New Issue
Block a user