-
Notifications
You must be signed in to change notification settings - Fork 38
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.
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 Boottype - 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