Going for Chittagong Division Bike Tour from December / January. PLACES ————– Brahmanbaria ( Won’t cover this Trip ) Comilla…

Maven profiling for your java app
Hi, Suppose you’re working on a maven project in your local machine using some local credentials, like database connections, username-passwords…

Automate spring boot deployment using gitlab CI
Hi there, Let’s talk about deployment of our java app. I’ve previously talked about how you can deploy your java…

Starting a new Spring Boot Project? Begin with a Skeleton
If you are looking forward to start a new spring project, you may need to do a lot of boilerplate…

Redis as Token Store Spring Boot Oauth2
In this article we’ll use redis as token store instead of in memory token store. 1. Dependency Add redis…

Spring Boot: Swagger2 configuration
Swagger2 is a visual interactive document for your api’s. When swagger is configured on your system, it automatically grabs all…

Integrating BoostMyRevenue sdk on your android app
With BoostMyRevenue, you can share a percentage of your revenue among your users! By simply logging their interactions. If you…

Programmatically removing authentication by invalidating token | Spring OAuth2
It’s a pain revoking user authentication (Logging out a user) programmatically in spring oauth2. Specially if we use in memory…

Auto binding for multiple date formats | Spring
Sometimes we may need to send date in different formats when posting a form or post json objects. Since spring…

Hosting Multiple application with multiple domain on same cloud instance
We all know how painful it is as a developer to configure a server and make it work properly. But…