[Spring] Mysql과 JUnit (2)
[Spring] Mysql과 JUnit (2) root-context.xml에 Mysql과 관련된 설정을 추가하고 JUnit으로 확인하겠습니다. 1. Java Mysql 기본 연동 코드 public class MysqlConnectionTest { public static void main(String[] args) { Connection con = null;PreparedStatement pstmt = null;ResultSet rs = null;try {Class.forName("com.mysql.cj.jdbc.Driver");con = DriverManager.getConnection("jdbc:mysql://localhost:3306/?useSSL=false&serverTimezone=UTC", ..
Study/Spring
2018. 12. 24. 16:17
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 설치
- pom.xml
- postman
- jUnit
- import
- Semantic
- Get
- mybatis-spring
- servlet-context.xml
- Window10
- 디렉터리
- Resources
- install
- php
- dataSource
- mysql
- Connection-Pool
- 디스크 없음
- cordova
- web.xml이란?
- create-react-app
- mybatis
- sqldeveloper
- root-context.xml
- Oracle
- spring
- vscode
- clss
- react
- instant
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함