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:
1 2 3 |
pom.xml MySpringBootWebApplication.java SpringBootController.java |
Like Every Basic Web …