Tag: application
Steps To Use Hibernate In Any Java Application
by  java4s | 41 Comments
  [ Ask Question ]
Hello mates, this is the exact flow of any hibernate application. so you must put little more concentration while you are reading this post, to understand better. Whether the java application will run in the server or without server, and the application may…
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)…