Merge branch '2.7.x'
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.boot.docs.configurationmetadata.format.group;
|
||||
package org.springframework.boot.docs.configurationmetadata.format.property;
|
||||
|
||||
import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||
import org.springframework.boot.context.properties.DeprecatedConfigurationProperty;
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.boot.docs.data.sql.jpaandspringdata.repositories;
|
||||
package org.springframework.boot.docs.data.sql.jpaandspringdata.enversrepositories;
|
||||
|
||||
import org.springframework.boot.docs.data.sql.jpaandspringdata.entityclasses.Country;
|
||||
import org.springframework.data.domain.Page;
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.boot.docs.features.externalconfig.typesafeconfigurationproperties.validate;
|
||||
package org.springframework.boot.docs.features.externalconfig.typesafeconfigurationproperties.validation;
|
||||
|
||||
import java.net.InetAddress;
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.boot.docs.features.externalconfig.typesafeconfigurationproperties.validate.nested;
|
||||
package org.springframework.boot.docs.features.externalconfig.typesafeconfigurationproperties.validation.nested;
|
||||
|
||||
import java.net.InetAddress;
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.boot.docs.devtools.restart.disable;
|
||||
package org.springframework.boot.docs.using.devtools.restart.disable;
|
||||
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.boot.docs.features.security.oauth2.client;
|
||||
package org.springframework.boot.docs.web.security.oauth2.client;
|
||||
|
||||
import org.springframework.context.annotation.Bean;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.boot.docs.features.security.springwebflux;
|
||||
package org.springframework.boot.docs.web.security.springwebflux;
|
||||
|
||||
import org.springframework.boot.autoconfigure.security.reactive.PathRequest;
|
||||
import org.springframework.context.annotation.Bean;
|
||||
Reference in New Issue
Block a user