Tag Archives: gradle

Gradle: Automatic Deployment


私が Gradle を使って Spring Boot の自動デプロイを実現した方法です。 自動というのは リポジトリのフックなどではなく、 自動テストの後のデプロイでもなく、 コマンドでデプロイする方法を指しています。

Continue reading Gradle: Automatic Deployment

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

Install the Latest Gradle into Ubuntu


Here’s the way I installed the latest gradle into Ubuntu.

Continue reading Install the Latest Gradle into Ubuntu