For some analyses, SonarQube needs some exclusions added to avoid false positives. We investigate a few ways to configure it.
Also find me here:
Baeldung Author
Mateusz Szablak
Application Developer - Java/Spring/Oracle/Microservices as a prior backend technology stack. Crossover knowledge of different programming languages and additional frameworks. Solid theoretical background. Interested in algorithms, problem-solving, and design patterns usage. Author of technology guides and articles. Job experience - involved in maintaining and developing new features in big-industry projects (telco & banking). After work hours - gaming passionate - playing, also developing (mainly Android) and 3D modeling/graphics.
Here's what I've written (so far):
Baeldung on Java
- All
- Java IO (4)
- Testing (3)
- Spring Data (2)
- Java Map (2)
- Spring WebFlux (1)
- Spring Boot (1)
- Spring (1)
- Persistence (1)
- Java String (1)
- Java Numbers (1)
- Java Dates (1)
- Jackson (1)
- JPA (1)
- HTTP Client-Side (1)
- DevOps (1)
- Core Java (1)
Defining Indexes in JPA
Filed under JPA
Learn how to implement and use indexes using JPA.
Java (String) or .toString()?
Filed under Java String
Learn about the differences between String casting and executing the toString() method in Java.
Baeldung on Ops
- All
- Docker (2)
- Git (1)
Mounting a Single File in a Volume Using Docker
Filed under Docker
Learn multiple ways for mounting a single file in a volume using Docker.
Difference Between Expose and Ports in Docker Compose
Filed under Docker
Explore the differences between expose and ports when using Docker Compose.
Git for Beginners: The Definitive Practical Guide
Filed under Git
A step-by-step guide to Git, this article discusses the most commonly used commands. Learn the basics, the Git workflow, branching and even some advanced techniques like modifying your commit history.