Spring Boot Rest Service [Get/Post]

Spring Boot Application is a stand-alone solution of a normal Spring Web Application. It comes with pre-configured conventions of the spring settings. It is very easy for a developer to create a Get/Post Rest Service using Spring Boot., Requirements: JDK1.7+, Maven 3+ Stack: Java. Spring Boot Files going to created:

Like Every Basic Web … Continue reading “Spring Boot Rest Service [Get/Post]”

Spring Boot Application with JSP

Spring Boot Application is a stand-alone solution of a normal Spring Web Application. It comes with pre-configured conventions of the spring settings.Hence Spring Boot Application needs little configuration and configurations when there is a specific change.  Features:  Create Stand alone Spring Applications.  Automatically include Spring configurations/load default configurations.  In Memory Tomcat Web server for standalone … Continue reading “Spring Boot Application with JSP”