Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Queue
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIP
Labrador
Queue
Merge requests
!466
Resolve "course creation mail should have reply-to of course requester"
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "course creation mail should have reply-to of course requester"
436-course-creation-mail-should-have-reply-to-of-course-requester
into
development
Overview
2
Commits
2
Pipelines
0
Changes
9
Merged
Resolve "course creation mail should have reply-to of course requester"
Chris Lemaire
requested to merge
436-course-creation-mail-should-have-reply-to-of-course-requester
into
development
Aug 17, 2021
Overview
2
Commits
2
Pipelines
0
Changes
9
Make sure to read our
contributing guide
Closes
#436 (closed)
Edited
Aug 17, 2021
by
Chris Lemaire
0
0
Merge request reports
Compare
development
version 2
7129b70e
Aug 18, 2021
version 1
895fb5a9
Aug 17, 2021
development (base)
and
latest version
latest version
041b96f5
2 commits,
Aug 18, 2021
version 2
7129b70e
2 commits,
Aug 18, 2021
version 1
895fb5a9
1 commit,
Aug 17, 2021
9 files
+
91
−
21
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
src/main/java/nl/tudelft/queue/config/PropertiesConfig.java
+
2
−
4
View file @ 041b96f5
Edit in single-file editor
Open in Web IDE
Show full file
@@ -17,16 +17,14 @@
*/
package
nl.tudelft.queue.config
;
import
nl.tudelft.queue.properties.InstituteProperties
;
import
nl.tudelft.queue.properties.JitsiProperties
;
import
nl.tudelft.queue.properties.PushProperties
;
import
nl.tudelft.queue.properties.StartupProperties
;
import
nl.tudelft.queue.properties.*
;
import
org.springframework.boot.context.properties.EnableConfigurationProperties
;
import
org.springframework.context.annotation.Configuration
;
@Configuration
@EnableConfigurationProperties
({
QueueProperties
.
class
,
JitsiProperties
.
class
,
PushProperties
.
class
,
InstituteProperties
.
class
,
Loading