Polish Guides
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
package org.springframework.security.samples.config;
|
||||
|
||||
import org.springframework.context.annotation.ComponentScan;
|
||||
import org.springframework.context.annotation.ComponentScan.Filter;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
import org.springframework.context.annotation.FilterType;
|
||||
|
||||
@Configuration
|
||||
@ComponentScan(value = "org.springframework.security.samples.config", excludeFilters = @Filter(type = FilterType.ASSIGNABLE_TYPE, value = RootConfiguration.class))
|
||||
@ComponentScan
|
||||
public class RootConfiguration {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user