-
Notifications
You must be signed in to change notification settings - Fork 513
Open
Description
Hi team,
I have a project setup like this.
/core
/src/main/
/resources/META-INF/
web-fragment.xml
/resources/jsp/
fragment.jsp
/java/
FragmentTest.java
/web
/src/main/
/webapp/
/WEB-INF/web.xml
/jsps/
parent.jsp
/java/
ParentTest.java
I am using spring loaded too. Now whenever I make a change in a class file, it gets hot swapped by spring loaded. The problem comes when I want to deal with JSPs, especially the JSPs within the fragments. I need to restart my tomcat whenever a change in core - jsp is occured.
Any work around there ..?
Metadata
Metadata
Assignees
Labels
No labels