|
|
@@ -1,16 +1,16 @@
|
|
|
-package com.shkpr.service.customgateway.core.config;
|
|
|
+package com.shkpr.service.bespokegateway.core.config;
|
|
|
|
|
|
-import com.shkpr.service.customgateway.core.components.AccessKeyGenerator;
|
|
|
-import com.shkpr.service.customgateway.core.constants.AccessMetadata;
|
|
|
-import com.shkpr.service.customgateway.core.constants.ResponseCode;
|
|
|
-import com.shkpr.service.customgateway.core.constants.TokenMetadata;
|
|
|
-import com.shkpr.service.customgateway.core.filter.AccessFilter;
|
|
|
-import com.shkpr.service.customgateway.core.filter.TokenFilter;
|
|
|
-import com.shkpr.service.customgateway.core.properties.GlobalProperties;
|
|
|
-import com.shkpr.service.customgateway.core.properties.SecurityProperties;
|
|
|
-import com.shkpr.service.customgateway.core.service.AccessKeysService;
|
|
|
-import com.shkpr.service.customgateway.core.utils.ResponseUtil;
|
|
|
-import com.shkpr.service.customgateway.core.utils.TokenUtil;
|
|
|
+import com.shkpr.service.bespokegateway.core.components.AccessKeyGenerator;
|
|
|
+import com.shkpr.service.bespokegateway.core.constants.AccessMetadata;
|
|
|
+import com.shkpr.service.bespokegateway.core.constants.ResponseCode;
|
|
|
+import com.shkpr.service.bespokegateway.core.constants.TokenMetadata;
|
|
|
+import com.shkpr.service.bespokegateway.core.filter.AccessFilter;
|
|
|
+import com.shkpr.service.bespokegateway.core.filter.TokenFilter;
|
|
|
+import com.shkpr.service.bespokegateway.core.properties.GlobalProperties;
|
|
|
+import com.shkpr.service.bespokegateway.core.properties.SecurityProperties;
|
|
|
+import com.shkpr.service.bespokegateway.core.service.AccessKeysService;
|
|
|
+import com.shkpr.service.bespokegateway.core.utils.ResponseUtil;
|
|
|
+import com.shkpr.service.bespokegateway.core.utils.TokenUtil;
|
|
|
import org.springframework.boot.context.properties.EnableConfigurationProperties;
|
|
|
import org.springframework.context.annotation.Bean;
|
|
|
import org.springframework.context.annotation.Configuration;
|