Tag: application.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)…