java-tutorials/spring-rest-full
Sam Millington 9f18b6bcbe [BAEL-17495] - Add README descriptions 11 (#7861)
* [BAEL-17495] - Add README descriptions 11

* Changed wording for the REST modules
2019-09-25 07:28:28 -06:00
..
src Story/bael 14304 (#7311) 2019-07-20 14:33:56 +03:00
.gitignore
README.md [BAEL-17495] - Add README descriptions 11 (#7861) 2019-09-25 07:28:28 -06:00
pom.xml [BAEL-15942] - POM Properties Cleanup 2019-07-14 18:40:26 +05:30

README.md

Spring REST Full

This module contains articles about REST APIs 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