A quick and practical guide to handling YAML files with @PropertySource in Spring Boot.
Also find me here:
Baeldung Author
Krzysztof Woyke
Software developer with more than a decade of professional experience. Recently thrilled about Spring Boot and surrounding technologies. Always eager to learn something new. A happy husband and a father of two boys.
Here's what I've written (so far):
Baeldung on Java
- All
- Java (5)
- Spring (2)
- Persistence (2)
- Testing (1)
- Spring Security (1)
- Spring Boot (1)
- IDE (1)
- HTTP Client-Side (1)
A Quick Guide to Timeouts in OkHttp
Filed under HTTP Client-Side, Testing
Learn what different ways to configure timeouts when testing endpoints using OkHttp
Hibernate @NotNull vs @Column(nullable = false)
Filed under Persistence
A quick and practical overview of @NotNull and @Column(nullable = false) in Java.
Configuring Skip Logic in Spring Batch
Filed under Spring
A quick and practical overview of configuring skip logic in Spring Batch.
Creating the Java Builder for a Class in IntelliJ
A quick and practical introduction to creating Java class builders with Intellij IDEA.
Guide to @EnableConfigurationProperties
Filed under Spring
A quick and practical overview of @EnableConfigurationProperties in Spring.
Persisting Enums in JPA
Filed under Java, Persistence
A quick and practical guide to persisting enums in JPA.
Transforming an Empty String into an Empty Optional
Filed under Java
Transforming a String into an Optional is simple in Java 8. Is going from an empty String to an empty Optional just as simple?
The Mediator Pattern in Java
Filed under Java
Have a look at the mediator design pattern concept and Java implementation
Introduction to the Null Object Pattern
Filed under Java
Learn about the Null Object Pattern and how to implement it in Java
X.509 Authentication in Spring Security
Filed under Spring Security
The article discusses using certificates for both client and server side authentication.