Java on Piku Micro PaaS
Deploying Spring Boot Application on Piku
To publish this app to piku
, make a copy of this folder and run the following commands:
cd spring-on-piku
git init .
git remote add piku piku@your_server:spring
git add .
git commit -a -m "initial commit"
git push piku master
If you find anything you disagree with, please feel free to create an issue.