forked from kimhyungsik/ax_hub_mcp_tool
fix: resolve bean scanning issues for LocalToolScanner and MyBatis mappers
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user