Enable multiprofiles
Open
- Dominant language
- Java
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Spring boot has the ability to use profiles so you can make an application work locally, in a staging env, using on-premise or cloud servers, etc. In order to enable this feature spring boot uses a concept called profiles.
Check this link as a reference:
https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-profiles.html
Task:
Enable at least two profiles:
- local profile
- aws profile
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.