Learn how to reconfigure the embedded Tomcat server in Spring Boot for some common use cases.
Also find me here:
Baeldung Author
baeldung
This is the standard author on the site. Most articles are published by individual authors, with their own profiles, but when multiple people have a strong contribution, we publish collectively here.
Here's what I've written (so far):
Baeldung on Java
- All
- Weekly Review (501)
- Core Java (225)
- Spring (171)
- Testing (157)
- Spring Boot (152)
- Java (142)
- Java String (121)
- REST (109)
- Spring Security (102)
- Spring MVC (99)
- Persistence (96)
- Java IO (92)
- Jakarta EE (77)
- NoSQL (76)
- Java Collections (73)
- Data (73)
- Spring Data (71)
- Algorithms (69)
- Java Concurrency (64)
- DevOps (64)
- Security (57)
- Series (56)
- Java Dates (52)
- JPA (51)
- Reactive (49)
- Maven (47)
- HTTP Client-Side (46)
- Java Map (45)
- Spring Cloud (42)
- Java Numbers (41)
- Java Streams (40)
- Java Array (40)
- JVM (40)
- Java List (38)
- JSON (37)
- Architecture (37)
- Logging (29)
- Spring Persistence (28)
- Jackson (28)
- IDE (27)
- Gradle (25)
- Spring Web (24)
- Networking (20)
- Cloud (20)
- XML (18)
- Web Services (17)
- Groovy (16)
- Spring WebFlux (15)
- Java Web (11)
- Artificial Intelligence (8)
- Docker (7)
- Spring AI (1)
- News (1)
Spring Boot With H2 Database
Filed under Persistence, Spring Boot
Learn how to configure and how to use the H2 database with Spring Boot.
Setting the Log Level in Spring Boot When Testing
Filed under Logging, Spring Boot
For when you need to diagnose test failures by examining more detailed log output, here is how to reconfigure the logging in Spring apps at test time.
Guide to Guava Multiset
Filed under Java Collections
Store counts of duplicates in a set using Guava Multiset. See how to use this powerful part of the Guava library in single and multi-threaded applications.
Jpa @Embedded and @Embeddable
Filed under JPA
Learn about @Embeddable and @Embedded annotations provided by the Java Persistence API (JPA).
Java Weekly, Issue 277
Filed under Weekly Review
A guide to using coroutines and Kotlin Flow to write non-blocking code in an imperative way with the Spring reactive stack.
JPA Join Types
Filed under JPA
Explore different join types supported by JPA.
Guide to Spock Extensions
Spock’s extension mechanism allows you to hook into a spec’s lifecycle to modify its behavior
A Quick Guide To Using Cloud Foundry UAA
Learn how to use the Cloud Foundry User Account and Authentication (CF UAA) as an identity management service.