Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ARSnova Backend
Manage
Activity
Members
Labels
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
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
Paul-Christian Volkmer
ARSnova Backend
Commits
055db36d
Commit
055db36d
authored
7 years ago
by
Daniel Gerhardt
Browse files
Options
Downloads
Plain Diff
Merge branch 'config-scheduling-annotations' into 'master'
Add missing annotations to reenable scheduling See merge request !65
parents
86ddb14a
120b82a8
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/de/thm/arsnova/config/AppConfig.java
+4
-0
4 additions, 0 deletions
src/main/java/de/thm/arsnova/config/AppConfig.java
with
4 additions
and
0 deletions
src/main/java/de/thm/arsnova/config/AppConfig.java
+
4
−
0
View file @
055db36d
...
...
@@ -49,6 +49,8 @@ import org.springframework.http.converter.StringHttpMessageConverter;
import
org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
;
import
org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
;
import
org.springframework.mail.javamail.JavaMailSenderImpl
;
import
org.springframework.scheduling.annotation.EnableAsync
;
import
org.springframework.scheduling.annotation.EnableScheduling
;
import
org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
;
import
org.springframework.web.servlet.config.annotation.EnableWebMvc
;
import
org.springframework.web.servlet.config.annotation.InterceptorRegistry
;
...
...
@@ -80,7 +82,9 @@ import java.util.List;
"de.thm.arsnova.web"
})
@Configuration
@EnableAspectJAutoProxy
(
exposeProxy
=
true
)
@EnableAsync
@EnableCaching
@EnableScheduling
@EnableWebMvc
@PropertySource
(
value
=
{
"classpath:arsnova.properties.example"
,
"file:/etc/arsnova/arsnova.properties"
},
...
...
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