java-tutorials/spring-security-rest-full
eugenp 4fa323c03b maven upgrades 2013-12-18 12:48:44 +02:00
..
.externalToolBuilders finishing eclipse cleanup 2013-07-14 15:16:26 +03:00
.settings cleanup work 2013-06-03 18:01:44 +03:00
src initial work on the exception handler example 2013-07-24 01:22:15 +03:00
.classpath git security rest full 2013-06-03 17:54:58 +03:00
.gitignore git security rest full 2013-06-03 17:54:58 +03:00
.project finishing eclipse cleanup 2013-07-14 15:16:26 +03:00
.springBeans injection work 2013-06-03 18:46:10 +03:00
README.md maven upgrades 2013-12-18 12:48:44 +02:00
pom.xml maven upgrades 2013-12-18 12:48:44 +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