Explore >> Select a destination


You are here

piotrminkowski.com
| | mydeveloperplanet.com
11.8 parsecs away

Travel
| | This blog post instructs on creating qualitative unit tests for a Spring Boot application using an AI coding assistant. It discusses the capabilities and limitations of such tools, provides insights into generating tests for controllers, services, and repositories, and emphasizes the need for manual corrections to refine generated code and ensure quality.
| | blog.scottlogic.com
11.3 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.
| | mydeveloperplanet.com
9.6 parsecs away

Travel
| | This blog introduces jOOQ, Liquibase, and Testcontainers integration in a Spring Boot application. It covers setting up the application, adding Liquibase for database management, generating jOOQ code, integrating a repository, implementing controller methods, and using Testcontainers for integration testing. Additionally, it discusses running the application with Spring Boot Docker Compose support.
| | piotrminkowski.com
32.8 parsecs away

Travel
| This article will teach you how to use the Spring AI project to build applications based on different chat models.