Learn how to go from Spring Boot to CI/CD, all with freely available, open-source tooling.
Also find me here:
Baeldung Author
Łukasz Ryś
I’m a software developer with over 5 years of experience. I mainly specialize in back-end development using Java and related technologies. I’m also a lover of microservice architecture and DDD.
Here's what I've written (so far):
Baeldung on Java
- All
- Testing (3)
- Java (3)
- Spring Boot (2)
- Spring (2)
- Spring Data (1)
- Reactive (1)
- REST (1)
- Persistence (1)
- NoSQL (1)
- DevOps (1)
- Architecture (1)
Introduction to Dropwizard
Learn how to set up a Dropwizard application with Maven.
Organizing Layers Using Hexagonal Architecture, DDD, and Spring
Filed under Architecture, Java, Spring
Learn how to organize application layers using Hexagonal Architecture, DDD, and Spring.
File System Mocking with Jimfs
Filed under Testing
Learn how to use Jimfs, an in-memory file system that implements the Java NIO API.
Spring Data Reactive Repositories with Couchbase
Filed under NoSQL, Persistence, Reactive, Spring Data
Learn how to configure and implement database operations in a reactive way on Couchbase using Spring Data Repositories
Embedded Redis Server with Spring Boot Test
Filed under Spring Boot, Testing
A quick and practical overview of using embedded Redis with Spring Boot.
Override Properties in Spring’s Tests
Explore various ways to override properties in Spring’s tests.
Determine File Creation Date in Java
Filed under Java
JDK 7 introduced a way to see a file’s creation date. Learn what it is.