Skip to content

kellerkind84/PersonService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Starting the application

The application can be started in a couple of different ways:

via maven:

  • mvn spring-boot:run

via tomcat:

  • build war: mvn clean package
  • deploy on tomcat

Requirements

The application requires a running MySQL instance, that can be configured in the application.yml. The current standard expects:

  • port: 3306
  • username: root
  • password:
  • database: person_service

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages