java-tutorials/spring-rest-full
juan 511c32f3b0 Update yasson version 2017-11-17 21:24:47 -03:00
..
src Update yasson version 2017-11-17 21:24:47 -03:00
.gitignore Update yasson version 2017-11-17 21:24:47 -03:00
README.md Update yasson version 2017-11-17 21:24:47 -03:00
pom.xml Update yasson version 2017-11-17 21:24:47 -03:00

README.md

=========

REST Example Project with Spring

Courses

The "REST With Spring" Classes: http://bit.ly/restwithspring

The "Learn Spring Security" Classes: http://github.learnspringsecurity.com

Relevant Articles:

Build the Project

mvn clean install

Set up MySQL

mysql -u root -p 
> CREATE USER 'tutorialuser'@'localhost' IDENTIFIED BY 'tutorialmy5ql';
> GRANT ALL PRIVILEGES ON *.* TO 'tutorialuser'@'localhost';
> FLUSH PRIVILEGES;

Use the REST Service

curl http://localhost:8080/spring-rest-full/foos