728x90

mysql 설치

https://dev.mysql.com/downloads

 

MySQL :: MySQL Community Downloads

The world's most popular open source database Contact MySQL  |  Login  |  Register

dev.mysql.com

pom.xml dependency 추가

		<dependency>
			<groupId>mysql</groupId>
			<artifactId>mysql-connector-java</artifactId>
			<version>8.0.30</version>
			<scope>test</scope>
		</dependency>
728x90

'study > spring' 카테고리의 다른 글

[Spring] tiles 설정  (0) 2024.06.11
[Spring] Study #1  (0) 2023.02.06
[Spring] The import org.junit cannot be resolved 에러  (0) 2022.09.21
[SPRING] STS4 설치 및 세팅  (0) 2022.09.06
[SPRING BOOT] 스프링 부트 자동 리로드  (0) 2022.09.06

+ Recent posts