Thank you! I was struggling to get Springboot to work with GWT, and this did it beautifully!
One thing I messed up: > Define value for property 'package' teamdrift: : jar I thought it meant how did I want to package the output, as I need an executable jar, not a war. But it meant what did I want my Java package to be. lol. One small error, the top level pom.xml has 3 blank lines between every XML line. Just like this: https://github.com/NaluKit/gwt-maven-springboot-archetype/blob/main/clean-modular-springboot-webapp/src/test/resources/projects/basic-webapp/reference/pom.xml Easy to fix up, so only a very minor error. Thank you for making this awesome tool! On Tuesday 2 January 2024 at 8:46:30 pm UTC+11 Frank Hossfeld wrote: > Happy new year! I just released a new version of the > https://github.com/NaluKit/gwt-maven-springboot-archetype. The > clean-modular-springboot-webapp generates now a Spring Boot 3 (Java 17) > with GWT 2.10.0 multi module project. Happy coding! > -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/df5b13e2-8bf0-4586-ac16-3b103464c54cn%40googlegroups.com.
