Snippets tagged “profiles”
1 snippet uses this tag.
- Setting active profile and config location from command line in spring bootJava
To set the active profile and the configuration location from the command line in Spring Boot, you can use the spring.profiles.active and spring.config.name properties.