Run Spring Boot + Gradle + GWT

Answered

I create simple GWT project

For a basis took https://github.com/feedm3/spring-boot-gwt 

java -jar gwt.jar work well

 

How run It from Idea Run Configuration

Work only server side

Client side

http://localhost:8080/index.html don't work =(

 

 

0
4 comments

You need a GWT configuration like this:

1

I specifically left the GWT configuration, I do not have war now. Spring Boot - jar is created

Delete webapp

Create static folder in resource

etc

0

Then you may want to ask the author of this sample project since he states that you need to use 2 different configurations to run it.

1
Avatar
Permanently deleted user

Serge is right, you need to have 2 different configurations to run this project inside IDEA. One for Spring Boot and one for GWT.

0

Please sign in to leave a comment.