私が Gradle を使って Spring Boot の自動デプロイを実現した方法です。 自動というのは リポジトリのフックなどではなく、 自動テストの後のデプロイでもなく、 コマンドでデプロイする方法を指しています。
Continue reading Gradle: Automatic DeploymentTag Archives: Tomcat
How to Deploy Spring Boot Application to AWS EC2 Amazon Linux
I created Spring Boot server application and deployed it to AWS EC2 Amazon Linux. I wrote the way to have deployed at that time.
Continue reading How to Deploy Spring Boot Application to AWS EC2 Amazon Linux