My Spring boot application is using an external jar which is loading a file abc.properties. But when I run my application using java -jar its not able to find file. its trying to find the file in the file:/.jar!/BOOT-INF/classes!/abc.properties
I have kept the abc.properties file in the same level where I have kept the jar.
Can anyone please suggest me how to fix this issue.