-
Notifications
You must be signed in to change notification settings - Fork 220
developing with eclipse
Borys H.N edited this page Dec 6, 2016
·
7 revisions
- import project as gradle
- you may need to convert to spring project
right click project root -> configure -> convert to spring project
- if you don't see the option, then don't worry!
-
single-server branch
- you will need to add
build/generated-web-resources
to build path libraries - right click project -> Properties -> Java Build Path -> Libraries -> Add External Class Folder
- you will need to add
- just use Gradle tasks view, and execute tasks
- don't forget about the
gulp_watch
task!