Problem: Currently, the .properties file does not differentiate between Sandbox, Development, and Production environments, which can lead to errors and difficulties in managing data.
Proposal: Update the .properties file configuration to clearly specify parameters and environments. This will facilitate management and improve the workflow.
Task:
Create separate profiles in the application.properties file for Sandbox, Development, and Production environments.
Configure environment-specific properties such as database URLs, credentials, and other relevant settings.
Implement scripts or CLI arguments to select and load the appropriate profile when starting the application.
Problem: Currently, the .properties file does not differentiate between Sandbox, Development, and Production environments, which can lead to errors and difficulties in managing data.
Proposal: Update the .properties file configuration to clearly specify parameters and environments. This will facilitate management and improve the workflow.
Task: