This a simple application that connect to AppDirect market place.
- Create subcription
- Cancel subcription
- Change subcription
- Assign user to product
- Unassign user to product
- Java 8
./gradlew test
- In your idea with program argument :
--dev=true
./gradlew rundev
- hit
http://localhost:4567
This application is push to heroku at http://pluc-says-hello-spark.herokuapp.com
- Connect to remote database :
heroku pg:psql
- Pull remote database to a local one :
heroku pg:pull DATABASE_URL mylocaldb --app pluc-says-hello-spark
- To see application logs :
heroku logs --tail