패키지명 변경

This commit is contained in:
jinia91
2022-03-27 00:36:18 +09:00
parent 76cd25e11f
commit 2ff9132756
10 changed files with 10 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
package myblog.blog.base;
package myblog.blog.infra;
import org.hibernate.dialect.MySQL8Dialect;
import org.hibernate.dialect.function.SQLFunctionTemplate;

View File

@@ -1,4 +1,4 @@
package myblog.blog.base;
package myblog.blog.infra;
import lombok.RequiredArgsConstructor;
import org.springframework.core.env.Environment;

View File

@@ -1,4 +1,4 @@
package myblog.blog.base.config;
package myblog.blog.infra.config;
import com.amazonaws.auth.AWSCredentials;
import com.amazonaws.auth.AWSStaticCredentialsProvider;

View File

@@ -1,4 +1,4 @@
package myblog.blog.base.config;
package myblog.blog.infra.config;
import net.sf.ehcache.Cache;
import net.sf.ehcache.config.CacheConfiguration;

View File

@@ -1,4 +1,4 @@
package myblog.blog.base.config;
package myblog.blog.infra.config;
import lombok.RequiredArgsConstructor;
import myblog.blog.shared.exception.LoginFailHandler;

View File

@@ -1,4 +1,4 @@
package myblog.blog.base.log;
package myblog.blog.infra.log;
import javax.servlet.http.HttpServletRequest;

View File

@@ -1,4 +1,4 @@
package myblog.blog.base.log;
package myblog.blog.infra.log;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;

View File

@@ -1,4 +1,4 @@
package myblog.blog.base.log;
package myblog.blog.infra.log;
import lombok.extern.slf4j.Slf4j;
import org.springframework.stereotype.Component;

View File

@@ -1,4 +1,4 @@
package myblog.blog.base.log;
package myblog.blog.infra.log;
import lombok.Getter;

View File

@@ -1,4 +1,4 @@
package myblog.blog.base.log;
package myblog.blog.infra.log;
import lombok.AllArgsConstructor;
import lombok.Getter;