Stock trading has become very popular these days. Tech behind stock trading application has improved significantly over last few years. Complexity of adding stock trading option in your application has reduced significantly. This blog will help you for integrating publisher Trading API using Spring Boot and Thyme-leaf template. By using this you can place order … Continue reading Zerodha Publisher API Integration : using Thyme-leaf Spring Boot
Tag: SpringBoot
Can Spring Boot Microservices Communicate Through GCP Pub/Sub? Explore Now!
In this post, we will learn how to use GCP (Google Cloud Platform's) Pub/Sub service with the Spring Boot application. We will create two simple applications, sender and receiver. We will send a message to a sender application which will publish the message to a Topic and receiver application will receive the message by subscribing … Continue reading Can Spring Boot Microservices Communicate Through GCP Pub/Sub? Explore Now!
How Single Sign-on Made Easier With SAML & Spring Boot
Single Sign-on is an authentication process followed by many organizations for allowing users to access multiple applications with single sign in. Advantages of using Single Sign-on are: Use single credentials which are defined on centralized server.One time login to get access to multiple applications.Single place for user management like – add new user or account, … Continue reading How Single Sign-on Made Easier With SAML & Spring Boot