fix: resolve bean scanning issues for LocalToolScanner and MyBatis mappers

This commit is contained in:
jade
2026-08-05 09:06:57 +09:00
parent c8746ebb3a
commit bb099519e4
4 changed files with 9 additions and 5 deletions

View File

@@ -21,7 +21,11 @@ import org.springframework.context.annotation.Configuration;
*
* </pre>
*/
import org.mybatis.spring.annotation.MapperScan;
import io.shinhanlife.glow.GlowMybatisMapper;
@Configuration
@MapperScan(basePackages = "io.shinhanlife.dap", annotationClass = GlowMybatisMapper.class)
public class MybatisConfig {
@Bean