Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IntelliJ + Spring Boot + GWT superDevMode

Anyone would have and example to make work a gwt project in superDevMode within IntelliJ.

I succeed in configuring maven to produce a standalone jar with the emmeded tomcat and the gwt compiled code (js files...). The jar runs well. But I can't make the whole project work in devMode nor superDevMode into IntelliJ.

like image 826
Sylvain Fragnier Avatar asked Nov 10 '22 05:11

Sylvain Fragnier


1 Answers

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

like image 59
Fabian Avatar answered Nov 15 '22 13:11

Fabian