Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
spring-boot-admin
Project
Overview
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
openSource
spring-boot-admin
Commits
7e16e193
Commit
7e16e193
authored
Jul 04, 2014
by
Thomas Bosch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
params from maven build
parent
06326bec
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
pom.xml
pom.xml
+7
-0
application.properties
src/main/resources/application.properties
+3
-2
No files found.
pom.xml
View file @
7e16e193
...
@@ -81,6 +81,13 @@
...
@@ -81,6 +81,13 @@
<directory>
src/main/resources
</directory>
<directory>
src/main/resources
</directory>
</resource>
</resource>
<resource>
<resource>
<directory>
src/main/resources
</directory>
<filtering>
true
</filtering>
<includes>
<include>
application.properties
</include>
</includes>
</resource>
<resource>
<directory>
src/main/webapp
</directory>
<directory>
src/main/webapp
</directory>
</resource>
</resource>
<resource>
<resource>
...
...
src/main/resources/application.properties
View file @
7e16e193
spring.resources.cachePeriod
=
3600
spring.resources.cachePeriod
=
3600
server.port
=
8080
server.port
=
8080
info.id
=
spring-boot-admin
info.id
=
@pom.artifactId@
info.version
=
1.0.0-SNAPSHOT
info.version
=
@pom.version@
spring.boot.admin.url
=
http://localhost:8080
spring.boot.admin.url
=
http://localhost:8080
logging.file
=
/tmp/log.log
logging.file
=
/tmp/log.log
\ 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