philipsorst / angular-rest-springsecurity

An example AngularJS Application that uses a Spring Security protected Jersey REST backend based on Hibernate/JPA
Apache License 2.0
620 stars 367 forks source link

How to migrate spring security 4 #27

Closed thekowsar closed 8 years ago

thekowsar commented 8 years ago

I have to update JDK 7 to 8. For this need to update spring frame work 3 to 4 as well security. I have update all spring jar to 4.0.0.RELEASE but can't login.

Thank for help.

philipsorst commented 8 years ago

Hi, I just upgraded the whole project to Spring4, have a look at the linked commit above.

thekowsar commented 8 years ago

Thanks a lot.