아래 내용을 pom.xml에 추가해준다.
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.45</version>
<scope>runtime</scope>
</dependency>
'BackEnd FrontEnd > Spring' 카테고리의 다른 글
OAuth2 구현하기 & postman test (0) | 2019.12.01 |
---|---|
IOC (0) | 2017.09.27 |
AOP (0) | 2017.09.27 |
Spring 특징 (0) | 2017.09.27 |