I have Spring Bootbeen using it for several weeks now and am used to working with a file application.properties. I can use it for easy deployment and use with java jaror mvn spring-boot:run.
Now I am trying to deploy my application to the application server Tomcat 8.0.15. I read the documentation, but I cannot deploy the file warbecause Tomcat cannot find this famous application.propertiesfile. I want to say that if I want to output this file from war, where in my Tomcat installation should I put it for automatic reading?
source
share