Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
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
DEMO
spring-boot
Commits
d89ff8cb
Commit
d89ff8cb
authored
Sep 19, 2017
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Polish sample
Closes gh-10330
parent
974a630f
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
7 deletions
+6
-7
application.properties
...sample-actuator/src/main/resources/application.properties
+1
-2
application.properties
...ot-sample-cache/src/main/resources/application.properties
+1
-1
pom.xml
spring-boot-samples/spring-boot-sample-flyway/pom.xml
+1
-1
application.properties
...t-sample-flyway/src/main/resources/application.properties
+1
-1
pom.xml
spring-boot-samples/spring-boot-sample-liquibase/pom.xml
+1
-1
application.properties
...ample-liquibase/src/main/resources/application.properties
+1
-1
No files found.
spring-boot-samples/spring-boot-sample-actuator/src/main/resources/application.properties
View file @
d89ff8cb
...
...
@@ -4,14 +4,13 @@ service.name=Phil
# logging.level.org.springframework.security=DEBUG
management.address
=
127.0.0.1
endpoints.default.web.enabled
=
true
endpoints.shutdown.enabled
=
true
server.tomcat.basedir
=
target/tomcat
server.tomcat.accesslog.enabled
=
true
server.tomcat.accesslog.pattern
=
%h %t "%r" %s %b
security.require-ssl
=
false
#spring.jackson.serialization.INDENT_OUTPUT=true
spring.jmx.enabled
=
true
endpoints.default.web.enabled
=
true
spring.jackson.serialization.write_dates_as_timestamps
=
false
...
...
spring-boot-samples/spring-boot-sample-cache/src/main/resources/application.properties
View file @
d89ff8cb
management.security.enabled
=
fals
e
endpoints.metrics.web.enabled
=
tru
e
#
# Infinispan configuration file location.
...
...
spring-boot-samples/spring-boot-sample-flyway/pom.xml
View file @
d89ff8cb
...
...
@@ -30,7 +30,7 @@
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-actuator
</artifactId>
<artifactId>
spring-boot-
starter-
actuator
</artifactId>
</dependency>
<dependency>
<groupId>
org.flywaydb
</groupId>
...
...
spring-boot-samples/spring-boot-sample-flyway/src/main/resources/application.properties
View file @
d89ff8cb
management.security.enabled
=
fals
e
endpoints.flyway.web.enabled
=
tru
e
spring.jpa.hibernate.ddl-auto
=
validate
...
...
spring-boot-samples/spring-boot-sample-liquibase/pom.xml
View file @
d89ff8cb
...
...
@@ -30,7 +30,7 @@
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-actuator
</artifactId>
<artifactId>
spring-boot-
starter-
actuator
</artifactId>
</dependency>
<dependency>
<groupId>
org.liquibase
</groupId>
...
...
spring-boot-samples/spring-boot-sample-liquibase/src/main/resources/application.properties
View file @
d89ff8cb
management.security.enabled
=
fals
e
endpoints.liquibase.web.enabled
=
tru
e
spring.h2.console.enabled
=
true
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