Formatting
This commit is contained in:
@@ -26,9 +26,9 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
import org.springframework.boot.context.TypeExcludeFilter;
|
||||
|
||||
/**
|
||||
* Annotation that can be on tests to define a set of {@link TypeExcludeFilter} classes that
|
||||
* should be applied to {@link SpringBootApplication @SpringBootApplication} component
|
||||
* scanning.
|
||||
* Annotation that can be on tests to define a set of {@link TypeExcludeFilter} classes
|
||||
* that should be applied to {@link SpringBootApplication @SpringBootApplication}
|
||||
* component scanning.
|
||||
*
|
||||
* @author Phillip Webb
|
||||
* @since 1.4.0
|
||||
|
||||
@@ -25,8 +25,8 @@ import java.lang.annotation.Target;
|
||||
import org.springframework.boot.autoconfigure.ImportAutoConfiguration;
|
||||
|
||||
/**
|
||||
* Annotation that can be applied to a test class to enable
|
||||
* auto-configuration of a {@link TestEntityManager}.
|
||||
* Annotation that can be applied to a test class to enable auto-configuration of a
|
||||
* {@link TestEntityManager}.
|
||||
*
|
||||
* @author Phillip Webb
|
||||
* @see TestEntityManagerAutoConfiguration
|
||||
|
||||
@@ -47,9 +47,9 @@ import org.springframework.transaction.annotation.Transactional;
|
||||
* override these settings.
|
||||
* <p>
|
||||
* If you are looking to load your full application configuration, but use an embedded
|
||||
* database, you should consider {@link SpringBootTest @SpringBootTest}
|
||||
* combined with {@link AutoConfigureTestDatabase @AutoConfigureTestDatabase} rather than
|
||||
* this annotation.
|
||||
* database, you should consider {@link SpringBootTest @SpringBootTest} combined with
|
||||
* {@link AutoConfigureTestDatabase @AutoConfigureTestDatabase} rather than this
|
||||
* annotation.
|
||||
*
|
||||
* @author Phillip Webb
|
||||
* @see AutoConfigureTestDatabase
|
||||
|
||||
Reference in New Issue
Block a user