I want to change the application.properties of the jar file after building the spring boot application. I used jar xf to extract the jar file and then changed the properties file, but after jar-ed ( jar -0cf ) it did not work with the printout:
there is no main attribute of the manifest in <filename> .jar
Anyway, to do this and how?
source share