Preliminary restructure of security packages

Restructure the security auto-configuration packages to better reflect
the part of the system that the configuration applies to.

See gh-14412
This commit is contained in:
Madhura Bhave
2018-10-08 17:24:11 -07:00
committed by Phillip Webb
parent 141ec5383d
commit f835f82582
75 changed files with 118 additions and 202 deletions

View File

@@ -16,7 +16,7 @@
package org.springframework.boot.docs.web.security;
import org.springframework.boot.autoconfigure.security.reactive.PathRequest;
import org.springframework.boot.autoconfigure.security.web.reactive.PathRequest;
import org.springframework.context.annotation.Bean;
import org.springframework.security.config.web.server.ServerHttpSecurity;
import org.springframework.security.web.server.SecurityWebFilterChain;