Skip to content

foamfish/REST-With-Spring

This branch is 491 commits ahead of, 10 commits behind eugenp/REST-With-Spring:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4d37e27 · Apr 25, 2016
Feb 29, 2016
Feb 29, 2016
Apr 25, 2016
Jan 7, 2016
Feb 29, 2016
Feb 29, 2016
Apr 25, 2016
Oct 2, 2011
Feb 29, 2016
Mar 22, 2016
Feb 29, 2016

Repository files navigation

Resources

Quick Start

git clone https://github.com/eugenp/REST-With-Spring.git
cd REST-With-Spring
mvn clean install
mvn cargo:run -f um-webapp/pom.xml

Persistence

By default, the project uses the H2 in-memory DB and - persistence-h2.properties.

If you want to switch to - for example - MySQL - you'll need to specify a different property on startup:

persistenceTarget=h2

And of course, if you are going to use MySQL, you'llneed to run a MySQL instance locally and you'll need to either change the default credentials here, or create the following user/password in your local installation

Technology Stack

The project uses the following technologies:

Continuous Integration

Eclipse

About

The "REST With Spring" Classes:

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.2%
  • JavaScript 1.3%
  • HTML 0.5%