Restructure autoconfigure packages
Restructure modules packages so that all auto-configuration is organized under single top-level autoconfigure package.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
package org.springframework.boot.docs.actuator.endpoints.security.exposeall;
|
||||
|
||||
import org.springframework.boot.security.actuate.autoconfigure.servlet.EndpointRequest;
|
||||
import org.springframework.boot.security.autoconfigure.actuate.servlet.EndpointRequest;
|
||||
import org.springframework.context.annotation.Bean;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
import org.springframework.security.config.annotation.web.builders.HttpSecurity;
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
package org.springframework.boot.docs.actuator.endpoints.security.typical;
|
||||
|
||||
import org.springframework.boot.security.actuate.autoconfigure.servlet.EndpointRequest;
|
||||
import org.springframework.boot.security.autoconfigure.actuate.servlet.EndpointRequest;
|
||||
import org.springframework.context.annotation.Bean;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
import org.springframework.security.config.annotation.web.builders.HttpSecurity;
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
package org.springframework.boot.docs.actuator.endpoints.security.exposeall
|
||||
|
||||
import org.springframework.boot.security.actuate.autoconfigure.servlet.EndpointRequest
|
||||
import org.springframework.boot.security.autoconfigure.actuate.servlet.EndpointRequest
|
||||
import org.springframework.context.annotation.Bean
|
||||
import org.springframework.context.annotation.Configuration
|
||||
import org.springframework.security.config.annotation.web.builders.HttpSecurity
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
package org.springframework.boot.docs.actuator.endpoints.security.typical
|
||||
|
||||
import org.springframework.boot.security.actuate.autoconfigure.servlet.EndpointRequest
|
||||
import org.springframework.boot.security.autoconfigure.actuate.servlet.EndpointRequest
|
||||
import org.springframework.context.annotation.Bean
|
||||
import org.springframework.context.annotation.Configuration
|
||||
import org.springframework.security.config.Customizer.withDefaults
|
||||
|
||||
Reference in New Issue
Block a user