refactor(property-guard): Changed the package name.
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package cn.org.codecrafters.propertyencryptor;
|
||||
package cn.org.codecrafters.propertyguard.autoconfiguration;
|
||||
|
||||
import cn.org.codecrafters.devkit.utils.AesUtil;
|
||||
import org.springframework.boot.SpringApplication;
|
||||
@@ -1 +1 @@
|
||||
org.springframework.boot.env.EnvironmentPostProcessor=cn.org.codecrafters.propertyencryptor.PropertyGuard
|
||||
org.springframework.boot.env.EnvironmentPostProcessor=cn.org.codecrafters.propertyguard.autoconfiguration.PropertyGuard
|
||||
Reference in New Issue
Block a user