Skip to content

JetBrains IntelliJ IDEA

Joseph Lansdowne edited this page Jun 10, 2020 · 5 revisions

Notes on how to run Find from JetBrains IntelliJ IDEA Ultimate edition.

IntelliJ 14 Ultimate

You should install the Lombok plugin if you plan to view / edit the code in IntelliJ, since Lombok annotations like @Data are used extensively throughout the code and you'll get lots of false-positive 'errors' otherwise.

  • Create a new Run/Debug Configuration of the Spring Boot type
  • The Main class is com.hp.autonomy.frontend.find.IdolFindApplication
  • VM options are -Didol.find.home=<path_to_find_home_directory>
  • "Use classpath of module" should be set to idol

Clone this wiki locally