Spring Application with Basic CRUD Functionality
Must Have basic Java and Spring boot knowledge
Install
Java 1.8 +
Spring Boot (2+)
H2 In Memory
Maven 3.5 +
Intellij 2.6 +
Clone this repository
Import the project in intellij as a maven project.
Once all the imports are done.
Run MovieApplication.java
Navigate to http//:localhost:8080/swagger-ui.html
for swagger documentation of the services
Navigate to http://localhost:8080/h2-console
for the H2 in memory database console.
- Newton Bii - Initial work - Movie
This project is licensed under the MIT License
- Hat tip to anyone whose code was used
- Inspiration
- etc