Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 572 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 572 Bytes

Sample Java Callout Project

This reference project provides a simple example of an API Proxy using a Custom Java Callout.

In this example, the Java code is packaged as a jar, and as such has a separate pom.xml file.

Prerequisites

Quick Start

export APIGEE_USER=xxx
export APIGEE_PASS=xxx
export APIGEE_ORG=xxx
mvn clean install -Ptest -ntp