Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
I
ibizlab-common
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
ibiz4jteam
ibizlab-common
提交
a2550d5f
提交
a2550d5f
编写于
1月 14, 2022
作者:
sq3536
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
init
上级
2bd767e1
变更
1
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
16 行增加
和
8 行删除
+16
-8
pom.xml
pom.xml
+16
-8
未找到文件。
pom.xml
浏览文件 @
a2550d5f
...
@@ -7,13 +7,13 @@
...
@@ -7,13 +7,13 @@
<artifactId>
ibizlab-common
</artifactId>
<artifactId>
ibizlab-common
</artifactId>
<name>
ibizlab-common
</name>
<name>
ibizlab-common
</name>
<description>
ibizlab-common
</description>
<description>
ibizlab-common
</description>
<version>
1.0.
2
</version>
<version>
1.0.
3
</version>
<!-- Spring Boot -->
<!-- Spring Boot -->
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
2.2.
1
.RELEASE
</version>
<version>
2.2.
5
.RELEASE
</version>
</parent>
</parent>
<properties>
<properties>
...
@@ -24,22 +24,22 @@
...
@@ -24,22 +24,22 @@
<spring-cloud-security.version>
2.1.1.RELEASE
</spring-cloud-security.version>
<spring-cloud-security.version>
2.1.1.RELEASE
</spring-cloud-security.version>
<!-- openfeign -->
<!-- openfeign -->
<spring-cloud-openfeign.version>
2.2.
1
.RELEASE
</spring-cloud-openfeign.version>
<spring-cloud-openfeign.version>
2.2.
5
.RELEASE
</spring-cloud-openfeign.version>
<!-- Zuul网关 -->
<!-- Zuul网关 -->
<spring-cloud-starter-netflix-zuul.version>
2.2.
1
.RELEASE
</spring-cloud-starter-netflix-zuul.version>
<spring-cloud-starter-netflix-zuul.version>
2.2.
5
.RELEASE
</spring-cloud-starter-netflix-zuul.version>
<!-- Spring Cloud Alibaba(2.2.x.RELEASE) & Spring Cloud(Spring Cloud Greenwich) & Spring Boot(2.2.x.RELEASE) compatibility -->
<!-- Spring Cloud Alibaba(2.2.x.RELEASE) & Spring Cloud(Spring Cloud Greenwich) & Spring Boot(2.2.x.RELEASE) compatibility -->
<spring-cloud-alibaba.version>
2.2.1.RELEASE
</spring-cloud-alibaba.version>
<spring-cloud-alibaba.version>
2.2.1.RELEASE
</spring-cloud-alibaba.version>
<!-- eureka微服务注册中心 -->
<!-- eureka微服务注册中心 -->
<eureka-client.version>
2.2.
1
.RELEASE
</eureka-client.version>
<eureka-client.version>
2.2.
5
.RELEASE
</eureka-client.version>
<!--Java Web Token-->
<!--Java Web Token-->
<jsonwebtoken-jjwt.version>
0.9.1
</jsonwebtoken-jjwt.version>
<jsonwebtoken-jjwt.version>
0.9.1
</jsonwebtoken-jjwt.version>
<!--caffeine缓存-->
<!--caffeine缓存-->
<caffeine
-cache.version>
2.6.0
</caffeine-cach
e.version>
<caffeine
.version>
2.8.1
</caffein
e.version>
<!--反序列化工具-->
<!--反序列化工具-->
<kryo.version>
4.0.2
</kryo.version>
<kryo.version>
4.0.2
</kryo.version>
...
@@ -54,7 +54,9 @@
...
@@ -54,7 +54,9 @@
<log4j2.version>
2.16.0
</log4j2.version>
<log4j2.version>
2.16.0
</log4j2.version>
<!-- 阿里sentinel熔断器 -->
<!-- 阿里sentinel熔断器 -->
<alibaba-sentinel.version>
2.1.1.RELEASE
</alibaba-sentinel.version>
<alibaba-sentinel.version>
2.2.1.RELEASE
</alibaba-sentinel.version>
<lombok.version>
1.18.12
</lombok.version>
</properties>
</properties>
...
@@ -112,7 +114,7 @@
...
@@ -112,7 +114,7 @@
<dependency>
<dependency>
<groupId>
com.github.ben-manes.caffeine
</groupId>
<groupId>
com.github.ben-manes.caffeine
</groupId>
<artifactId>
caffeine
</artifactId>
<artifactId>
caffeine
</artifactId>
<version>
${caffeine
-cache
.version}
</version>
<version>
${caffeine.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
...
@@ -134,6 +136,12 @@
...
@@ -134,6 +136,12 @@
<version>
${openfeign-httpclient.version}
</version>
<version>
${openfeign-httpclient.version}
</version>
</dependency>
</dependency>
<dependency>
<groupId>
org.projectlombok
</groupId>
<artifactId>
lombok
</artifactId>
<version>
${lombok.version}
</version>
</dependency>
</dependencies>
</dependencies>
</dependencyManagement>
</dependencyManagement>
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录