Skip to content

Instantly share code, notes, and snippets.

@anny0739
Created November 25, 2019 09:22
Show Gist options
  • Save anny0739/0f5c974ecc2e971e6ccdc0d148a18be9 to your computer and use it in GitHub Desktop.
Save anny0739/0f5c974ecc2e971e6ccdc0d148a18be9 to your computer and use it in GitHub Desktop.
spring.profiles: local
app:
url: localhost:8801
---
spring.profiles: dev
app:
url: dev:8801
---
spring.profiles: stage
app:
url: stage:8801
---
spring.profiles: prod
app:
url: prod:8801
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment