levigo / gwt-spring-boot-starter

A Spring-Boot Starter for Google Web Toolkit (GWT) applications
BSD 3-Clause "New" or "Revised" License
7 stars 6 forks source link
gwt java spring-boot-2

A Spring-Boot Starter for Google Web Toolkit (GWT) applications

Features

Usage

Maven dependency

<dependency>
    <groupId>org.jadice.gwt.spring</groupId>
    <artifactId>gwt-spring-boot-starter</artifactId>
    <version>2.2.1</version>
</dependency>

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.