Application to demonstrate an simple API with Java and SpringBoot.
- You can run it as a stand alone Java application by running the class with the main method from Eclipse IDE itself.
OR
-
Run Maven to read the
POM.xml
mvn install
-
Run the
backend-0.0.1-SNAPSHOT.jar
filejava -jar target/backend-0.0.1-SNAPSHOT.jar
OR
-
Run Spring Boot app using Maven
mvn spring-boot:run