Spring Boot Debugging with Aspect-Oriented Programming (AOP)
Does your application fail CI tests "sometimes"? Does it display flaky behavior? Did you add many logs trying to solve it? There's a better way: AOP!
Apr 18, 20237 min read8.0K

Search for a command to run...
Articles tagged with #continuous-integration
Does your application fail CI tests "sometimes"? Does it display flaky behavior? Did you add many logs trying to solve it? There's a better way: AOP!

When it is done badly, the CI process can turn this amazing tool into a nightmare. CI should make our lives easier, not the other way around.
