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
298fef18
Commit
298fef18
authored
Feb 14, 2020
by
郭燕飞
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version
parent
79a2a176
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
16 deletions
+6
-16
.gitignore
service-template/.gitignore
+2
-7
build.gradle
service-template/build.gradle
+1
-1
.gitignore
web-template/.gitignore
+2
-7
build.gradle
web-template/build.gradle
+1
-1
No files found.
service-template/.gitignore
View file @
298fef18
...
...
@@ -13,6 +13,7 @@ target/
# idea ignore
.idea/
*/out/
*.ipr
*.iml
*.iws
...
...
@@ -36,10 +37,4 @@ build
.gitignore
classes/
### IntelliJ IDEA ###
*/out/
.idea
*.iws
*.iml
*.ipr
data/
service-template/build.gradle
View file @
298fef18
buildscript
{
ext
[
"duibaExtVersion"
]
=
"1.3.
29
"
ext
[
"duibaExtVersion"
]
=
"1.3.
30
"
ext
[
"springBootVersion"
]
=
"1.5.22.RELEASE"
ext
[
"springCloudVersion"
]
=
"Edgware.SR6"
ext
[
"hazelcast.version"
]
=
"3.11"
...
...
web-template/.gitignore
View file @
298fef18
...
...
@@ -13,6 +13,7 @@ target/
# idea ignore
.idea/
*/out/
*.ipr
*.iml
*.iws
...
...
@@ -36,10 +37,4 @@ build
.gitignore
classes/
### IntelliJ IDEA ###
*/out/
.idea
*.iws
*.iml
*.ipr
data/
web-template/build.gradle
View file @
298fef18
buildscript
{
ext
[
"duibaExtVersion"
]
=
"1.3.
29
"
ext
[
"duibaExtVersion"
]
=
"1.3.
30
"
ext
[
"springBootVersion"
]
=
"1.5.22.RELEASE"
ext
[
"springCloudVersion"
]
=
"Edgware.SR6"
ext
[
"hazelcast.version"
]
=
"3.11"
...
...
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