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
f8f36ead
Commit
f8f36ead
authored
Aug 22, 2013
by
Phillip Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add sample yml to docs
parent
2b54b628
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
100 additions
and
0 deletions
+100
-0
application.yml
docs/application.yml
+100
-0
No files found.
docs/application.yml
0 → 100644
View file @
f8f36ead
# Core
spring
:
# The name of the application
application.name
:
myapp
# The name of the main config file, default is application
config.name
:
application
# Profiles that should be active
profiles.active
:
# Configuration for SpringApplication setters
main
:
web-environment
:
true
show-banner:
false
log-startup-info
:
false
# ...
# Server settings (ServerProperties)
server
:
port
:
8080
address
:
127.0.0.1
sessionTimeout
:
30
contextPath
:
/root
# Tomcat specifics
tomcat
:
accessLogEnabled
:
false
protocolHeader
:
x-forwarded-proto
remoteIpHeader
:
x-forwarded-for
basedir
:
backgroundProcessorDelay
:
30
# secs
---
# Auto-Configure
spring
:
messages
:
basename
:
messages
batch
:
schema
:
classpath:org/springframework/batch/core/schema-@@platform@@.sql
database
:
schema
:
classpath*:schema-<platform>.sql
platform
:
all
datasource
:
driverClassName
url
:
username
:
sa
password
max-active
:
8
max-idle
:
8
test-on-borrow
test-on-return
validation-query
jpa
:
open-in-view
:
show-sql
:
database-platform
:
generate-ddl
:
properties
:
hibernate
:
naming-strategy
:
cache-provider
:
ddl-auto
:
thymeleaf
prefix
:
classpath:/templates/
suffix
:
.html
mode
:
HTML5
cache
:
true
# actuator
endpoints
:
beans
:
path
:
/beans
sensitive
:
false
dump
:
env
health
info
metrics
shutdown
trace
management
:
port
security
:
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