java-tutorials/spring-security-rest-full
eugenp 4448dd6a36 minor formatting cleanup 2015-04-11 20:30:35 +03:00
..
.externalToolBuilders modify spring query 2015-01-28 17:56:05 +02:00
.settings small maven upgrades 2015-03-27 10:47:39 +02:00
src minor formatting cleanup 2015-04-11 20:30:35 +03:00
.classpath maven work 2015-03-28 01:19:24 +02:00
.gitignore git security rest full 2013-06-03 17:54:58 +03:00
.project modify spring query 2015-01-28 17:56:05 +02:00
.springBeans injection work 2013-06-03 18:46:10 +03:00
README.md Update README.md 2014-05-16 22:49:47 +03:00
pom.xml add rsql parser test 2015-04-09 20:31:05 +02:00

README.md

=========

REST Example Project with Spring Security

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