Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- DoM
- for
- javascript
- XML
- architecture
- function
- php
- Pipelining
- Algorithm
- data structure
- while
- python
- MIPS
- Class
- instruction
- computer
- react
- Linux
- CSS
- DATAPATH
- web
- DB
- html
- Java
- mysql
- control
- MacOS
- github
- system
- DS
Archives
- Today
- Total
YYYEJI
[MacOS] MySQL connecter(Maven 라이브러리) 연결하기 본문
728x90
↓↓↓ maven mysql ↓↓↓
https://mvnrepository.com/artifact/mysql/mysql-connector-java
Connect를 선택해줍니다!
원하는 버전을 클릭하면.
Maven을 다운로드할 수 있는 코드가 나옵니다.
코드를 복사해서
<!-- https://mvnrepository.com/artifact/mysql/mysql-connector-java -->
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.28</version>
</dependency>
프로젝트 pom.xml 파일에 들어가
dependencies 태그 안에 붙여넣어 줍니다.
◡̈
'Web Application Server (WAS)' 카테고리의 다른 글
[WAS] Spring Framework (2) | 2022.11.30 |
---|---|
[WAS] JSP Model Architecture (0) | 2022.11.29 |
[MacOS] db4free로 DB 이용하기 (0) | 2022.11.15 |
[MacOS] DBeaver Tool 사용하기 (0) | 2022.11.04 |
[MacOS] Heroku 실습하기 (0) | 2022.11.04 |