IntelliJ + Spring Boot + GWT superDevMode

Anyone has an example to make work as a gwt project in superDevMode inside IntelliJ.

I managed to configure maven to create a standalone jar with emmeded tomcat and compiled gwt code (js files ...). The jar works well. But I can not get the whole project to work in devMode or superDevMode in IntelliJ.

+4
source share
1 answer

I did a demo project. Check this out: https://github.com/feedm3/spring-boot-gwt

0
source

Source: https://habr.com/ru/post/1606866/


All Articles