Move servlet specific security auto-config

This commit is contained in:
Madhura Bhave
2018-01-17 17:12:58 +05:30
parent 5c164d850e
commit 5e2cc02499
21 changed files with 40 additions and 28 deletions

View File

@@ -17,7 +17,7 @@
package sample.actuator.customsecurity;
import org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest;
import org.springframework.boot.autoconfigure.security.StaticResourceRequest;
import org.springframework.boot.autoconfigure.security.servlet.StaticResourceRequest;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.config.annotation.web.builders.HttpSecurity;