GeeCON 2024: Paweł Kowalski - Breaking the Spring Framework: czary adnotacji

youtube.com 5 godzin temu


Many developers who usage Spring Framework trust on annotations as a convenient shortcuts while composing certain business logic. Do you request to execute a composite update in SQL database? Bam! usage @Transactional. Do you request to make a fresh TTL index in MongoDB? Wham! usage @Indexed with appropriate options. Metrics? No problem, @Timed and another annotations are ready to be used! It's all fun and games until something breaks and we request to debug our code. Let's see what kind of sorcery does Spring usage to carve these magical runes.