8 lines
371 B
Properties
Raw Normal View History

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
spring.mvc.pathmatch.use-suffix-pattern=true
spring.mvc.pathmatch.matching-strategy=ant-path-matcher