Restructure autoconfigure packages
Restructure modules packages so that all auto-configuration is organized under single top-level autoconfigure package.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.boot.mongodb.metrics.autoconfigure;
|
||||
package org.springframework.boot.mongodb.autoconfigure.metrics;
|
||||
|
||||
import com.mongodb.MongoClientSettings;
|
||||
import io.micrometer.core.instrument.MeterRegistry;
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2012-2025 the original author or authors.
|
||||
* Copyright 2012-2019 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -17,4 +17,4 @@
|
||||
/**
|
||||
* Auto-configuration for MongoDB metrics.
|
||||
*/
|
||||
package org.springframework.boot.mongodb.metrics.autoconfigure;
|
||||
package org.springframework.boot.mongodb.autoconfigure.metrics;
|
||||
@@ -1,3 +1,3 @@
|
||||
org.springframework.boot.mongodb.autoconfigure.MongoAutoConfiguration
|
||||
org.springframework.boot.mongodb.autoconfigure.MongoReactiveAutoConfiguration
|
||||
org.springframework.boot.mongodb.metrics.autoconfigure.MongoMetricsAutoConfiguration
|
||||
org.springframework.boot.mongodb.autoconfigure.metrics.MongoMetricsAutoConfiguration
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.boot.mongodb.metrics.autoconfigure;
|
||||
package org.springframework.boot.mongodb.autoconfigure.metrics;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
Reference in New Issue
Block a user