+1 vote
in Service Discovery by
How do you override a Spring Boot Project’s Default Properties?

1 Answer

0 votes
by
Specify the properties in application.properties.

Spring MVC applications need the suffix and the prefix to be specified. This can be done by:

For suffix – spring.mvc.view.suffix: .jsp

For prefix – spring.mvc.view.prefix: /WEB-INF/

Related questions

0 votes
asked Apr 4, 2021 in Spring by Robindeniel
0 votes
asked Dec 20, 2019 in Service Discovery by sharadyadav1986
...