Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ARSnova Backend
Manage
Activity
Members
Labels
Plan
Issues
27
Issue boards
Milestones
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Privacy
Imprint
Contact
Snippets
Groups
Projects
Show more breadcrumbs
ARSnova
ARSnova Backend
Commits
f15077c6
Commit
f15077c6
authored
6 years ago
by
Tom Käsler
Browse files
Options
Downloads
Patches
Plain Diff
add websocket handler to component scan
parent
e54ea5a5
1 merge request
!119
Add websocket handler to component scan
Pipeline
#24141
passed with warnings with stages
in 1 minute and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/de/thm/arsnova/config/AppConfig.java
+2
-1
2 additions, 1 deletion
src/main/java/de/thm/arsnova/config/AppConfig.java
with
2 additions
and
1 deletion
src/main/java/de/thm/arsnova/config/AppConfig.java
+
2
−
1
View file @
f15077c6
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment