-
Notifications
You must be signed in to change notification settings - Fork 191
Open
Labels
Description
Hi,
I noticed that you a JSX version in src/main/resources/jsx/commentBox.js, but I can't find any information regarding how it's being used in the spring boot example (if used at all).
I made some local modifications in your original React.java in order to be able load the jsx verison, but it's quite far from being ideal.
What I'm trying to achieve is to have a simple project, in which one could easily modify .jsx files and the changes would be visible without needing to restart the spring boot "appserver".