An open API service indexing awesome lists of open source software.

https://github.com/rishant/springboot-application-profile-poc

springboot application profile or profiling poc
https://github.com/rishant/springboot-application-profile-poc

Last synced: 10 months ago
JSON representation

springboot application profile or profiling poc

Awesome Lists containing this project

README

          

# springboot-application-profile-poc

### Using Command Line Arguments
java -jar MySpringApp.jar --spring.profiles.active=prod

### External: Using Command Line Arguments
java -jar MySpringApp.jar --spring.config.location=file:/path/to/external/application.yaml

### External: Multiple External Configuration Files
java -jar MySpringApp.jar --spring.config.location=file:/path/to/external/application-dev.yaml,file:/path/to/external/application-prod.yaml

### External: External Configuration Folder (Optional)
java -jar MySpringApp.jar --spring.config.location=file:/path/to/external/