java-tutorials/spring-rest-full
Loredana Crusoveanu d7f1c4a6b1
Merge branch 'master' into master
2019-03-04 21:47:56 +02:00
..
src [BAEL-11601] Move and update Testing REST with multiple MIME types article code 2019-02-24 11:49:28 -03:00
.gitignore move query language to new module (#2864) 2017-10-25 18:39:04 +02:00
README.md Update README.md 2019-02-27 15:33:20 +08:00
pom.xml [BAEL-11601] Move and update Testing REST with multiple MIME types article code 2019-02-24 11:49:28 -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:8082/spring-rest-full/auth/foos