Tag Archives: Spring

Spring: Start Page Number from 1 with Pageable


Ordinary, Spring Pageable starts page number from zero. Here I introduce the way to begin page number with 1.

Continue reading Spring: Start Page Number from 1 with Pageable

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