fix: ZtUsacRepository (MyBatis Mapper) 의존성 주입 에러 수정 (MybatisConfig에 @MapperScan 추가)
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 1m52s
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 1m52s
This commit is contained in:
@@ -21,7 +21,11 @@ import org.springframework.context.annotation.Configuration;
|
|||||||
*
|
*
|
||||||
* </pre>
|
* </pre>
|
||||||
*/
|
*/
|
||||||
|
import org.mybatis.spring.annotation.MapperScan;
|
||||||
|
import io.shinhanlife.glow.GlowMybatisMapper;
|
||||||
|
|
||||||
@Configuration
|
@Configuration
|
||||||
|
@MapperScan(basePackages = "io.shinhanlife.dap", annotationClass = GlowMybatisMapper.class)
|
||||||
public class MybatisConfig {
|
public class MybatisConfig {
|
||||||
|
|
||||||
@Bean
|
@Bean
|
||||||
|
|||||||
Reference in New Issue
Block a user