feat: Moved package name from cn.org.codecrafters to com.onixbyte
This commit is contained in:
+2
-2
@@ -15,9 +15,9 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package cn.org.codecrafters.propertyguard.autoconfiguration;
|
||||
package com.onixbyte.propertyguard.autoconfiguration;
|
||||
|
||||
import cn.org.codecrafters.devkit.utils.AesUtil;
|
||||
import com.onixbyte.devkit.utils.AesUtil;
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.env.EnvironmentPostProcessor;
|
||||
import org.springframework.boot.env.OriginTrackedMapPropertySource;
|
||||
@@ -1 +1 @@
|
||||
org.springframework.boot.env.EnvironmentPostProcessor=cn.org.codecrafters.propertyguard.autoconfiguration.PropertyGuard
|
||||
org.springframework.boot.env.EnvironmentPostProcessor=com.onixbyte.propertyguard.autoconfiguration.PropertyGuard
|
||||
Reference in New Issue
Block a user