Skip to content

Including in a Project

Daniil Tsaryov edited this page Mar 14, 2019 · 1 revision

To install the component in your project, do the following steps:

  1. Open Project -> Properties in the project tree.

  2. On the App components pane click the Plus button next to Custom components.

  3. Paste the addon coordinates in the corresponding field:

    com.haulmont.addon.jpawebapi:jpawebapi-global:0.1-SNAPSHOT

  4. Click OK to save the project properties.

After that the JPA Web API functionality will be available at:

  • {host:port}/app/dispatch/api/* - for Web module
  • {host:port}/app-portal/api/* - for Portal module
Clone this wiki locally