* Spring Boot Properties Migrator Demo * updated demo properties (#1) Co-authored-by: s9m33r <no-reply> * Article/bael 5446 (#2) * updated demo properties * formatting Co-authored-by: s9m33r <no-reply> Co-authored-by: s9m33r <no-reply>
17 lines
281 B
YAML
17 lines
281 B
YAML
# Deprecated Properties for Demonstration
|
|
#spring:
|
|
# resources:
|
|
# cache:
|
|
# period: 31536000
|
|
# chain:
|
|
# compressed: true
|
|
# html-application-cache: true
|
|
|
|
spring:
|
|
web:
|
|
resources:
|
|
cache:
|
|
period: 31536000
|
|
chain:
|
|
compressed: false
|