Move webapp folder in the default Spring Boot location
Related to #1733
could you please elaborate the changes?
It is just moving the folder into the common folder used by spring boot for jsp. I didn't see any side effect of the changes.
It is just moving the folder into the common folder used by spring boot for jsp. I didn't see any side effect of the changes.
i just question this claim about common/default folder by spring boot, because i did not encounter such a thing in my experience.
As I understand it:
- When using JSP with Spring Boot, a WAR package is required, which in turn relies on the maven-war-plugin. (https://docs.spring.io/spring-boot/reference/web/servlet.html#web.servlet.embedded-container.jsp-limitations)
- The default
warSourceDirectoryfor this plugin issrc/main/webapp, and this value is not overridden byspring-boot-starter-parent(https://maven.apache.org/plugins/maven-war-plugin/war-mojo.html#warSourceDirectory)
Closed in favor of migrating to Thymeleaf, which is a more appropriate next step. See: https://github.com/juherr/evolve/pull/5
hey @juherr could you please revert the deletion and reopen this PR?
@goekay done. Feel free to update it.
fixing conflicts was not fun. i abandoned it. instead, i applied the same changes on top of current HEAD in https://github.com/steve-community/steve/pull/1821
as always, thanks for the help @juherr and sorry for the unnecessary effort/trouble i caused.