mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 07:45:49 +00:00
Update application.properties
This commit is contained in:
parent
342a157e69
commit
e5340de5aa
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ spring.jpa.properties.javax.persistence.schema-generation.drop-script-source=dro
|
|||
|
||||
# Internationalization
|
||||
spring.messages.basename=messages/messages
|
||||
|
||||
spring.messages.encoding=UTF-8
|
||||
|
||||
# Views
|
||||
spring.mvc.view.prefix: /WEB-INF/jsp/
|
||||
|
@ -33,4 +33,4 @@ logging.level.org.springframework=INFO
|
|||
# logging.level.org.springframework.context.annotation=TRACE
|
||||
|
||||
# Maximum time static resources should be cached
|
||||
spring.resources.cache.cachecontrol.max-age=12h
|
||||
spring.resources.cache.cachecontrol.max-age=12h
|
||||
|
|
Loading…
Reference in a new issue