Skip to content
Snippets Groups Projects
Commit 7c48d14f authored by Daniel Gerhardt's avatar Daniel Gerhardt
Browse files

Use AspectJ to handle @Async methods

parent 868f05a3
No related merge requests found
Pipeline #20477 passed with warnings with stages
in 2 minutes and 5 seconds
...@@ -88,7 +88,7 @@ import java.util.List; ...@@ -88,7 +88,7 @@ import java.util.List;
"de.thm.arsnova.service", "de.thm.arsnova.service",
"de.thm.arsnova.web"}) "de.thm.arsnova.web"})
@Configuration @Configuration
@EnableAsync @EnableAsync(mode = AdviceMode.ASPECTJ)
@EnableCaching(mode = AdviceMode.ASPECTJ) @EnableCaching(mode = AdviceMode.ASPECTJ)
@EnableScheduling @EnableScheduling
@EnableSpringConfigured @EnableSpringConfigured
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment