Skip to content

A basic API service to get started with Spring Boot framework.

Notifications You must be signed in to change notification settings

abhishekpawl/user-service-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

user-service-api

A basic API service to get started with Spring Boot framework.

Configure the database, user and password for database in application.properties.

  1. In the project directory, to validate, compile, test, package, verify and generate the jar file, run
mvn install
  1. To run an instance of the jar file, run
java -jar .\target\<NAME-OF-THE-JAR-FILE>.jar

The application will be up and running, and will be hosted on the default web server port 8080.

About

A basic API service to get started with Spring Boot framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published