Tag Archives: Spring Boot

Spring Boot: Step to register bootrun as gradle task


When we use Spring Boot, bootrun is automatically registered as a Gradle task. I followed its steps, how it is registered

Continue reading Spring Boot: Step to register bootrun as gradle task

Build Web Application with Kotlin 1.1.61 and Spring で Web Application (1 of 4)


Let’s create web application with Kotlin and Spring. Spring is really sophisticated Java framework, and can do almost of all everything.

Continue reading Build Web Application with Kotlin 1.1.61 and Spring で Web Application (1 of 4)

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