Learn how to use the @TestPropertySource Spring annotation effectively.
Also find me here:
Baeldung Author
Ger Roza
I'm an enthusiastic IT Engineer just trying to keep it simple while I figure out what will be my next challenge. I'm here to learn and to help, so count me in if you need anything!
Here's what I've written (so far):
Baeldung on Java
- All
- Spring Security (4)
- Testing (2)
- Spring Web (2)
- Spring Cloud (2)
- Spring (2)
- Reactive (2)
- Persistence (2)
- Spring Boot (1)
- Security (1)
- Logging (1)
- Java Collections (1)
- Java Array (1)
- HTTP Client-Side (1)
Server-Sent Events in Spring
Filed under Reactive, Spring Web
Explore the concept of Server-Sent-Events-based APIs with Spring.
How to Disable Console Logging in Spring Boot
Filed under Logging, Spring Boot
Learn how to configure a Spring Boot application so that it does not log to the console, whether it is using Logback, Log4j2, or Java Util Logging.
Introduction to Netflix Archaius with Spring Cloud
Filed under Spring Cloud
Learn about Netflix Archaius and some of the cool features it offers to take advantage of configuration management.
How to Filter a Collection in Java
Filed under Java Collections
A quick tutorial to filtering collections in Java using different approaches.
Spring Security and OpenID Connect
Filed under Spring Security
Learn how to set up OpenID Connect (from Google) with a simple Spring Security application.