mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45:50 +00:00
Added custom port number
This commit is contained in:
parent
bbb237928f
commit
c0e305dd60
1 changed files with 3 additions and 0 deletions
|
@ -23,3 +23,6 @@ logging.level.org.springframework=INFO
|
||||||
|
|
||||||
# Maximum time static resources should be cached
|
# Maximum time static resources should be cached
|
||||||
spring.web.resources.cache.cachecontrol.max-age=12h
|
spring.web.resources.cache.cachecontrol.max-age=12h
|
||||||
|
|
||||||
|
#Port configuration
|
||||||
|
server.port=8081
|
||||||
|
|
Loading…
Reference in a new issue