Daniel Lopesdanieljalopes.hashnode.dev·Sep 19, 2023Spring Cloud Data FlowAbstract This is the 1st part of a series dedicated to Spring Cloud Data Flow (SCDF). Here it will be explained how to create a simple SCDF Stream application just to show how to interact with SCDF. The Stream will perform a simple operation, receive...Discusskafka
Peng Yupengyu.hashnode.dev·Aug 17, 2023Utilizing Swagger UI in Monolithic and Microservices Java Spring ProjectsWhen we develop the RESTful API application, we need tools to test the API. There are some ways to do this. One is Postman, a client used to carry out HTTP requests to the API server. Another option is Swagger; it can not only be used to test your AP...DiscussJava
Sujeet Kumarblog.techstories.online·May 20, 2023Mastering Configuration Management: A Guide to Utilizing Spring Cloud Config for Externalizing ConfigurationDiscover the power of Spring Cloud Config in this comprehensive guide. Learn how to efficiently externalize and manage your application's configuration using Spring Cloud Config, ensuring scalability, flexibility, and ease of maintenance. Introductio...Discuss·1 like·65 readsSpring BootJava
Sujeet Kumarblog.techstories.online·May 9, 2023Spring Boot vs. Spring Framework: How They CompareSpring Framework and Spring Boot are two popular Java-based frameworks used for building enterprise-level applications. Both frameworks provide a rich set of features for building scalable, resilient, and secure applications. However, they differ in ...Discuss·10 likes·31 readsSpring BootSpringboot
Shane Jenningsstacktobasics.com·Jul 13, 2022Adding Correlation IDs to Easily Track Down ErrorsIn this post, we'll look at how we can use Spring Cloud Sleuth to add trace IDs to our application to track down calls and exceptions. Why Would We Want To Use Correlation IDs? If you've ever worked on an application that has numerous concurrent call...Discuss·1.2K readsJava