Java Spring Boot Template for REST API
153
One-line description of project.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
JDK 11 and Maven or Docker is required to run this project.
Build and run the project with Maven:
mvn package
mvn spring-boot:run
Pull image:
docker pull sergiopoliveira/book-recommendation-system
Run it:
docker run -p 8080:8080 sergiopoliveira/book-recommendation-system
Describe REST Endpoints
Describe an example of using this project.
Describe what this project does, how it processes data and presents it to the consumer.
Tests created using JUnit and Mockito. Run them as:
mvn test
This project is licensed under the MIT License - see the LICENSE file for details
Content type
Image
Digest
Size
518.5 MB
Last updated
over 7 years ago
docker pull sergiopoliveira/java-spring-boot-template