Skip to content

k33n8nc/crudservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring boot CRUD service

This project is build with Spring Boot and Maven.

Setup

Clone the repository to your machine:

git clone https://github.com/k33n8nc/crudservice.git app-name-here

Dependencies are managed with Maven.

Development Server

Start the development server on http://localhost:8080

# Without Maven wrapper (if you have Maven already installed).
mvn spring-boot:run
# With Maven wrapper (if you  don't have Maven installed).
mvnw spring-boot:run

Production

No details for production yet.

About

Customer CRUD Service with Spring Boot

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages