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
Category: Spring Boot
How Spring Boot Actuator Improves the Web Application Monitoring !!!!
Contents What is spring boot actuator?Enable actuator in spring boot applicationWhat are actuator endpoints?Enabling spring boot actuator endpointsActuator metrics endpoint What is spring boot actuator? Spring boot actuator module provides you the features which will help you monitor and manage your application. You can monitor your application status, gather various statistics related to CPU/memory usage, … Continue reading How Spring Boot Actuator Improves the Web Application Monitoring !!!!
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!