2019-10-31 20:43:47 -05:00
|
|
|
server.servlet.context-path=/spring-mvc-basics
|
|
|
|
|
|
|
|
|
|
### Content Negotiation (already defined programatically)
|
|
|
|
|
#spring.mvc.contentnegotiation.favor-path-extension=true
|
|
|
|
|
#spring.mvc.contentnegotiation.favor-parameter=true
|
|
|
|
|
#spring.mvc.contentnegotiation.parameter-name=mediaType
|
2021-12-14 16:40:11 +01:00
|
|
|
spring.mvc.pathmatch.use-suffix-pattern=true
|
|
|
|
|
spring.mvc.pathmatch.matching-strategy=ant-path-matcher
|