Merge branch '1.1.x'
This commit is contained in:
@@ -10,9 +10,9 @@
|
||||
-- Simple REST service with production features
|
||||
* link:spring-boot-sample-actuator-ui[spring-boot-sample-actuator-ui]
|
||||
-- A web UI example with production features
|
||||
* link:spring-boot-sample-actuator-ui[spring-boot-sample-actuator-noweb]
|
||||
* link:spring-boot-sample-actuator-noweb[spring-boot-sample-actuator-noweb]
|
||||
-- A production features sample with no web application
|
||||
* link:spring-boot-sample-actuator-ui[spring-boot-sample-actuator-log4j]
|
||||
* link:spring-boot-sample-actuator-log4j[spring-boot-sample-actuator-log4j]
|
||||
-- A production features sample using log4j for logging (instead of logback)
|
||||
* link:spring-boot-sample-web-ui[spring-boot-sample-web-ui]
|
||||
-- A thymeleaf web application
|
||||
@@ -48,7 +48,7 @@
|
||||
-- Example showing database migrations with Liquibase
|
||||
* link:spring-boot-sample-amqp[spring-boot-sample-amqp]
|
||||
-- Example showing message-oriented application using RabbitMQ
|
||||
* link:spring-boot-sample-amqp[spring-boot-sample-hornetq]
|
||||
* link:spring-boot-sample-hornetq[spring-boot-sample-hornetq]
|
||||
-- Example showing message-oriented application using HornetQ
|
||||
* link:spring-boot-sample-batch[spring-boot-sample-batch]
|
||||
-- Define and run a Batch job in a few lines of code
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
logging.file: /tmp/logs/app.log
|
||||
logging.level.org.springframework.security: INFO
|
||||
management.address: 127.0.0.1
|
||||
#management.port: 8181
|
||||
endpoints.shutdown.enabled: true
|
||||
server.tomcat.basedir: target/tomcat
|
||||
server.tomcat.access_log_enabled: true
|
||||
|
||||
Reference in New Issue
Block a user