Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
A
admin
Project
Project
Details
Activity
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
曲欣亮
admin
Commits
d31428f3
Commit
d31428f3
authored
Aug 28, 2019
by
张永
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
2dfe1d79
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
pom.xml
pom.xml
+5
-1
application.properties
src/main/resources/application.properties
+4
-2
No files found.
pom.xml
View file @
d31428f3
...
@@ -8,6 +8,10 @@
...
@@ -8,6 +8,10 @@
<properties>
<properties>
<start-class>
com.egolm.admin.AdminApplication
</start-class>
<start-class>
com.egolm.admin.AdminApplication
</start-class>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.reporting.outputEncoding>
UTF-8
</project.reporting.outputEncoding>
<maven.build.timestamp>
${maven.build.timestamp}
</maven.build.timestamp>
<maven.build.timestamp.format>
yyyy-MM-dd HH:mm:ss
</maven.build.timestamp.format>
</properties>
</properties>
<parent>
<parent>
...
...
src/main/resources/application.properties
View file @
d31428f3
spring.profiles.active
=
dev
spring.profiles.active
=
dev
spring.messages.basename
=
messages
spring.messages.basename
=
messages
###版本号
maven.build.timestamp
=
@maven.build.timestamp@
\ No newline at end of file
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