Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 291 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 291 Bytes

Hello World

Apigee Hello World example with maven files for deployment.

To invoke
curl -i 'http://<apigee_org>-test.apigee.net/helloworld/greetings'

To deploy:

cd HelloWorld
mvn apigee-enterprise:deploy -P test -Dusername=${APIGEE_USER} -Dpassword=${APIGEE_PASS}