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
4fd5b04a
Commit
4fd5b04a
authored
Oct 12, 2020
by
郭燕飞
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version
parent
4cf642db
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
3 deletions
+16
-3
build.gradle
service-template/bizModule/build.gradle
+3
-0
build.gradle
service-template/build.gradle
+5
-2
build.gradle
web-template/build.gradle
+8
-1
No files found.
service-template/bizModule/build.gradle
View file @
4fd5b04a
...
...
@@ -25,6 +25,9 @@ dependencies {
compileOnly
"org.projectlombok:lombok"
annotationProcessor
"org.projectlombok:lombok"
testCompileOnly
"org.projectlombok:lombok"
testAnnotationProcessor
"org.projectlombok:lombok"
testCompile
"org.springframework.boot:spring-boot-starter-test"
}
...
...
service-template/build.gradle
View file @
4fd5b04a
buildscript
{
ext
[
"duibaExtVersion"
]
=
"2.0.0-h
25
"
ext
[
"duibaExtVersion"
]
=
"2.0.0-h
30
"
ext
[
"springBootVersion"
]
=
"2.2.7.RELEASE"
ext
[
"springCloudVersion"
]
=
"Hoxton.SR6"
ext
[
"hazelcast.version"
]
=
"3.11"
ext
[
"curator.version"
]
=
"2.13.0"
ext
[
"guava.version"
]
=
"28.2-jre"
repositories
{
maven
{
url
"http://nexus.dui88.com:8081/nexus/content/groups/public/"
}
...
...
@@ -58,6 +60,8 @@ subprojects {
all
*.
exclude
group:
"org.slf4j"
,
module:
"slf4j-log4j12"
all
*.
exclude
group:
"javax.servlet"
,
module:
"servlet-api"
//servlet 2.5
all
*.
exclude
group:
"com.alibaba"
,
module:
"dubbo"
all
*.
exclude
group:
"com.fasterxml.jackson.dataformat"
,
module:
"jackson-dataformat-xml"
all
*.
exclude
group:
"com.zaxxer"
,
module:
"HikariCP-java7"
}
dependencyManagement
{
...
...
@@ -78,7 +82,6 @@ subprojects {
mavenLocal
()
}
uploadArchives
{
repositories
{
mavenDeployer
{
...
...
web-template/build.gradle
View file @
4fd5b04a
buildscript
{
ext
[
"duibaExtVersion"
]
=
"2.0.0-h
25
"
ext
[
"duibaExtVersion"
]
=
"2.0.0-h
30
"
ext
[
"springBootVersion"
]
=
"2.2.7.RELEASE"
ext
[
"springCloudVersion"
]
=
"Hoxton.SR6"
ext
[
"hazelcast.version"
]
=
"3.11"
ext
[
"curator.version"
]
=
"2.13.0"
ext
[
"guava.version"
]
=
"28.2-jre"
repositories
{
maven
{
url
"http://nexus.dui88.com:8081/nexus/content/groups/public/"
}
...
...
@@ -60,6 +62,8 @@ configurations {
all
*.
exclude
group:
"org.slf4j"
,
module:
"slf4j-log4j12"
all
*.
exclude
group:
"javax.servlet"
,
module:
"servlet-api"
//servlet 2.5
all
*.
exclude
group:
"com.alibaba"
,
module:
"dubbo"
all
*.
exclude
group:
"com.fasterxml.jackson.dataformat"
,
module:
"jackson-dataformat-xml"
all
*.
exclude
group:
"com.zaxxer"
,
module:
"HikariCP-java7"
}
repositories
{
...
...
@@ -101,6 +105,9 @@ dependencies {
compileOnly
"org.projectlombok:lombok"
annotationProcessor
"org.projectlombok:lombok"
testCompileOnly
"org.projectlombok:lombok"
testAnnotationProcessor
"org.projectlombok:lombok"
// sso版本,请使用 3.0.20 以上
...
...
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