|
|
|
|
@ -19,7 +19,6 @@ package org.springframework.boot.autoconfigure.security;
@@ -19,7 +19,6 @@ package org.springframework.boot.autoconfigure.security;
|
|
|
|
|
import org.junit.Test; |
|
|
|
|
import org.springframework.boot.SpringApplication; |
|
|
|
|
import org.springframework.boot.SpringApplicationBeforeRefreshEvent; |
|
|
|
|
import org.springframework.boot.SpringBootTestUtils; |
|
|
|
|
import org.springframework.boot.autoconfigure.AutoConfigurationReportLoggingInitializer; |
|
|
|
|
import org.springframework.boot.autoconfigure.ComponentScanDetector; |
|
|
|
|
import org.springframework.boot.autoconfigure.PropertyPlaceholderAutoConfiguration; |
|
|
|
|
@ -27,6 +26,7 @@ import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration;
@@ -27,6 +26,7 @@ import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration;
|
|
|
|
|
import org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration; |
|
|
|
|
import org.springframework.boot.autoconfigure.orm.jpa.test.City; |
|
|
|
|
import org.springframework.boot.context.listener.LoggingApplicationListener; |
|
|
|
|
import org.springframework.boot.test.SpringBootTestUtils; |
|
|
|
|
import org.springframework.context.annotation.Bean; |
|
|
|
|
import org.springframework.context.annotation.ComponentScan; |
|
|
|
|
import org.springframework.context.annotation.Configuration; |
|
|
|
|
|