Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 601 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 601 Bytes

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.