Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
B
basic-api-boot
概览
概览
详情
活动
周期分析
版本库
存储库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
Basic
basic-api-boot
Commits
764a91a9
提交
764a91a9
authored
3月 29, 2023
作者:
方治民
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
build: 依赖升级、删除不需要的引用
上级
75a88dae
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
6 行增加
和
14 行删除
+6
-14
build.gradle
app/build.gradle
+1
-0
build.gradle
basic-auth/build.gradle
+1
-4
build.gradle
basic-common/core/build.gradle
+0
-3
build.gradle
basic-dict/build.gradle
+0
-3
build.gradle
build.gradle
+4
-4
没有找到文件。
app/build.gradle
浏览文件 @
764a91a9
...
...
@@ -15,6 +15,7 @@ dependencies {
implementation
'org.springframework.boot:spring-boot-starter-web'
implementation
'org.springframework.boot:spring-boot-starter-data-jpa'
implementation
'org.springframework.boot:spring-boot-starter-validation'
// 💬 Mock/Test Env
runtimeOnly
'com.h2database:h2'
// 💬 Prod/Dev Env
...
...
basic-auth/build.gradle
浏览文件 @
764a91a9
...
...
@@ -5,16 +5,13 @@ dependencies {
implementation
'org.springframework.boot:spring-boot-starter-data-jpa'
implementation
'org.springframework.boot:spring-boot-starter-validation'
// 本地依赖
implementation
fileTree
(
dir:
project
.
rootDir
.
getPath
()
+
'\\libs'
,
includes:
[
'*jar'
])
// swagger(knife4j)
implementation
"com.github.xiaoymin:knife4j-openapi3-jakarta-spring-boot-starter:${knife4jOpen3Version}"
// sa-token
implementation
"cn.dev33:sa-token-spring-boot3-starter:${saTokenVersion}"
implementation
"cn.dev33:sa-token-dao-redis-jackson:${saTokenVersion}"
// Sa-Token 整合 Redis (使用 jackson 序列化方式)
implementation
"cn.dev33:sa-token-dao-redis-jackson:${saTokenVersion}"
implementation
'org.apache.commons:commons-pool2'
// fastjson
...
...
basic-common/core/build.gradle
浏览文件 @
764a91a9
...
...
@@ -7,9 +7,6 @@ dependencies {
implementation
'org.springframework.boot:spring-boot-starter-data-jpa'
implementation
'org.springframework.boot:spring-boot-starter-validation'
// 本地依赖
implementation
fileTree
(
dir:
project
.
rootDir
.
getPath
()
+
'\\libs'
,
includes:
[
'*jar'
])
// swagger(knife4j)
implementation
"com.github.xiaoymin:knife4j-openapi3-jakarta-spring-boot-starter:${knife4jOpen3Version}"
...
...
basic-dict/build.gradle
浏览文件 @
764a91a9
...
...
@@ -5,9 +5,6 @@ dependencies {
implementation
'org.springframework.boot:spring-boot-starter-data-jpa'
implementation
'org.springframework.boot:spring-boot-starter-validation'
// 本地依赖
implementation
fileTree
(
dir:
project
.
rootDir
.
getPath
()
+
'\\libs'
,
includes:
[
'*jar'
])
// swagger(knife4j)
implementation
"com.github.xiaoymin:knife4j-openapi3-jakarta-spring-boot-starter:${knife4jOpen3Version}"
...
...
build.gradle
浏览文件 @
764a91a9
...
...
@@ -12,7 +12,7 @@ plugins {
ext
{
// Spotless
// https://www.npmjs.com/package/prettier
prettierVersion
=
'2.8.
6
'
prettierVersion
=
'2.8.
7
'
// https://www.npmjs.com/package/prettier-plugin-java
prettierJavaVersion
=
'2.1.0'
...
...
@@ -31,17 +31,17 @@ ext {
// https://mvnrepository.com/artifact/cn.dev33/sa-token-spring-boot3-starter
saTokenVersion
=
'1.34.0'
// https://mvnrepository.com/artifact/cn.hutool/hutool-all
hutoolVersion
=
'5.8.1
5
'
hutoolVersion
=
'5.8.1
6
'
// https://mvnrepository.com/artifact/com.alibaba.fastjson2/fastjson2
fastJsonVersion
=
'2.0.26'
// https://mvnrepository.com/artifact/com.xuxueli/xxl-job-core
xxlJobVersion
=
'2.
3.1
'
xxlJobVersion
=
'2.
4.0
'
// https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp
okhttpVersion
=
'4.10.0'
// https://mvnrepository.com/artifact/io.minio/minio
minioVersion
=
'8.5.2'
// https://mvnrepository.com/artifact/io.hypersistence/hypersistence-utils-hibernate-60
hibernateTypesVersion
=
'3.
2
.0'
hibernateTypesVersion
=
'3.
3
.0'
// https://mvnrepository.com/artifact/org.hibernate.orm/hibernate-spatial
hibernateSpatialVersion
=
'6.1.7.Final'
// https://mvnrepository.com/artifact/org.locationtech.jts/jts-core
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论