/FitnessTracker

Simple Fitness Tracker web application using Java, Spring MVC, Spring Security, JPA, Hibernate, Maven.

Primary LanguageJava

Fitness Tracker

Simple Fitness Tracker web application using Java, Spring MVC, Spring Security, JPA, Hibernate, Maven. Tested in Eclipse IDE, Linux and Mac.

Base Project: https://github.com/bh5k/spring_mvc_base

Setup

  • Import as Maven Project
  • In src/main/resources/database.properties change the passwordproperty to your MySQL password. You need to create a database called fitnessTracker if you haven't already via MySQL terminal.