[Spring] - 스프링 부트(Spring boot)에서 Oracle, Mybatis 사용(연동...

[Spring] - 스프링 부트(Spring boot)에서 Oracle, Mybatis 사용(연동...

728x90

반응형

#pom.xml 의존성 추가

org.mybatis.spring.boot mybatis-spring-boot-starter 2.1.4 com.oracle.database.jdbc ojdbc8 runtime

#application.properties 파일 설정 추가

#Oracle 설정 spring.datasource.driver-class-name=oracle.jdbc.driver.OracleDriver spring.datasource.url=jdbc:oracle:thin:@localhost:1521/xe spring.datasource.username=id spring.datasource.password=password #mapper 경로 설정 mybatis.mapper-locations=classpath:mappers/*.xml

728x90

반응형

from http://pingfanzhilu.tistory.com/338 by ccl(A) rewrite - 2021-11-28 11:28:05