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
1e15438b
Commit
1e15438b
authored
Dec 24, 2019
by
郭燕飞
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version
parent
efbf2ef0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
build.gradle
service-template/build.gradle
+3
-2
build.gradle
web-template/build.gradle
+5
-2
No files found.
service-template/build.gradle
View file @
1e15438b
...
...
@@ -3,11 +3,11 @@ buildscript {
springBootVersion
=
"1.5.22.RELEASE"
}
repositories
{
mavenLocal
()
maven
{
url
"http://nexus.dui88.com:8081/nexus/content/groups/public/"
}
maven
{
url
"https://plugins.gradle.org/m2/"
}
//sonarqube
maven
{
url
"http://repo.spring.io/plugins-release"
}
mavenCentral
()
mavenLocal
()
}
dependencies
{
classpath
"io.spring.gradle:dependency-management-plugin:1.0.5.RELEASE"
...
...
@@ -57,6 +57,7 @@ subprojects {
all
*.
exclude
group:
"log4j"
,
module:
"log4j"
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'
}
dependencyManagement
{
...
...
@@ -71,9 +72,9 @@ subprojects {
}
repositories
{
mavenLocal
()
maven
{
url
"http://nexus.dui88.com:8081/nexus/content/groups/public/"
}
mavenCentral
()
mavenLocal
()
}
...
...
web-template/build.gradle
View file @
1e15438b
...
...
@@ -3,11 +3,11 @@ buildscript {
springBootVersion
=
"1.5.22.RELEASE"
}
repositories
{
mavenLocal
()
maven
{
url
"http://nexus.dui88.com:8081/nexus/content/groups/public/"
}
maven
{
url
"https://plugins.gradle.org/m2/"
}
//sonarqube
maven
{
url
"http://repo.spring.io/plugins-release"
}
mavenCentral
()
mavenLocal
()
}
dependencies
{
classpath
"io.spring.gradle:dependency-management-plugin:1.0.5.RELEASE"
...
...
@@ -60,14 +60,15 @@ configurations {
all
*.
exclude
group:
"log4j"
,
module:
"log4j"
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'
}
repositories
{
mavenLocal
()
maven
{
url
"http://nexus.dui88.com:8081/nexus/content/groups/public/"
}
maven
{
url
"https://plugins.gradle.org/m2/"
}
//sonarqube
maven
{
url
"http://repo.spring.io/plugins-release"
}
mavenCentral
()
mavenLocal
()
}
dependencyManagement
{
...
...
@@ -102,6 +103,8 @@ dependencies {
compile
"com.alibaba:fastjson"
// sso版本,请使用 2.5.2 以上
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