Explore >> Select a destination


You are here

piotrminkowski.com
| | mydeveloperplanet.com
10.7 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.
| | golb.hplar.ch
11.8 parsecs away

Travel
| |
| | meistermeier.com
9.3 parsecs away

Travel
| | [AI summary] This blog post discusses the integration of SpringAI with Neo4j Vector Store for creating embeddings and generating Cypher queries based on user prompts, highlighting the setup, implementation, and examples of using AI to convert natural language into database operations.
| | mydeveloperplanet.com
27.9 parsecs away

Travel
| The blog introduces MapStruct, a tool that simplifies mapping code generation between different object models. It explains MapStruct's features and prerequisites, and demonstrates mapping between DTO and domain models using the Spring Boot project. The blog also covers the creation of a mapper, service, and controller, along with testing and concludes with MapStruct's ease of...