@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에 'sqlSe..
작업자의 작업 환경 - Intellij - Oracle 11g - Windows 10 File > New Project > Spring Initializer 선택 Project Type은 Gradle Project로 설정합니다. Spring Web, MyBatis Framework, Oracle Driver 3개를 선택하고 프로젝트 셋팅을 해줍니다. 필요에 따라 dependencies를 추가해줍니다. compile 'org.springframework:spring-web:5.2.0.RELEASE' compile group: 'org.springframework', name: 'spring-webmvc', version: '5.2.0.RELEASE' compile 'org.springframework.bo..
작업자의 작업 환경 - Intellij - Windows 10 HelloResponseDto.java import lombok.Getter; import lombok.RequiredArgsConstructor; @Getter @RequiredArgsConstructor public class HelloResponseDto { private final String name; private final int amount; } HelloResponseDtoTest.java import org.junit.Test; import static org.assertj.core.api.Assertions.assertThat; public class HelloResponseDtoTest { @Test public void..
- Total
- Today
- Yesterday
- swap
- 2438
- Jenkins
- SpringBoot
- ubuntu
- 백준
- 백준4673
- Lombok
- tomcat
- gitlab
- @MapperScan
- 백준2438
- gradle
- AWS
- intellij
- 언어셋
- SqlSessionFactory
- 백준2439
- Java
- 11022
- utf8mb4
- Oracle
- 알고리즘
- 백준15552
- 백준11021
- gitlab삭제
- 백준11022
- sqlSessionTemplate
- EC2
- 백준2742
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |