java-tutorials/spring-security-rest-full
2015-07-23 17:13:49 +03:00
..
2015-01-28 17:56:05 +02:00
2015-06-20 05:40:22 +01:00
2015-07-23 17:13:49 +03:00
2015-07-04 19:17:16 +03:00
2013-06-03 17:54:58 +03:00
2015-01-28 17:56:05 +02:00
2013-06-03 18:46:10 +03:00
2015-07-23 16:54:23 +03:00
2014-05-16 22:49:47 +03: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