728x90
1) application.properties
mybatis.mapper-locations =
mybatis.config-location =
mybatis.type-aliases-package =
2) classpath는 원래 설정되어 있는 resource해당하니
1) 에 맞춰 파일 생성
3) bulid.gradle
implementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter:2.2.1'
4) xml사용시, 안에 내용 맞춰서 설정
728x90
'BACK' 카테고리의 다른 글
[SpringBoot JSP]- 게시판 (공통 뷰 해결 법) (0) | 2022.04.27 |
---|---|
[SpringBoot JSP] 라이브러리 없이 - header, footer 나누기 (0) | 2022.03.29 |
[SpringBoot JSP] - DB 설정(Intellij) (0) | 2022.03.29 |
[SpringBoot jsp] - Intellij jsp사용할 수 있도록 SpringBoot 설정(Intellij) (0) | 2022.03.29 |
[SpringBoot JSP] OPEN API (KaKao Login) (0) | 2022.03.28 |