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
97f0ca8f
Commit
97f0ca8f
authored
Aug 29, 2019
by
郭燕飞
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version
parent
875c7fd5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
8 deletions
+6
-8
build.gradle
service-template/build.gradle
+3
-4
build.gradle
web-template/build.gradle
+3
-4
No files found.
service-template/build.gradle
View file @
97f0ca8f
buildscript
{
ext
{
springBootVersion
=
"1.5.
16
.RELEASE"
springBootVersion
=
"1.5.
22
.RELEASE"
}
repositories
{
mavenLocal
()
...
...
@@ -11,7 +11,6 @@ buildscript {
}
dependencies
{
classpath
"io.spring.gradle:dependency-management-plugin:1.0.5.RELEASE"
classpath
"org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.5"
//sonarqube
classpath
"org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}"
classpath
"org.springframework.build.gradle:propdeps-plugin:0.0.7"
classpath
"cn.com.duiba:duiba-gradle-plugin:0.1.7"
...
...
@@ -64,9 +63,9 @@ subprojects {
dependencies
{
imports
{
mavenBom
"cn.com.duiba.boot:spring-boot-ext-dependencies:1.2.2
82
"
mavenBom
"cn.com.duiba.boot:spring-boot-ext-dependencies:1.2.2
95
"
mavenBom
"org.springframework.boot:spring-boot-dependencies:${springBootVersion}"
mavenBom
"org.springframework.cloud:spring-cloud-dependencies:Edgware.SR
4
"
mavenBom
"org.springframework.cloud:spring-cloud-dependencies:Edgware.SR
6
"
}
}
}
...
...
web-template/build.gradle
View file @
97f0ca8f
buildscript
{
ext
{
springBootVersion
=
"1.5.
16
.RELEASE"
springBootVersion
=
"1.5.
22
.RELEASE"
}
repositories
{
mavenLocal
()
...
...
@@ -11,7 +11,6 @@ buildscript {
}
dependencies
{
classpath
"io.spring.gradle:dependency-management-plugin:1.0.5.RELEASE"
classpath
"org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.5"
//sonarqube
classpath
"org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}"
classpath
"org.springframework.build.gradle:propdeps-plugin:0.0.7"
classpath
"cn.com.duiba:duiba-gradle-plugin:0.1.7"
...
...
@@ -75,9 +74,9 @@ dependencyManagement {
dependencies
{
imports
{
mavenBom
"cn.com.duiba.boot:spring-boot-ext-dependencies:1.2.2
82
"
mavenBom
"cn.com.duiba.boot:spring-boot-ext-dependencies:1.2.2
95
"
mavenBom
"org.springframework.boot:spring-boot-dependencies:${springBootVersion}"
mavenBom
"org.springframework.cloud:spring-cloud-dependencies:Edgware.SR
4
"
mavenBom
"org.springframework.cloud:spring-cloud-dependencies:Edgware.SR
6
"
}
}
}
...
...
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