Oliver Gierke
9a91c4073f
#123 - Dependency polishing.
...
Configure the Spring HATEOAS version int the Spring Data REST sample root. Upgraded Spring Security to 4.0.2.RELEASE.
2015-08-04 18:10:43 +02:00
Oliver Gierke
bca4e65e4f
#115 - Harmonized package names.
...
We now consistently use example.springdata.$store as base package name.
2015-07-16 09:10:20 +02:00
Oliver Gierke
3a138a161c
#101 - Fixed security setup for REST / security sample.
2015-06-29 17:59:33 +02:00
Greg Turnquist
3e793a5147
#71 - Remove old SNAPSHOT reference.
2015-03-26 12:53:04 -05:00
Oliver Gierke
49d91bb697
#71 - Upgraded to Spring Security 4.0.
...
Upgraded security related sample projects in the rest and JPA sub-folders to Spring Security 4.0.
2015-03-26 18:38:16 +01:00
Oliver Gierke
a50a3450cd
#52 - Upgraded to Spring Boot 1.2.2.
2015-02-27 07:57:40 +01:00
Oliver Gierke
e47c4135fc
#27 - Upgraded to Spring Security 4.0.0.RC1.
2014-12-12 08:33:55 +01:00
Oliver Gierke
c30d5827a9
#38 - Removed @WebAppConfiguration to prevent web infrastructure to be bootstrapped.
2014-12-01 19:32:24 +01:00
Oliver Gierke
b15b1390ac
#37 - Upgrade to Spring Data release train Fowler M1.
2014-12-01 13:33:58 +01:00
Greg Turnquist
4b2ec72569
#23 - Fixed typo and styling in security example.
...
Fix typo in link to Spring Security reference documentation and the bold type face of ROLE_ADMIN.
2014-10-27 15:10:16 +01:00
Oliver Gierke
97963961ab
#21 - Updated REST/Security and root readme.
2014-10-17 10:43:29 +02:00
Oliver Gierke
1d7554b57a
#21 - Polished Spring Data REST + Spring Security example.
...
Removed obsolete dependency declarations from pom.xml. Rewrote test cases to use Spring MVC test support instead of a running server and RestTemplate. Fixed Security configuration to allow bootstrap in Spring MVC test context. Formatting, JavaDoc.
Original pull request: #22 .
2014-10-17 10:17:17 +02:00
Greg Turnquist
c5920a64d9
#21 - Added example for Spring Data REST and Spring Security.
...
Added example of how to secure a Spring Data REST project with Spring Security both on the method level as well as the URI level.
Original pull request: #22 .
2014-10-17 10:16:59 +02:00