티스토리 뷰
개발/Spring boot
Cannot use both: sqlSessionTemplate and sqlSessionFactory together. sqlSessionFactory is ignored.
henry.hong 2019. 12. 10. 09:59@MapperScan을 사용하면
WARN 77008 --- [ restartedMain] o.m.s.mapper.ClassPathMapperScanner : Cannot use both: sqlSessionTemplate and sqlSessionFactory together. sqlSessionFactory is ignored.
위와 같은 warn이 나오게 되는데
@MapperScan(basePackages = {"conn.multiple.dbtwo.**.dao"}, sqlSessionFactoryRef = "oracleTwoSqlSessionFactory", sqlSessionTemplateRef = "oracleTwoSqlSessionTemplate")
위와 같이 @MapperScan에 'sqlSessionFactoryRef' 와 'sqlSessionTemplateRef' 가 동시에 써있으면 warn 이 발생하게 된다.
작성자는 'sqlSessionFactoryRef' 를 남겨두고 'sqlSessionTemplateRef' 를 삭제하여 해당 warn을 안뜨게 하였습니다.
'개발 > Spring boot' 카테고리의 다른 글
[intellij] gradle 버전 변경 (0) | 2019.12.16 |
---|---|
Registered driver with driverClassName=oracle.jdbc.driver.OracleDriver was not found, trying direct instantiation. (0) | 2019.12.10 |
MapperScan을 통한 Spring boot DB 연결 - Oracle (0) | 2019.12.10 |
gradle @Test error: variable not initialized in the default constructor (9) | 2019.12.09 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- ubuntu
- 백준2438
- SpringBoot
- 언어셋
- intellij
- 2438
- 백준11022
- 알고리즘
- Jenkins
- 백준15552
- 백준
- Oracle
- EC2
- Java
- 백준2742
- swap
- 백준11021
- tomcat
- SqlSessionFactory
- gradle
- 백준2439
- AWS
- sqlSessionTemplate
- utf8mb4
- gitlab
- 11022
- gitlab삭제
- Lombok
- @MapperScan
- 백준4673
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함