博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Spring Boot添加DB2驱动
阅读量:3695 次
发布时间:2019-05-21

本文共 3029 字,大约阅读时间需要 10 分钟。

其实就是maven添加DB2驱动。只是要求db2jcc4。

db2jcc4

mvn install:install-file "-DgroupId=com.ibm.db2" "-DartifactId=db2jcc4" "-Dversion=11.1" "-Dpackaging=jar" "-Dfile=D:\db2jcc4.jar"

db2jcc_license_cu

mvn install:install-file "-DgroupId=com.ibm.db2" "-DartifactId=db2jcc_license_cu" "-Dversion=11.1" "-Dpackaging=jar" "-Dfile=D:\db2jcc_license_cu.jar"

pom.xml

4.0.0
just
a
0.0.1
jar
test
just a test
org.springframework.boot
spring-boot-starter-parent
2.0.4.RELEASE
UTF-8
UTF-8
1.8
org.springframework.boot
spring-boot-starter-thymeleaf
org.springframework.boot
spring-boot-starter-web
org.springframework.boot
spring-boot-starter
org.springframework.boot
spring-boot-starter-logging
org.springframework.boot
spring-boot-starter-log4j2
org.apache.cxf
cxf-spring-boot-starter-jaxrs
3.2.5
org.springframework.boot
spring-boot-starter-data-jpa
org.mybatis.spring.boot
mybatis-spring-boot-starter
1.3.2
org.springframework.boot
spring-boot-configuration-processor
true
org.springframework.boot
spring-boot-starter-test
test
io.micrometer
micrometer-registry-jmx
com.ibm.db2
db2jcc4
11.1
com.ibm.db2
db2jcc_license_cu
11.1
com.h2database
h2
runtime
org.apache.httpcomponents
httpclient
org.apache.httpcomponents
httpmime
org.bouncycastle
bcprov-ext-jdk15on
1.60
org.bouncycastle
bcpkix-jdk15on
1.60
compile
org.springframework.boot
spring-boot-maven-plugin

 

转载地址:http://owucn.baihongyu.com/

你可能感兴趣的文章
机器学习——主题模型
查看>>
机器学习——HMM
查看>>
机器学习PYTHON实践
查看>>
深度学习(一)——总体介绍
查看>>
深度学习(二)——传统神经网络
查看>>
深度学习(三)——卷积神经网络
查看>>
CentOS安装图形化界面
查看>>
4月17日小结
查看>>
4月20日小结
查看>>
4月24日小结
查看>>
4月28日小结
查看>>
5月4日小结
查看>>
第十届山东省省赛总结
查看>>
5月19日小结
查看>>
5月22日小结
查看>>
暑期训练D1
查看>>
暑期训练D2
查看>>
暑期训练D3
查看>>
暑期训练D4
查看>>
暑期训练D5
查看>>