-
Notifications
You must be signed in to change notification settings - Fork 219
developing with eclipse
Borys H.N edited this page May 20, 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!
- 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
- just use Gradle tasks view, and execute tasks
- don't forget about the
gulp_watch
task!