Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
project-template
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
郭燕飞
project-template
Commits
f535a593
Commit
f535a593
authored
Aug 30, 2021
by
郭燕飞
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
fa11f7bc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
build.gradle
service-template/build.gradle
+1
-1
build.gradle
web-template/build.gradle
+2
-2
No files found.
service-template/build.gradle
View file @
f535a593
...
@@ -3,7 +3,7 @@ buildscript {
...
@@ -3,7 +3,7 @@ buildscript {
ext
[
"duibaExtVersion"
]
=
"2.0.0-h69"
ext
[
"duibaExtVersion"
]
=
"2.0.0-h69"
ext
[
"springBootVersion"
]
=
"2.2.7.RELEASE"
ext
[
"springBootVersion"
]
=
"2.2.7.RELEASE"
ext
[
"springCloudVersion"
]
=
"Hoxton.SR6"
ext
[
"springCloudVersion"
]
=
"Hoxton.SR6"
ext
[
"hazelcast.version"
]
=
"
3.11
"
ext
[
"hazelcast.version"
]
=
"
4.2
"
ext
[
"curator.version"
]
=
"2.13.0"
ext
[
"curator.version"
]
=
"2.13.0"
ext
[
"guava.version"
]
=
"28.2-jre"
ext
[
"guava.version"
]
=
"28.2-jre"
ext
[
"lombok.version"
]
=
"1.18.12"
ext
[
"lombok.version"
]
=
"1.18.12"
...
...
web-template/build.gradle
View file @
f535a593
...
@@ -3,7 +3,7 @@ buildscript {
...
@@ -3,7 +3,7 @@ buildscript {
ext
[
"duibaExtVersion"
]
=
"2.0.0-h69"
ext
[
"duibaExtVersion"
]
=
"2.0.0-h69"
ext
[
"springBootVersion"
]
=
"2.2.7.RELEASE"
ext
[
"springBootVersion"
]
=
"2.2.7.RELEASE"
ext
[
"springCloudVersion"
]
=
"Hoxton.SR6"
ext
[
"springCloudVersion"
]
=
"Hoxton.SR6"
ext
[
"hazelcast.version"
]
=
"
3.11
"
ext
[
"hazelcast.version"
]
=
"
4.2
"
ext
[
"curator.version"
]
=
"2.13.0"
ext
[
"curator.version"
]
=
"2.13.0"
ext
[
"guava.version"
]
=
"28.2-jre"
ext
[
"guava.version"
]
=
"28.2-jre"
ext
[
"lombok.version"
]
=
"1.18.12"
ext
[
"lombok.version"
]
=
"1.18.12"
...
@@ -115,7 +115,7 @@ dependencies {
...
@@ -115,7 +115,7 @@ dependencies {
testCompileOnly
"org.projectlombok:lombok"
testCompileOnly
"org.projectlombok:lombok"
testAnnotationProcessor
"org.projectlombok:lombok"
testAnnotationProcessor
"org.projectlombok:lombok"
// sso版本,请使用
3.0.20
以上
// sso版本,请使用
4.0.3
以上
testCompile
"org.springframework.boot:spring-boot-starter-test"
testCompile
"org.springframework.boot:spring-boot-starter-test"
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment