切换导航条
此项目
正在载入...
登录
朱兆平
/
spring cloud基础开发框架
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
1
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
zhangFan
5 years ago
提交
442df95b0f757d8ed76ac4376b4a0341df09ddfe
1 个父辈
5e9bea92
新增redis设置
显示空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
7 行增加
和
226 行删除
pom.xml
pom.xml
查看文件 @
442df95
...
...
@@ -34,6 +34,10 @@
<artifactId>
mybatis-spring-boot-starter
</artifactId>
<version>
1.3.2
</version>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-data-redis
</artifactId>
</dependency>
<!--<dependency>-->
<!--<groupId>org.springframework.boot</groupId>-->
<!--<artifactId>spring-boot-devtools</artifactId>-->
...
...
@@ -232,16 +236,16 @@
<version>
1.2.16
</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api -->
<dependency>
<!--
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.6.1</version>
</dependency>
</dependency>
-->
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-jdk14 -->
<dependency>
<groupId>
org.slf4j
</groupId>
<artifactId>
slf4j-jdk14
</artifactId>
<version>
1.6.1
</version>
<version>
1.6.1
</version>
<!--$NO-MVN-MAN-VER$-->
<scope>
test
</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.cxf.xjcplugins/cxf-xjc-boolean -->
...
...
@@ -251,229 +255,6 @@
<version>
3.2.3
</version>
</dependency>
<!--添加本地IMF包-->
<dependency>
<groupId>
com.caac
</groupId>
<artifactId>
imf
</artifactId>
<version>
1.0.0
</version>
<scope>
system
</scope>
<systemPath>
${project.basedir}/lib/IMFClient.1.0.0.jar
</systemPath>
</dependency>
<dependency>
<groupId>
com.caac.imf
</groupId>
<artifactId>
imfmessage
</artifactId>
<version>
1.0.0
</version>
<scope>
system
</scope>
<systemPath>
${project.basedir}/lib/imfmsg.jar
</systemPath>
</dependency>
<dependency>
<groupId>
com.caac.imf
</groupId>
<artifactId>
process
</artifactId>
<version>
1.0.0
</version>
<scope>
system
</scope>
<systemPath>
${project.basedir}/lib/ProcessService.jar
</systemPath>
</dependency>
<dependency>
<groupId>
com.caac.imf
</groupId>
<artifactId>
apiconfig
</artifactId>
<version>
1.0.0
</version>
<scope>
system
</scope>
<systemPath>
${project.basedir}/lib/apiConfig.jar
</systemPath>
</dependency>
<dependency>
<groupId>
com.caac.imf
</groupId>
<artifactId>
upload
</artifactId>
<version>
1.0.0
</version>
<scope>
system
</scope>
<systemPath>
${project.basedir}/lib/UploadService.jar
</systemPath>
</dependency>
<dependency>
<groupId>
com.caac.imf
</groupId>
<artifactId>
heartbeat
</artifactId>
<version>
1.0.0
</version>
<scope>
system
</scope>
<systemPath>
${project.basedir}/lib/HeartbeatService.jar
</systemPath>
</dependency>
<dependency>
<groupId>
com.caac.imf
</groupId>
<artifactId>
returnxml
</artifactId>
<version>
1.0.0
</version>
<scope>
system
</scope>
<systemPath>
${project.basedir}/lib/returnXml.jar
</systemPath>
</dependency>
<!-- https://mvnrepository.com/artifact/org.hyperic/sigar -->
<dependency>
<groupId>
org.hyperic
</groupId>
<artifactId>
sigar
</artifactId>
<version>
1.6.4
</version>
<scope>
system
</scope>
<systemPath>
${project.basedir}/lib/sigar.jar
</systemPath>
</dependency>
<dependency>
<groupId>
org.apache
</groupId>
<artifactId>
cxf
</artifactId>
<version>
2.3.2
</version>
<scope>
system
</scope>
<systemPath>
${project.basedir}/lib/cxf-2.3.2.jar
</systemPath>
</dependency>
<dependency>
<groupId>
org.apache.cxf
</groupId>
<artifactId>
xjc
</artifactId>
<version>
2.3.2
</version>
<scope>
system
</scope>
<systemPath>
${project.basedir}/lib/cxf-xjc-bug671-2.3.2.jar
</systemPath>
</dependency>
<dependency>
<groupId>
maven.org.apache
</groupId>
<artifactId>
cxf
</artifactId>
<version>
2.0
</version>
<scope>
system
</scope>
<systemPath>
${project.basedir}/lib/cxf-manifest.jar
</systemPath>
</dependency>
<dependency>
<groupId>
org.apache.cxf.xjc
</groupId>
<artifactId>
dv
</artifactId>
<version>
2.3.2
</version>
<scope>
system
</scope>
<systemPath>
${project.basedir}/lib/cxf-xjc-dv-2.3.2.jar
</systemPath>
</dependency>
<dependency>
<groupId>
org.apache.cxf.xjc
</groupId>
<artifactId>
ts
</artifactId>
<version>
2.3.2
</version>
<scope>
system
</scope>
<systemPath>
${project.basedir}/lib/cxf-xjc-ts-2.3.2.jar
</systemPath>
</dependency>
<dependency>
<groupId>
org.apache.xml
</groupId>
<artifactId>
xmlsec
</artifactId>
<version>
1.4.4
</version>
<scope>
system
</scope>
<systemPath>
${project.basedir}/lib/xmlsec-1.4.4.jar
</systemPath>
</dependency>
<dependency>
<groupId>
com.ibm.disthub2.impl
</groupId>
<artifactId>
cl3e
</artifactId>
<version>
1.0.0
</version>
<scope>
system
</scope>
<systemPath>
${project.basedir}/lib/CL3Export.jar
</systemPath>
</dependency>
<dependency>
<groupId>
com.ibm.disthub2.impl
</groupId>
<artifactId>
cl3ne
</artifactId>
<version>
1.0.0
</version>
<scope>
system
</scope>
<systemPath>
${project.basedir}/lib/CL3Nonexport.jar
</systemPath>
</dependency>
<dependency>
<groupId>
com.ibm.mq
</groupId>
<artifactId>
axis2
</artifactId>
<version>
1.0.0
</version>
<scope>
system
</scope>
<systemPath>
${project.basedir}/lib/com.ibm.mq.axis2.jar
</systemPath>
</dependency>
<dependency>
<groupId>
com.ibm.mq
</groupId>
<artifactId>
commonservices
</artifactId>
<version>
1.0.0
</version>
<scope>
system
</scope>
<systemPath>
${project.basedir}/lib/com.ibm.mq.commonservices.jar
</systemPath>
</dependency>
<dependency>
<groupId>
com.ibm.mq
</groupId>
<artifactId>
defaultconfig
</artifactId>
<version>
1.0.0
</version>
<scope>
system
</scope>
<systemPath>
${project.basedir}/lib/com.ibm.mq.defaultconfig.jar
</systemPath>
</dependency>
<dependency>
<groupId>
com.ibm.mq
</groupId>
<artifactId>
fta
</artifactId>
<version>
1.0.0
</version>
<scope>
system
</scope>
<systemPath>
${project.basedir}/lib/com.ibm.mq.fta.jar
</systemPath>
</dependency>
<dependency>
<groupId>
com.ibm.mq
</groupId>
<artifactId>
headers
</artifactId>
<version>
1.0.0
</version>
<scope>
system
</scope>
<systemPath>
${project.basedir}/lib/com.ibm.mq.headers.jar
</systemPath>
</dependency>
<dependency>
<groupId>
com.ibm
</groupId>
<artifactId>
mq
</artifactId>
<version>
1.0.0
</version>
<scope>
system
</scope>
<systemPath>
${project.basedir}/lib/com.ibm.mq.jar
</systemPath>
</dependency>
<dependency>
<groupId>
com.ibm
</groupId>
<artifactId>
jmqi
</artifactId>
<version>
1.0.0
</version>
<scope>
system
</scope>
<systemPath>
${project.basedir}/lib/com.ibm.mq.jmqi.jar
</systemPath>
</dependency>
<dependency>
<groupId>
com.ibm.mq
</groupId>
<artifactId>
jms.nojndi
</artifactId>
<version>
1.0.0
</version>
<scope>
system
</scope>
<systemPath>
${project.basedir}/lib/com.ibm.mq.jms.Nojndi.jar
</systemPath>
</dependency>
<dependency>
<groupId>
com.ibm.mq
</groupId>
<artifactId>
pcf
</artifactId>
<version>
1.0.0
</version>
<scope>
system
</scope>
<systemPath>
${project.basedir}/lib/com.ibm.mq.pcf.jar
</systemPath>
</dependency>
<dependency>
<groupId>
com.ibm.mq
</groupId>
<artifactId>
postcard
</artifactId>
<version>
1.0.0
</version>
<scope>
system
</scope>
<systemPath>
${project.basedir}/lib/com.ibm.mq.postcard.jar
</systemPath>
</dependency>
<dependency>
<groupId>
com.ibm.mq
</groupId>
<artifactId>
soap
</artifactId>
<version>
1.0.0
</version>
<scope>
system
</scope>
<systemPath>
${project.basedir}/lib/com.ibm.mq.soap.jar
</systemPath>
</dependency>
<dependency>
<groupId>
com.ibm.mq
</groupId>
<artifactId>
tools.ras
</artifactId>
<version>
1.0.0
</version>
<scope>
system
</scope>
<systemPath>
${project.basedir}/lib/com.ibm.mq.tools.ras.jar
</systemPath>
</dependency>
<dependency>
<groupId>
com.ibm.mq
</groupId>
<artifactId>
etclient
</artifactId>
<version>
1.0.0
</version>
<scope>
system
</scope>
<systemPath>
${project.basedir}/lib/com.ibm.mqetclient.jar
</systemPath>
</dependency>
<dependency>
<groupId>
com.ibm
</groupId>
<artifactId>
mqjms
</artifactId>
<version>
1.0.0
</version>
<scope>
system
</scope>
<systemPath>
${project.basedir}/lib/com.ibm.mqjms.jar
</systemPath>
<!-- https://mvnrepository.com/artifact/javax.resource/connector -->
</dependency>
<dependency>
<groupId>
javax.resource
</groupId>
<artifactId>
connector
</artifactId>
<version>
1.0
</version>
<scope>
system
</scope>
<systemPath>
${project.basedir}/lib/connector.jar
</systemPath>
</dependency>
</dependencies>
<dependencyManagement>
...
...
请
注册
或
登录
后发表评论