updated properties file for example
This commit is contained in:
parent
099278bfb8
commit
6b02742728
|
@ -3,6 +3,10 @@ server.port=9000
|
|||
server.servlet-path=/
|
||||
server.context-path=/
|
||||
#server.error.whitelabel.enabled=false
|
||||
|
||||
spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration
|
||||
|
||||
#for Spring Boot 2.0+
|
||||
#spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration
|
||||
|
||||
#freemarker
|
||||
|
|
Loading…
Reference in New Issue