# gwt-spring-boot-starter **Repository Path**: mirrors_levigo/gwt-spring-boot-starter ## Basic Information - **Project Name**: gwt-spring-boot-starter - **Description**: A Spring-Boot Starter for Google Web Toolkit (GWT) applications - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # A Spring-Boot Starter for Google Web Toolkit (GWT) applications ## Features - integrate GWT compilation into the Spring application lifecycle - automatically register and deploy GWT-RPC endpoints - ~~transparently support GWT dev-mode without IDE-plugins etc.~~ - with Spring Boot 3 and the migration to JakartaEE, dev mode is no longer supported as part of this project. this might change when gwt-dev has support for JakartaEE. ## Usage __Maven dependency__ org.jadice.gwt.spring gwt-spring-boot-starter 2.2.1 If you plan to use the devmode with Java 11 and above, you must supply the following JVM argument: `--add-opens java.base/jdk.internal.loader=ALL-UNNAMED` ## License This library is provided "as is" under the "three-clause BSD license". See [LICENSE.md](./LICENSE.md).