@org.springframework.context.annotation.ComponentScan(org.springframework.boot.context.configwarnings.nested)

Here are the examples of the java api @org.springframework.context.annotation.ComponentScan(org.springframework.boot.context.configwarnings.nested) taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

19 Source : InDefaultPackageWithValueConfiguration.java
with Apache License 2.0
from yuanmabiji

@Configuration
@ComponentScan("org.springframework.boot.context.configwarnings.nested")
public clreplaced InDefaultPackageWithValueConfiguration {
}