java-tutorials/spring-security-rest-full
2014-01-05 20:25:03 +02:00
..
2013-12-18 14:37:34 +02:00
2014-01-05 20:25:03 +02:00
2013-12-18 14:37:34 +02:00
2013-06-03 17:54:58 +03:00
2013-07-14 15:16:26 +03:00
2013-06-03 18:46:10 +03:00
2014-01-05 18:21:51 +02:00
2014-01-05 19:35:19 +02:00

=========

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