Skip to content

Sample starter project for performing CRUD operations in Spring Boot with RESTful and JPA

License

Notifications You must be signed in to change notification settings

ramo/spring-boot-starter-rest-jpa-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot-starter-rest-jpa-crud

Sample starter project for performing CRUD operations in Spring Boot with RESTful and JPA

Prerequisites

  • Install mysql 5.7.22 server
  • DB properties need to be added in application.properties file

Run Test cases

  • cd to root of the project
  • Run the below maven command
mvn test

Start the application server

  • cd to root of the project
  • Run the below maven command
mvn spring-boot:run

Alternate way to package and run the server

  • cd to root of the project
  • Run the below maven command
mvn package
  • cd to target directory
  • Run the below command
java -jar spring-boot-starter-rest-jpa-crud-0.0.1-SNAPSHOT.jar

Swagger Documentation

Swagger documentation is available in below URL.

http://localhost:8080/swagger-ui.html

About

Sample starter project for performing CRUD operations in Spring Boot with RESTful and JPA

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages