Skip to content

ns-code/ns-maintain-users

Repository files navigation

README

This is a Spring Boot maintain users application that illustrates CRUD operations. It uses an embedded H2 database.

Usage

After cloning the repo, to run the test cases, run '.\gradlew test'

To run the application locally, run '.\gradlew bootRun'

The H2 database console can be accessed using http://localhost:8080/h2-console (Leave the password field empty)

The Swagger UI can be accessed using http://localhost:8080/swagger-ui/index.html (Use the APIs in the user-controller section)

About

Maintain Users - Spring Boot REST APIs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors