[Solved] Runnable jar unable to load application.properties file?
Finally got the solution. Here I am briefing the case scenario wherein you will face such problem: 1) You’re developing a Spring Boot application without using STS-Eclipse IDE. 2) You’re not using any bulding tool like Maven/Gradle to build the jar file. 3) You’re just making simple runnable jar with the hepl of traditional Eclipse … Read more