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
a58f5e09
Commit
a58f5e09
authored
Jun 02, 2020
by
郭燕飞
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
b2869bc9
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
13 deletions
+15
-13
build.gradle
service-template/bizModule/build.gradle
+4
-3
application.properties
...plate/bizModule/src/main/resources/application.properties
+1
-1
build.gradle
service-template/build.gradle
+3
-3
build.gradle
web-template/build.gradle
+7
-6
No files found.
service-template/bizModule/build.gradle
View file @
a58f5e09
apply
plugin:
"org.springframework.boot"
jar
{
baseName
=
"{artifactId}"
version
=
""
bootJar
{
baseName
=
'{artifactId}'
archiveName
=
"{artifactId}.jar"
version
=
'0.0.1-SNAPSHOT'
}
description
=
"{artifactId}-biz"
...
...
service-template/bizModule/src/main/resources/application.properties
View file @
a58f5e09
...
...
@@ -7,7 +7,7 @@ server.tomcat.uri-encoding=UTF-8
logging.path
=
${user.home}/logs/{artifactId}
# database
duiba.datasource.demo.url
=
jdbc:mysql://dev.config.duibar.com:3306/demo?createDatabaseIfNotExist=true&useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true&connectTimeout=5000&socketTimeout=60000
duiba.datasource.demo.url
=
jdbc:mysql://dev.config.duibar.com:3306/demo?createDatabaseIfNotExist=true&useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true&connectTimeout=5000&socketTimeout=60000
&useSSL=false&serverTimezone=Asia/Shanghai
duiba.datasource.demo.username
=
dev
duiba.datasource.demo.password
=
dev_fas015
...
...
service-template/build.gradle
View file @
a58f5e09
buildscript
{
ext
[
"duibaExtVersion"
]
=
"
1.3.31
"
ext
[
"springBootVersion"
]
=
"
1.5.22
.RELEASE"
ext
[
"springCloudVersion"
]
=
"
Edgware.SR6
"
ext
[
"duibaExtVersion"
]
=
"
2.0.0-h13
"
ext
[
"springBootVersion"
]
=
"
2.2.7
.RELEASE"
ext
[
"springCloudVersion"
]
=
"
Hoxton.SR4
"
ext
[
"hazelcast.version"
]
=
"3.11"
repositories
{
...
...
web-template/build.gradle
View file @
a58f5e09
buildscript
{
ext
[
"duibaExtVersion"
]
=
"
1.3.31
"
ext
[
"springBootVersion"
]
=
"
1.5.22
.RELEASE"
ext
[
"springCloudVersion"
]
=
"
Edgware.SR6
"
ext
[
"duibaExtVersion"
]
=
"
2.0.0-h13
"
ext
[
"springBootVersion"
]
=
"
2.2.7
.RELEASE"
ext
[
"springCloudVersion"
]
=
"
Hoxton.SR4
"
ext
[
"hazelcast.version"
]
=
"3.11"
repositories
{
...
...
@@ -51,9 +51,10 @@ version = "0.0.1-SNAPSHOT"
sourceCompatibility
=
1.8
targetCompatibility
=
1.8
jar
{
baseName
=
"{artifactId}"
version
=
""
bootJar
{
baseName
=
'{artifactId}'
archiveName
=
"{artifactId}.jar"
version
=
'0.0.1-SNAPSHOT'
}
configurations
{
...
...
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