Skip to content

developing with eclipse

Borys H.N edited this page Dec 6, 2016 · 7 revisions

developing with eclipse

plugins

setup

  • 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!

run with boot dashboard

  • 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

gradle/gulp tasks

  • just use Gradle tasks view, and execute tasks
  • don't forget about the gulp_watch task!