Skip to content

Sample application that integrates with AppDirect for distribution.

Notifications You must be signed in to change notification settings

sankin/sample-isv

Repository files navigation

sample-isv

Sample application that integrates with AppDirect for distribution.

Run Locally

Create MySQL database schema:

create database isv CHARACTER SET utf8 COLLATE utf8_unicode_ci;

Launch the application:

mvn clean install
cd sample-isv-web/
mvn -Dspring.profiles.active=local spring-boot:run

Deploy to Cloud Foundry

mvn clean install
cd sample-isv-web/
mvn -o cf:push -Dcf.username={username} -Dcf.password={password}

About

Sample application that integrates with AppDirect for distribution.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published