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
801afe90
Commit
801afe90
authored
Feb 01, 2018
by
郭燕飞
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
模板升级
parent
1ccb8221
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
7 deletions
+6
-7
build.gradle
service-template/bizModule/build.gradle
+4
-5
build.gradle
service-template/build.gradle
+2
-2
No files found.
service-template/bizModule/build.gradle
View file @
801afe90
...
...
@@ -12,17 +12,16 @@ dependencies {
compile
'cn.com.duiba.boot:spring-boot-starter-perftest'
compile
'cn.com.duiba.boot:spring-boot-starter-mybatis'
compile
'cn.com.duiba.boot:spring-boot-starter-logger'
compile
'cn.com.duiba.boot:spring-boot-starter-cat'
compile
'org.springframework.boot:spring-boot-starter-web'
compile
'org.springframework.boot:spring-boot-starter-actuator'
compile
'org.springframework.boot:spring-boot-starter-jdbc'
compile
'org.springframework.cloud:spring-cloud-starter-config'
compile
'org.springframework.cloud:spring-cloud-starter-
eureka
'
compile
'org.springframework.cloud:spring-cloud-starter-hystrix'
compile
'org.springframework.cloud:spring-cloud-starter-ribbon'
compile
'org.springframework.cloud:spring-cloud-starter-feign'
compile
'org.springframework.cloud:spring-cloud-starter-
netflix-eureka-client
'
compile
'org.springframework.cloud:spring-cloud-starter-
netflix-
hystrix'
compile
'org.springframework.cloud:spring-cloud-starter-
netflix-
ribbon'
compile
'org.springframework.cloud:spring-cloud-starter-
open
feign'
compile
'org.apache.commons:commons-dbcp2'
...
...
service-template/build.gradle
View file @
801afe90
buildscript
{
ext
{
springBootVersion
=
'1.5.
8
.RELEASE'
springBootVersion
=
'1.5.
9
.RELEASE'
}
repositories
{
mavenLocal
()
...
...
@@ -49,7 +49,7 @@ subprojects {
imports
{
mavenBom
'cn.com.duiba.boot:spring-boot-ext-dependencies:1.2.112'
mavenBom
'org.springframework.cloud:spring-cloud-dependencies:
Dalston.SR4
'
mavenBom
'org.springframework.cloud:spring-cloud-dependencies:
Edgware.RELEASE
'
}
dependency
'com.alibaba:fastjson:1.2.29'
...
...
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