Learn how to configure the lint plugin and generate lint reports.
Also find me here:
Baeldung Author
Chrys Exaucet
Chrys Exaucet is a result-driven minimalist Software Architect from Congo. Craftsman at heart, he has engineered robust software for decentralized identity, logistics, finance, and healthcare products, both on-premises and in the cloud for 3+ years.
Here's what I've written (so far):
Baeldung on Java
- All
- Web Services (1)
- Spring Persistence (1)
- Spring MVC (1)
- Spring Boot (1)
- Persistence (1)
- Java (1)
- Jackson (1)
- Gradle (1)
Programmatic Generation of JSON Schemas in Java
Filed under Jackson
Learn how to create JSON Schemas programmatically using the Java JSON Schema Generator library.
A Guide to FlexyPool
Filed under Spring Boot, Spring Persistence
Learn learn how to use FlexyPool with Spring Boot and H2 using the HikariCP connection pool.
Guide to Java Project Panama
Filed under Java
Project Panama aims to ease the interaction between Java and foreign (non-Java) APIs, i.e., native code written in C, C++, etc.
Sending SOAP Request via Postman
Filed under Web Services
Discover how to set up and call SOAP services through Postman.
JavaScript Function Call with Thymeleaf
Filed under Spring MVC
Learn how to call JavaScript functions in a Thymeleaf template.
Hibernate Validator Annotation Processor in Depth
Filed under Persistence
When using the Java constraints library, it’s easy to make a mistake with an annotation and only find out about it at runtime. We look at the available annotation processor and how it can give us early feedback.
Baeldung on Scala
- All
- Libraries (2)
- Scala Web (1)
- Scala Numbers (1)
- Play Framework (1)
Serving Static Assets in Play
Filed under Play Framework, Scala Web
Learn how to serve static assets like images, CSS, and JavaScript in a Play application.
Introduction to Kafka With Scala
Filed under Libraries
Explore Kafka using Scala and learn how to produce and consume messages on a topic.
Introduction to Spire
Filed under Libraries, Scala Numbers
Learn about Scala Spire, a library that provides performant and generic numeric types.
Baeldung on Computer Science
- All
- REST (1)
Why an HTTP Get Request Shouldn’t Have a Body
Filed under REST
Learn why we shouldn’t send HTTP GET requests with a body and understand the consequences of doing it.
Baeldung on Kotlin
- All
- Spring (1)
- Kotlin Server-Side (1)
Spring Integration With Kotlin
Filed under Kotlin Server-Side, Spring
Learn about the Spring Integration Kotlin DSL and explore its basic features.
Baeldung on Ops
- All
- Git (1)
- Docker (1)
How to Get the List of Dependent Child Images in Docker
Filed under Docker
Learn how to get the list of dependent child images of a Docker image.
Difference Between assume-unchanged and skip-worktree in Git
Filed under Git
Learn the differences between the —assume-unchanged and —skip-worktree options of Git’s update-index command.