Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
B
basic-api-boot
概览
概览
详情
活动
周期分析
版本库
存储库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
Basic
basic-api-boot
Commits
e6833563
提交
e6833563
authored
4月 19, 2024
作者:
方治民
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
chore: upgrade deps
上级
de9d3ecb
显示空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
75 行增加
和
60 行删除
+75
-60
build.gradle
build.gradle
+3
-3
gradle-wrapper.jar
gradle/wrapper/gradle-wrapper.jar
+0
-0
gradle-wrapper.properties
gradle/wrapper/gradle-wrapper.properties
+1
-1
gradlew
gradlew
+52
-40
gradlew.bat
gradlew.bat
+19
-16
没有找到文件。
build.gradle
浏览文件 @
e6833563
...
@@ -2,7 +2,7 @@ plugins {
...
@@ -2,7 +2,7 @@ plugins {
id
'java'
id
'java'
id
'java-library'
id
'java-library'
// https://start.spring.io
// https://start.spring.io
id
'org.springframework.boot'
version
'3.2.
4
'
id
'org.springframework.boot'
version
'3.2.
5
'
id
'org.graalvm.buildtools.native'
version
'0.9.28'
id
'org.graalvm.buildtools.native'
version
'0.9.28'
// https://plugins.gradle.org/plugin/io.spring.dependency-management
// https://plugins.gradle.org/plugin/io.spring.dependency-management
id
'io.spring.dependency-management'
version
'1.1.4'
id
'io.spring.dependency-management'
version
'1.1.4'
...
@@ -47,13 +47,13 @@ ext {
...
@@ -47,13 +47,13 @@ ext {
// https://central.sonatype.com/artifact/com.alibaba.fastjson2/fastjson2
// https://central.sonatype.com/artifact/com.alibaba.fastjson2/fastjson2
fastJsonVersion
=
'2.0.49'
fastJsonVersion
=
'2.0.49'
// https://central.sonatype.com/artifact/com.xuxueli/xxl-job-core
// https://central.sonatype.com/artifact/com.xuxueli/xxl-job-core
xxlJobVersion
=
'2.4.
0
'
xxlJobVersion
=
'2.4.
1
'
// https://central.sonatype.com/artifact/com.squareup.okhttp3/okhttp
// https://central.sonatype.com/artifact/com.squareup.okhttp3/okhttp
okhttpVersion
=
'4.12.0'
okhttpVersion
=
'4.12.0'
// https://central.sonatype.com/artifact/io.minio/minio
// https://central.sonatype.com/artifact/io.minio/minio
minioVersion
=
'8.5.9'
minioVersion
=
'8.5.9'
// https://central.sonatype.com/artifact/io.hypersistence/hypersistence-utils-hibernate-63
// https://central.sonatype.com/artifact/io.hypersistence/hypersistence-utils-hibernate-63
hibernateTypesVersion
=
'3.7.
3
'
hibernateTypesVersion
=
'3.7.
4
'
// https://central.sonatype.com/artifact/org.hibernate.orm/hibernate-spatial
// https://central.sonatype.com/artifact/org.hibernate.orm/hibernate-spatial
hibernateSpatialVersion
=
'6.4.4.Final'
hibernateSpatialVersion
=
'6.4.4.Final'
// https://central.sonatype.com/artifact/org.locationtech.jts/jts-core
// https://central.sonatype.com/artifact/org.locationtech.jts/jts-core
...
...
gradle/wrapper/gradle-wrapper.jar
浏览文件 @
e6833563
No preview for this file type
gradle/wrapper/gradle-wrapper.properties
浏览文件 @
e6833563
distributionBase
=
GRADLE_USER_HOME
distributionBase
=
GRADLE_USER_HOME
distributionPath
=
wrapper/dists
distributionPath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-8.
5
-bin.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-8.
7
-bin.zip
networkTimeout
=
10000
networkTimeout
=
10000
validateDistributionUrl
=
true
validateDistributionUrl
=
true
zipStoreBase
=
GRADLE_USER_HOME
zipStoreBase
=
GRADLE_USER_HOME
...
...
gradlew
浏览文件 @
e6833563
...
@@ -55,7 +55,7 @@
...
@@ -55,7 +55,7 @@
# Darwin, MinGW, and NonStop.
# Darwin, MinGW, and NonStop.
#
#
# (3) This script is generated from the Groovy template
# (3) This script is generated from the Groovy template
# https://github.com/gradle/gradle/blob/
master
/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# https://github.com/gradle/gradle/blob/
HEAD
/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# within the Gradle project.
# within the Gradle project.
#
#
# You can find Gradle at https://github.com/gradle/gradle/.
# You can find Gradle at https://github.com/gradle/gradle/.
...
@@ -72,7 +72,7 @@ while
...
@@ -72,7 +72,7 @@ while
APP_HOME
=
${
app_path
%
"
${
app_path
##*/
}
"
}
# leaves a trailing /; empty if no leading path
APP_HOME
=
${
app_path
%
"
${
app_path
##*/
}
"
}
# leaves a trailing /; empty if no leading path
[
-h
"
$app_path
"
]
[
-h
"
$app_path
"
]
do
do
ls
=
$(
ls
-ld
"
$app_path
"
)
ls
=
$(
ls
-ld
"
$app_path
"
)
link
=
${
ls
#*
' -> '
}
link
=
${
ls
#*
' -> '
}
case
$link
in
#(
case
$link
in
#(
/
*
)
app_path
=
$link
;;
#(
/
*
)
app_path
=
$link
;;
#(
...
@@ -80,22 +80,20 @@ do
...
@@ -80,22 +80,20 @@ do
esac
esac
done
done
APP_HOME
=
$(
cd
"
${
APP_HOME
:-
./
}
"
&&
pwd
-P
)
||
exit
# This is normally unused
# shellcheck disable=SC2034
APP_NAME
=
"Gradle"
APP_BASE_NAME
=
${
0
##*/
}
APP_BASE_NAME
=
${
0
##*/
}
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
APP_HOME
=
$(
cd
"
${
APP_HOME
:-
./
}
"
>
/dev/null
&&
pwd
-P
)
||
exit
DEFAULT_JVM_OPTS
=
'"-Xmx64m" "-Xms64m"'
# Use the maximum available, or set MAX_FD != -1 to use that value.
# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD
=
maximum
MAX_FD
=
maximum
warn
()
{
warn
()
{
echo
"
$*
"
echo
"
$*
"
}
>
&2
}
>
&2
die
()
{
die
()
{
echo
echo
echo
"
$*
"
echo
"
$*
"
echo
echo
...
@@ -107,24 +105,25 @@ cygwin=false
...
@@ -107,24 +105,25 @@ cygwin=false
msys
=
false
msys
=
false
darwin
=
false
darwin
=
false
nonstop
=
false
nonstop
=
false
case
"
$(
uname
)
"
in
#(
case
"
$(
uname
)
"
in
#(
CYGWIN
*
)
cygwin
=
true
;;
#(
CYGWIN
*
)
cygwin
=
true
;;
#(
Darwin
*
)
darwin
=
true
;;
#(
Darwin
*
)
darwin
=
true
;;
#(
MSYS
*
|
MINGW
*
)
msys
=
true
;;
#(
MSYS
*
|
MINGW
*
)
msys
=
true
;;
#(
NONSTOP
*
)
nonstop
=
true
;;
NONSTOP
*
)
nonstop
=
true
;;
esac
esac
CLASSPATH
=
$APP_HOME
/gradle/wrapper/gradle-wrapper.jar
CLASSPATH
=
$APP_HOME
/gradle/wrapper/gradle-wrapper.jar
# Determine the Java command to use to start the JVM.
# Determine the Java command to use to start the JVM.
if
[
-n
"
$JAVA_HOME
"
]
;
then
if
[
-n
"
$JAVA_HOME
"
]
;
then
if
[
-x
"
$JAVA_HOME
/jre/sh/java"
]
;
then
if
[
-x
"
$JAVA_HOME
/jre/sh/java"
]
;
then
# IBM's JDK on AIX uses strange locations for the executables
# IBM's JDK on AIX uses strange locations for the executables
JAVACMD
=
$JAVA_HOME
/jre/sh/java
JAVACMD
=
$JAVA_HOME
/jre/sh/java
else
else
JAVACMD
=
$JAVA_HOME
/bin/java
JAVACMD
=
$JAVA_HOME
/bin/java
fi
fi
if
[
!
-x
"
$JAVACMD
"
]
;
then
if
[
!
-x
"
$JAVACMD
"
]
;
then
die
"ERROR: JAVA_HOME is set to an invalid directory:
$JAVA_HOME
die
"ERROR: JAVA_HOME is set to an invalid directory:
$JAVA_HOME
Please set the JAVA_HOME variable in your environment to match the
Please set the JAVA_HOME variable in your environment to match the
...
@@ -132,26 +131,31 @@ location of your Java installation."
...
@@ -132,26 +131,31 @@ location of your Java installation."
fi
fi
else
else
JAVACMD
=
java
JAVACMD
=
java
which java
>
/dev/null 2>&1
||
die
"ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
if
!
command
-v
java
>
/dev/null 2>&1
then
die
"ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
Please set the JAVA_HOME variable in your environment to match the
Please set the JAVA_HOME variable in your environment to match the
location of your Java installation."
location of your Java installation."
fi
fi
fi
# Increase the maximum file descriptors if we can.
# Increase the maximum file descriptors if we can.
if
!
"
$cygwin
"
&&
!
"
$darwin
"
&&
!
"
$nonstop
"
;
then
if
!
"
$cygwin
"
&&
!
"
$darwin
"
&&
!
"
$nonstop
"
;
then
case
$MAX_FD
in
#(
case
$MAX_FD
in
#(
max
*
)
max
*
)
MAX_FD
=
$(
ulimit
-H
-n
)
||
# In POSIX sh, ulimit -H is undefined. That's why the result is checked to see if it worked.
# shellcheck disable=SC2039,SC3045
MAX_FD
=
$(
ulimit
-H
-n
)
||
warn
"Could not query maximum file descriptor limit"
warn
"Could not query maximum file descriptor limit"
;;
esac
esac
case
$MAX_FD
in
#(
case
$MAX_FD
in
#(
''
|
soft
)
:
;;
#(
''
|
soft
)
:
;;
#(
*
)
*
)
# In POSIX sh, ulimit -n is undefined. That's why the result is checked to see if it worked.
# shellcheck disable=SC2039,SC3045
ulimit
-n
"
$MAX_FD
"
||
ulimit
-n
"
$MAX_FD
"
||
warn
"Could not set maximum file descriptor limit to
$MAX_FD
"
warn
"Could not set maximum file descriptor limit to
$MAX_FD
"
;;
esac
esac
fi
fi
...
@@ -164,25 +168,23 @@ fi
...
@@ -164,25 +168,23 @@ fi
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and GRADLE_OPTS environment variables.
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and GRADLE_OPTS environment variables.
# For Cygwin or MSYS, switch paths to Windows format before running java
# For Cygwin or MSYS, switch paths to Windows format before running java
if
"
$cygwin
"
||
"
$msys
"
;
then
if
"
$cygwin
"
||
"
$msys
"
;
then
APP_HOME
=
$(
cygpath
--path
--mixed
"
$APP_HOME
"
)
APP_HOME
=
$(
cygpath
--path
--mixed
"
$APP_HOME
"
)
CLASSPATH
=
$(
cygpath
--path
--mixed
"
$CLASSPATH
"
)
CLASSPATH
=
$(
cygpath
--path
--mixed
"
$CLASSPATH
"
)
JAVACMD
=
$(
cygpath
--unix
"
$JAVACMD
"
)
JAVACMD
=
$(
cygpath
--unix
"
$JAVACMD
"
)
# Now convert the arguments - kludge to limit ourselves to /bin/sh
# Now convert the arguments - kludge to limit ourselves to /bin/sh
for
arg
;
do
for
arg
do
if
if
case
$arg
in
#(
case
$arg
in
#(
-
*
)
false
;;
# don't mess with options #(
-
*
)
false
;;
# don't mess with options #(
/?
*
)
/?
*
)
t
=
${
arg
#/
}
t
=
/
${
t
%%/*
}
# looks like a POSIX filepath
t
=
${
arg
#/
}
t
=
/
${
t
%%/*
}
# looks like a POSIX filepath
[
-e
"
$t
"
]
;;
#(
[
-e
"
$t
"
]
;;
#(
*
)
false
;;
*
)
false
;;
esac
esac
then
then
arg
=
$(
cygpath
--path
--ignore
--mixed
"
$arg
"
)
arg
=
$(
cygpath
--path
--ignore
--mixed
"
$arg
"
)
fi
fi
# Roll the args list around exactly as many times as the number of
# Roll the args list around exactly as many times as the number of
# args, so each arg winds up back in the position where it started, but
# args, so each arg winds up back in the position where it started, but
...
@@ -196,11 +198,15 @@ if "$cygwin" || "$msys"; then
...
@@ -196,11 +198,15 @@ if "$cygwin" || "$msys"; then
done
done
fi
fi
# Collect all arguments for the java command;
# * $DEFAULT_JVM_OPTS, $JAVA_OPTS, and $GRADLE_OPTS can contain fragments of
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
# shell script including quotes and variable substitutions, so put them in
DEFAULT_JVM_OPTS
=
'"-Xmx64m" "-Xms64m"'
# double quotes to make sure that they get re-expanded; and
# * put everything else in single quotes, so that it's not re-expanded.
# Collect all arguments for the java command:
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
# and any embedded shellness will be escaped.
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
# treated as '${Hostname}' itself on the command line.
set
--
\
set
--
\
"-Dorg.gradle.appname=
$APP_BASE_NAME
"
\
"-Dorg.gradle.appname=
$APP_BASE_NAME
"
\
...
@@ -208,6 +214,12 @@ set -- \
...
@@ -208,6 +214,12 @@ set -- \
org.gradle.wrapper.GradleWrapperMain
\
org.gradle.wrapper.GradleWrapperMain
\
"
$@
"
"
$@
"
# Stop when "xargs" is not available.
if
!
command
-v
xargs
>
/dev/null 2>&1
then
die
"xargs is not available"
fi
# Use "xargs" to parse quoted args.
# Use "xargs" to parse quoted args.
#
#
# With -n1 it outputs one arg per line, with the quotes and backslashes removed.
# With -n1 it outputs one arg per line, with the quotes and backslashes removed.
...
@@ -232,6 +244,6 @@ eval "set -- $(
...
@@ -232,6 +244,6 @@ eval "set -- $(
xargs
-n1
|
xargs
-n1
|
sed
' s~[^-[:alnum:]+,./:=@_]~\\&~g; '
|
sed
' s~[^-[:alnum:]+,./:=@_]~\\&~g; '
|
tr
'\n'
' '
tr
'\n'
' '
)
"
'"$@"'
)
"
'"$@"'
exec
"
$JAVACMD
"
"
$@
"
exec
"
$JAVACMD
"
"
$@
"
gradlew.bat
浏览文件 @
e6833563
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
@rem limitations under the License.
@rem limitations under the License.
@rem
@rem
@if "%DEBUG%"
==
"" @echo off
@if "%DEBUG%"
==
"" @echo off
@rem ##########################################################################
@rem ##########################################################################
@rem
@rem
@rem Gradle startup script for Windows
@rem Gradle startup script for Windows
...
@@ -25,7 +25,8 @@
...
@@ -25,7 +25,8 @@
if "%OS%"=="Windows_NT" setlocal
if "%OS%"=="Windows_NT" setlocal
set DIRNAME=%~dp0
set DIRNAME=%~dp0
if "%DIRNAME%" == "" set DIRNAME=.
if "%DIRNAME%"=="" set DIRNAME=.
@rem This is normally unused
set APP_BASE_NAME=%~n0
set APP_BASE_NAME=%~n0
set APP_HOME=%DIRNAME%
set APP_HOME=%DIRNAME%
...
@@ -40,13 +41,13 @@ if defined JAVA_HOME goto findJavaFromJavaHome
...
@@ -40,13 +41,13 @@ if defined JAVA_HOME goto findJavaFromJavaHome
set JAVA_EXE=java.exe
set JAVA_EXE=java.exe
%JAVA_EXE% -version >NUL 2>&1
%JAVA_EXE% -version >NUL 2>&1
if
"%ERRORLEVEL%" == "0"
goto execute
if
%ERRORLEVEL% equ 0
goto execute
echo.
echo.
1>&2
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
1>&2
echo.
echo.
1>&2
echo Please set the JAVA_HOME variable in your environment to match the
echo Please set the JAVA_HOME variable in your environment to match the
1>&2
echo location of your Java installation.
echo location of your Java installation.
1>&2
goto fail
goto fail
...
@@ -56,11 +57,11 @@ set JAVA_EXE=%JAVA_HOME%/bin/java.exe
...
@@ -56,11 +57,11 @@ set JAVA_EXE=%JAVA_HOME%/bin/java.exe
if exist "%JAVA_EXE%" goto execute
if exist "%JAVA_EXE%" goto execute
echo.
echo.
1>&2
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
1>&2
echo.
echo.
1>&2
echo Please set the JAVA_HOME variable in your environment to match the
echo Please set the JAVA_HOME variable in your environment to match the
1>&2
echo location of your Java installation.
echo location of your Java installation.
1>&2
goto fail
goto fail
...
@@ -75,13 +76,15 @@ set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
...
@@ -75,13 +76,15 @@ set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
:end
:end
@rem End local scope for the variables with windows NT shell
@rem End local scope for the variables with windows NT shell
if
"%ERRORLEVEL%"=="0"
goto mainEnd
if
%ERRORLEVEL% equ 0
goto mainEnd
:fail
:fail
rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
rem the _cmd.exe /c_ return code!
rem the _cmd.exe /c_ return code!
if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1
set EXIT_CODE=%ERRORLEVEL%
exit /b 1
if %EXIT_CODE% equ 0 set EXIT_CODE=1
if not ""=="%GRADLE_EXIT_CONSOLE%" exit %EXIT_CODE%
exit /b %EXIT_CODE%
:mainEnd
:mainEnd
if "%OS%"=="Windows_NT" endlocal
if "%OS%"=="Windows_NT" endlocal
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论