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
- ssh
- find
- 단축키
- vscode
- xargs
- context
- Windows 10
- 네트워크
- Windows
- profile
- port
- import
- Eclipse
- 줄바꿈 문자
- web.xml
- Quartz
- GIT
- Mac
- maVen
- grep
- lsof
- plugin
- IntelliJ
- tomcat
- VirtualBox
- netsh
- resource
- bash
- Source
- JavaScript
Archives
- Today
- Total
develog
[maven] sqlserver dependency 추가 본문
eclipse 에서 sqlserver dependency 에러날 때
1. jar 파일을 준비한다
C:\sqljdbc-4.0.jar |
2. maven local repository 에 추가한다
mvn install:install-file -DgroupId=com.microsoft.sqlserver -DartifactId=sqljdbc -Dversion=4.0 -Dpackaging=jar -Dfile=sqljdbc-4.0.jar |
3. maven > update project
- 프로젝트 > 마우스 우클릭 - Maven > Update Project |
4. maven build
Comments