Home / cs-notes / Architecture / Components / Spring / Boot / Configurations / Profile / yaml
spring:
profiles:
active: prod
---
spring:
profiles: dev
...
---
spring.profiles: test
...
---
spring.profiles: prod
...
Home / cs-notes / Architecture / Components / Spring / Boot / Configurations / Profile / yaml
spring:
profiles:
active: prod
---
spring:
profiles: dev
...
---
spring.profiles: test
...
---
spring.profiles: prod
...