Skip to content

Simple addressbook application that based on Spring Boot and SpringMVC

Notifications You must be signed in to change notification settings

kmarkovych/addressbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Addressbook# ##Prerequisities##

  • Java 1.7 or higher;
  • MySQL Server 5
  • Maven 3

##Installation## To deploy application you should go thru next steps:

  • configure database connection in src\main\resources\application.properties
  • build application mvn package
  • copy addressbook.jar and lib folder to separate directory
  • Run java -jar addressbook.jar
  • Open http://localhost:8080/ in your browser

If you have any questions please don't hesitate to ask via e-mail

About

Simple addressbook application that based on Spring Boot and SpringMVC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published