You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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).