Tag: .properties
How to Load Java Properties File Dynamically From the Classpath
by  Java4s | 8 Comments
  [ Ask Question ]
Why this properties file ? if we are using any application where there is a chance of constantly changing any credentials, something consider any java email application or any there you may need to change from,to or any properties…
Spring Boot – Common Application Properties (application.properties)
by  Java4s | 3 Comments
  [ Ask Question ]
In this article I am going to explain about Spring Boot’s application.properties. Generally we will create property files for writing static values related to our application. If you consider some real time java applications, we will use these .property files for writing environmental (server)…