Explore >> Select a destination


You are here

mydeveloperplanet.com
| | journal.robbi.my
1.8 parsecs away

Travel
| | Assalamualaikum and hello! Spring Boot's streamlined development process makes it a popular choice for many developers. However, configuring it for multiple databases can present challenges. While there are various tutorials available, I've encountered issues with their completeness and clarity. In this tutorial, I'll provide a detailed solution to this problem. Database We require a connection to two databases: an existing MSSQL database and a new PostgreSQL database. The PostgreSQL database will be used for all standard CRUD operations (create, read, update, delete). The MSSQL database will be accessed in a read-only manner to retrieve specific data without making any modifications to its structure or content.
| | blog.scottlogic.com
1.7 parsecs away

Travel
| | In most microservice architectures, there are many opportunities and temptations for sharing code. In this post I will give advice based on my experience on when it should be avoided and when code reuse is acceptable. The points will be illustrated with the help of an example Spring Boot project.
| | jamesward.com
2.8 parsecs away

Travel
| | [AI summary] This article explains how to use MongoDB for storing session state in a Java web application with Jetty, enabling scalable and maintainable session management without sticky sessions or session replication.
| | www.e4developer.com
6.4 parsecs away

Travel
| Learn how to use Spring Cloud Data Flow Shell and how to create custom Apps. Create a Stream Processor, register it and make it part of a new Stream.