-
Notifications
You must be signed in to change notification settings - Fork 1
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:
-
Open Project -> Properties in the project tree.
-
On the App components pane click the Plus button next to Custom components.
-
Paste the addon coordinates in the corresponding field:
com.haulmont.addon.jpawebapi:jpawebapi-global:0.1-SNAPSHOT
-
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