Deploy this code on Clever Cloud: https://github.com/ssouris/petclinic-spring5-reactive
- git clone https://github.com/ssouris/petclinic-spring5-reactive
- cd petclinic-spring5-reactive
- clever create --type gradle petclinig
- clever addon create mongodb-addon --plan peanut mongoClinic
- clever service link-addon mongoClinic
- clever env set GRADLE_DEPLOY_GOAL bootRun
- clever env set SPRING_DATA_MONGODB_URI mongodb://u1xx9a9uta5jmob:Z3OMLCaAjQKuTV2riduE@bzybwtcwqxvrneb-mongodb.services.clever-cloud.com:27017/bzybwtcwqxvrneb
- clever deploy
- clever open