스프링(Spring/STS) 설치 (2)
00. 개발환경 세팅 (1)" data-og-description="0. Spring Tools 설치" data-og-host="shinye0213.tistory.com" data-og-source-url="https://shinye0213.tistory.com/156" data-og-url="https://shinye0213.tisto..
shinye0213.tistory.com

Ⅲ. pom.xml 수정하기




https://mvnrepository.com/artifact/mysql/mysql-connector-java/5.1.41 → MySQL Connector Java 5.1.41
https://mvnrepository.com/artifact/org.mybatis/mybatis/3.4.1 → MyBatis 3.4.1
https://mvnrepository.com/artifact/org.mybatis/mybatis-spring/1.3.0 → MyBatis Spring 1.3.0
https://mvnrepository.com/artifact/org.springframework/spring-jdbc/5.2.9.RELEASE → Spring JDBC 5.2.9
https://mvnrepository.com/artifact/org.springframework/spring-test/5.2.9.RELEASE → Spring TestContext Framework
https://mvnrepository.com/artifact/org.bgee.log4jdbc-log4j2/log4jdbc-log4j2-jdbc4/1.16 → Log4Jdbc Log4j2 JDBC 4 1.16

Ⅳ. context.xml 수정하기


root-context.txt
0.00MB
Ⅴ. log4jdbc.log4j2.properties 파일과 logback.xml 파일 추가


반응형