-
Notifications
You must be signed in to change notification settings - Fork 17
How to Create a new GWT Boot Starter Module
Dr. Jawa edited this page May 18, 2018
·
14 revisions
In this page you will find a description of how to extend GWT Boot with a new Starter Module. Here are the steps:
- Git clone the whole project gwt-boot-modules
- Edit the gwt-boot-dependencies pom.xml: https://github.com/gwtboot/gwt-boot-modules/blob/master/gwt-boot-dependencies/pom.xml. In this file you have to be carefully add your dependencies, but please be careful because all the Maven libs in this file should be compatible. The main idea of GWT Boot is that it takes care the compatibility of your libs (all the versions will work together in your project).