xml 파일 추가후 mybatis-config.xml

1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE configuration
  PUBLIC "-//mybatis.org//DTD Config 3.0//EN"
  "http://mybatis.org/dtd/mybatis-3-config.dtd">
<configuration>
 
    <typeAliases>
    </typeAliases>
 
</configuration>
cs

src/main/resuoreces 밑에 추가

 

 

mybatis-config.xml

'🏀Java > 🏀Pom.xml' 카테고리의 다른 글

spring 레거시프로젝  (0) 2022.06.03
web-inf > spring > root-context.xlm  (0) 2022.06.02
mybatis-spring 연결  (0) 2022.06.02
mybaits sql 매퍼 프레임워크  (0) 2022.06.02
Spring jdbc ... pom.xml 연결 스프링 jdbc  (0) 2022.06.02