250x250
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- PostgreSQL
- Core Java
- oracle
- Open Source
- IntelliJ
- ubuntu
- maven
- Docker
- JDBC
- Exception
- 오픈소스
- Eclipse
- STS
- git
- Thymeleaf
- SpringBoot
- Python
- Tomcat
- myBatis
- 설정
- 문서
- AJAX
- Spring Boot
- jpa
- spring
- MSSQL
- error
- JavaScript
- MySQL
- Source
Archives
- Today
- Total
헤르메스 LIFE
[Maven] 로컬 Dependency 본문
728x90
<dependency> <!-- maven 버그로 인해 다운로드가 안되므로 로컬에 위치함 -->
<groupId>jdbc.tibero</groupId>
<artifactId>tibero</artifactId>
<version>6</version>
<scope>system</scope>
<systemPath>${basedir}\src\main\webapp\WEB-INF\lib\tibero6-jdbc-16-16.jar</systemPath>
</dependency>
728x90
'Spring Framework' 카테고리의 다른 글
[Spring] 개발환경 구축 - Logback (2) | 2022.12.21 |
---|---|
[Spring] 개발환경 구축 - Hello World (0) | 2022.12.20 |
[log4j2] Log4j2 설정 참고 (0) | 2022.12.11 |
[Redis] SpringBoot + Redis (0) | 2022.11.23 |
[JNDI] 간단한 Tomcat + JSP + JNDI 테스트 (0) | 2022.11.21 |