795200d2a7
* Added server.servlet.register-default-servlet=true to application.properties file to eliminate java.lang.IllegalStateException: Unable to locate the default servlet for serving static content. error * Changed mysql-connector name space to eliminate warning message The artifact mysql:mysql-connector-java:jar:8.0.31 has been relocated to com.mysql:mysql-connector-j:jar:8.0.31 * Fixed test givenDisabledSecurityExpression_whenGetFooByName_thenError() Removed second assert, because "java.lang.RuntimeException: method hasAuthority() not allowed" is seen in console but is not passed to testing. Test returns "Internal Server Error" * Removed location changes I previously made to mysql-connector-java in the pom Co-authored-by: tverk <tverk@TomsXPS17-9720.attlocal.net> |
||
---|---|---|
.. | ||
WebContent/META-INF | ||
src | ||
README.md | ||
pom.xml |
README.md
Spring Boot Security MVC - 1
This module contains articles about Spring Security with Spring MVC in Boot applications
The Course
The "REST With Spring" Classes: http://github.learnspringsecurity.com
Relevant Articles:
- A Custom Security Expression with Spring Security
- Custom AccessDecisionVoters in Spring Security
- Spring Security: Authentication with a Database-backed UserDetailsService
- Spring Data with Spring Security
- Granted Authority Versus Role in Spring Security
- Spring Security – Whitelist IP Range
- Find the Registered Spring Security Filters
- More articles: [next -->]