java-tutorials/spring-rest-full
Eugen Paraschiv 98ad136e25 cleanup work 2018-05-29 19:37:11 +03:00
..
src cleanup work 2018-05-29 19:37:11 +03:00
.gitignore move query language to new module (#2864) 2017-10-25 18:39:04 +02:00
README.md Back-link corrected (#4184) 2018-05-06 15:45:23 +02:00
pom.xml Bael 5249 cleanup (#4108) 2018-04-26 14:37:47 +02: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