Tutorial on Micronaut’s annotated HTTP filters.
Also find me here:
Baeldung Author
Stelios Anastasakis
I am a Software Engineer who is passionate about learning new things, experimenting with new tech and giving back as a coach/mentor and communities/open-source contributor. With many years of experience in Java backend services, in the Greek, UK and US markets and fields like streaming, insurance, lotteries and more.
Here's what I've written (so far):
Baeldung on Java
- All
- Testing (4)
- Spring Security (1)
- Spring Boot (1)
- Spring AI (1)
- Spring (1)
- Persistence (1)
- Networking (1)
- Java Web (1)
- Java IO (1)
- Java (1)
- Artificial Intelligence (1)
- Architecture (1)
Evaluating H2 as a Production Database
Filed under Persistence
Discover the features that make H2 an option for production storage, its limitations, when to use it, and when to avoid it.
Properties in BeanFactoryPostProcessor
Filed under Spring
Learn to use the Environment class to inject properties in BeanFactoryPostProcessor.
Mocking Protected Method in Java
Filed under Testing
Learn how to mock a protected method with Mockito.
Setting Default TimeZone in Spring Boot Application
Filed under Spring Boot
You may wish your Spring Boot application to run with a timezone different from your machine’s default. In this tutorial, you can learn to configure this at different points during Spring’s startup.
Baeldung on Scala
- All
- Testing (1)
- Scala Web (1)
Testing With Gatling Using Scala
See how to easily write scenarios to performance test your REST application using Gatling with Scala.