In this post we will structure our previously build application. We will create model for entity, services for business logic, repository for persistence and controller for endpoints.… Read more “Structure you Spring boot Application”
Spring boot and MySql gossips!
In this post I will try to show how spring boot makes it so simple to integrate with a database server. Let’s get started. Jump to Spring… Read more “Spring boot and MySql gossips!”
Spring initializr: The creator!
In the previous post we had done a lot to get our first spring boot application up and running. In this post we will a very powerful web… Read more “Spring initializr: The creator!”
Bootstrap Spring Boot Application Project
What is Spring boot? Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can “just run”. We take an opinionated view of the… Read more “Bootstrap Spring Boot Application Project”
Angular2 with JWT auth
It’s been long I was playing with Angular2 alpha and developer preview. I was bit hesitated to invest too much time on implementing and integrating various functionality.… Read more “Angular2 with JWT auth”
Authentication and Authorization of boot resource using JWT
I have been struggling for days to get a JWT stateless authentication starter, then this came to rescue written by a super awesome guy named Robbert van Waveren. If… Read more “Authentication and Authorization of boot resource using JWT”
The multi module project with Spring Boot
Have you tried building multi module project. Even I never tried. It was just random thought to try it out. As always I couldn’t get time to… Read more “The multi module project with Spring Boot”
Reactive Extension RxJava
ReactiveX is a library for composing asynchronous and event-based programs by using observable sequences. It extends the observer pattern to support sequences of data and/or events and… Read more “Reactive Extension RxJava”
Reactive distributive and Polygot – I’m Vert.x
What is vert.x? Vert.x is a tool-kit for building reactiveapplications on the JVM. Vert.x is lightweight – Vert.x core is around 650kB in size. Vert.x is fast.… Read more “Reactive distributive and Polygot – I’m Vert.x”