Package | Description |
---|---|
org.springframework.boot.autoconfigure |
Spring Boot's auto-configuration capabilities.
|
org.springframework.boot.autoconfigure.test |
Test utilities related to auto-configuration.
|
Modifier and Type | Class and Description |
---|---|
interface |
EnableAutoConfiguration
Enable auto-configuration of the Spring Application Context, attempting to guess and
configure beans that you are likely to need.
|
Modifier and Type | Class and Description |
---|---|
interface |
ImportAutoConfiguration
Import and apply the selected auto-configuration classes for testing purposes.
|
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.