Failed to run SB using Eclipse IDE run command using environment variables in application properties
Since GitGuardian noticed that I push hardcoded password I decided to create
But when I start the application directly from Eclipse IDE by choosing command:
What to do?
.env files. However the application cannot load these variables values from the shell context and instead it is using placeholders and then fail to load the database and thus the application. What should I do? I have such application properties:But when I start the application directly from Eclipse IDE by choosing command:
Run as.. > Spring Boot App then it starts and encounters errors:What to do?
