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
558c6b28
Commit
558c6b28
authored
Jul 28, 2022
by
郭燕飞
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version
parent
fd18f956
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
30 deletions
+2
-30
build.gradle
service-template/bizModule/build.gradle
+0
-1
build.gradle
service-template/build.gradle
+1
-13
build.gradle
web-template/build.gradle
+1
-16
No files found.
service-template/bizModule/build.gradle
View file @
558c6b28
apply
plugin:
"org.springframework.boot"
apply
plugin:
"org.springframework.boot"
apply
plugin:
"com.google.cloud.tools.jib"
bootJar
{
bootJar
{
archiveName
=
"{artifactId}.jar"
archiveName
=
"{artifactId}.jar"
...
...
service-template/build.gradle
View file @
558c6b28
buildscript
{
buildscript
{
ext
[
"duibaExtVersion"
]
=
"2.0.0-h8
0
"
ext
[
"duibaExtVersion"
]
=
"2.0.0-h8
4
"
ext
[
"springBootVersion"
]
=
"2.2.7.RELEASE"
ext
[
"springBootVersion"
]
=
"2.2.7.RELEASE"
ext
[
"springCloudVersion"
]
=
"Hoxton.SR6"
ext
[
"springCloudVersion"
]
=
"Hoxton.SR6"
ext
[
"guava.version"
]
=
"28.2-jre"
ext
[
"guava.version"
]
=
"28.2-jre"
...
@@ -16,24 +16,12 @@ buildscript {
...
@@ -16,24 +16,12 @@ buildscript {
dependencies
{
dependencies
{
classpath
"io.spring.gradle:dependency-management-plugin:1.0.5.RELEASE"
classpath
"io.spring.gradle:dependency-management-plugin:1.0.5.RELEASE"
classpath
"org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:3.0"
classpath
"org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}"
classpath
"org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}"
classpath
"org.springframework.build.gradle:propdeps-plugin:0.0.7"
classpath
"org.springframework.build.gradle:propdeps-plugin:0.0.7"
classpath
"gradle.plugin.com.google.cloud.tools:jib-gradle-plugin:2.5.0"
classpath
"cn.com.duiba:duiba-gradle-plugin:0.1.9"
classpath
"cn.com.duiba:duiba-gradle-plugin:0.1.9"
}
}
}
}
apply
plugin:
"org.sonarqube"
sonarqube
{
properties
{
property
"sonar.projectName"
,
"{artifactId}"
property
"sonar.projectKey"
,
"{groupId}:{artifactId}"
property
"sonar.sourceEncoding"
,
"utf-8"
property
"sonar.host.url"
,
"http://sonar.dui88.com"
}
}
allprojects
{
allprojects
{
apply
plugin:
"duiba.gradle.plugin"
apply
plugin:
"duiba.gradle.plugin"
apply
plugin:
"maven"
apply
plugin:
"maven"
...
...
web-template/build.gradle
View file @
558c6b28
buildscript
{
buildscript
{
ext
[
"duibaExtVersion"
]
=
"2.0.0-h8
0
"
ext
[
"duibaExtVersion"
]
=
"2.0.0-h8
4
"
ext
[
"springBootVersion"
]
=
"2.2.7.RELEASE"
ext
[
"springBootVersion"
]
=
"2.2.7.RELEASE"
ext
[
"springCloudVersion"
]
=
"Hoxton.SR6"
ext
[
"springCloudVersion"
]
=
"Hoxton.SR6"
ext
[
"guava.version"
]
=
"28.2-jre"
ext
[
"guava.version"
]
=
"28.2-jre"
...
@@ -16,25 +16,12 @@ buildscript {
...
@@ -16,25 +16,12 @@ buildscript {
dependencies
{
dependencies
{
classpath
"io.spring.gradle:dependency-management-plugin:1.0.5.RELEASE"
classpath
"io.spring.gradle:dependency-management-plugin:1.0.5.RELEASE"
classpath
"org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:3.0"
classpath
"org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}"
classpath
"org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}"
classpath
"org.springframework.build.gradle:propdeps-plugin:0.0.7"
classpath
"org.springframework.build.gradle:propdeps-plugin:0.0.7"
classpath
"gradle.plugin.com.google.cloud.tools:jib-gradle-plugin:2.5.0"
classpath
"cn.com.duiba:duiba-gradle-plugin:0.1.9"
classpath
"cn.com.duiba:duiba-gradle-plugin:0.1.9"
}
}
}
}
apply
plugin:
'org.sonarqube'
sonarqube
{
properties
{
property
"sonar.projectName"
,
"{artifactId}"
property
"sonar.projectKey"
,
"{groupId}:{artifactId}"
property
"sonar.sourceEncoding"
,
"utf-8"
property
"sonar.host.url"
,
"http://sonar.dui88.com"
}
}
apply
plugin:
"com.google.cloud.tools.jib"
apply
plugin:
"duiba.gradle.plugin"
apply
plugin:
"duiba.gradle.plugin"
apply
plugin:
"maven"
apply
plugin:
"maven"
apply
plugin:
"java"
apply
plugin:
"java"
...
@@ -113,8 +100,6 @@ dependencies {
...
@@ -113,8 +100,6 @@ dependencies {
testCompileOnly
"org.projectlombok:lombok"
testCompileOnly
"org.projectlombok:lombok"
testAnnotationProcessor
"org.projectlombok:lombok"
testAnnotationProcessor
"org.projectlombok:lombok"
// 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