refactor(property-guard): Changed the package name.

This commit is contained in:
Zihlu Wang
2023-09-09 20:38:02 +08:00
parent 956ce5de1e
commit 90a9171f42
2 changed files with 2 additions and 2 deletions
@@ -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