angular-rest-springsecurity icon indicating copy to clipboard operation
angular-rest-springsecurity copied to clipboard

An example AngularJS Application that uses a Spring Security protected Jersey REST backend based on Hibernate/JPA

Results 9 angular-rest-springsecurity issues
Sort by recently updated
recently updated
newest added

I couldn't run the application since i was using java 13 . So i searched for the solution . I found it on the first answer in the website :...

I want to create dynamic role. For that need to save intercept url "" in MySql DB then load it for DB. Is it possible ? Thanks for your help...

Login works, requesting REST services does not (403).

In this PullRequest was added the HibernateDesignTests.java test class that contains design tests. We wrote design tests for domain model rules (design rules for persistent classes) that are described on...

Hi Philip My name is Farid. I'm a developer with great interest in making open source contributions to popular projects. My company - DevFactory - is sponsoring me to improve...

This pull request is sample of unit test cases that we plan to contribute in order to raise the overall coverage to 80%. Code coverage is measured using Cobertura plugin....

Added doAroundMethod which is Around pointcut. It can be used for logging, monitoring, exception handling and access control check from one place, rather than repeating it in each function of...