java-tutorials/spring-security-rest-full
Doha2012 3ed7609758 move security content from spring-security-rest-full (#2731)
* move security content from spring-security-rest-full

* swagger update
2017-10-22 18:35:08 +02:00
..
src move security content from spring-security-rest-full (#2731) 2017-10-22 18:35:08 +02:00
.gitignore git security rest full 2013-06-03 17:54:58 +03:00
.springBeans move security content from spring-security-rest-full (#2731) 2017-10-22 18:35:08 +02:00
README.md move security content from spring-security-rest-full (#2731) 2017-10-22 18:35:08 +02:00
pom.xml move security content from spring-security-rest-full (#2731) 2017-10-22 18:35:08 +02:00

README.md

=========

REST Example Project with Spring Security

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-security-rest-full/foos