Skip to content
Snippets Groups Projects
Commit f15077c6 authored by Tom Käsler's avatar Tom Käsler
Browse files

add websocket handler to component scan

parent e54ea5a5
1 merge request!119Add websocket handler to component scan
Pipeline #24141 passed with warnings with stages
in 1 minute and 57 seconds
......@@ -85,7 +85,8 @@ import java.util.List;
"de.thm.arsnova.event",
"de.thm.arsnova.security",
"de.thm.arsnova.service",
"de.thm.arsnova.web"})
"de.thm.arsnova.web",
"de.thm.arsnova.websocket.handler"})
@Configuration
@EnableAsync(mode = AdviceMode.ASPECTJ)
@EnableCaching(mode = AdviceMode.ASPECTJ)
......
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