Tag Archives: spring-boot

Helidon and Spring Boot, Working Together in One Microservices System

Key Takeaways I have been working with a microservices application that includes both Helidon and Spring Boot services. That mix is not unusual. Real systems accumulate useful services over time. Different teams choose different frameworks for good reasons. Some services … Continue reading

Posted in Uncategorized | Tagged , , , , , , , , , , , , | Leave a comment

Building an Authorization Server with Spring Boot 4 and Oracle Database

Hi again everyone! In this post I want to show you how to build a small authorization server using Spring Boot, Spring Security, Spring Authorization Server, and Oracle Database. The idea is simple: we want an application that can expose … Continue reading

Posted in Uncategorized | Tagged , , , , , , , | Leave a comment

Using Multiple Datasources with Spring Boot and Spring Data JPA

Hi everyone! Today I want to show you how to configure multiple datasources in a Spring Boot application using Spring Data JPA and the Oracle Spring Boot Starter for Universal Connection Pool (UCP). This is a pattern you’ll need when … Continue reading

Posted in Uncategorized | Tagged , , , , , , | Leave a comment