Skip to content

Sample application that integrates with AppDirect for distribution.

Notifications You must be signed in to change notification settings

patvong/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

Packages

No packages published

Languages

  • Java 90.5%
  • HTML 9.3%
  • Dockerfile 0.2%