Background
spring.profiles.active=dev is currently hard-coded in the shared application.properties, which means the dev profile is activated automatically in all environments. This is fine for local testing but should be cleaned up before the project is finalized.
Tasks
Background
spring.profiles.active=devis currently hard-coded in the sharedapplication.properties, which means the dev profile is activated automatically in all environments. This is fine for local testing but should be cleaned up before the project is finalized.Tasks
spring.profiles.active=devfromsrc/main/resources/application.propertiessrc/main/resources/application-dev.properties(local dev config with PostgreSQL/MinIO endpoints)SPRING_PROFILES_ACTIVEenv var or--spring.profiles.activelaunch argument)