Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
38458e9b
Commit
38458e9b
authored
Jul 17, 2019
by
Sascha Herzinger
Browse files
servlet configuration is magic
parent
554bfd45
Pipeline
#11823
failed with stage
in 10 minutes and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
web/src/main/java/lcsb/mapviewer/web/config/WebAppInitializer.java
View file @
38458e9b
...
...
@@ -19,15 +19,14 @@ public class WebAppInitializer extends AbstractAnnotationConfigDispatcherServlet
SpringPersistConfig
.
class
,
SpringAnnotationConfig
.
class
,
SpringServiceConfig
.
class
,
SpringRestApiConfig
.
class
SpringRestApiConfig
.
class
,
SpringWebConfig
.
class
};
}
@Override
protected
Class
<?>[]
getServletConfigClasses
()
{
return
new
Class
[]
{
SpringWebConfig
.
class
};
return
new
Class
[]
{};
}
@Override
...
...
Piotr Gawron
@piotr.gawron
mentioned in commit
77d97e76
·
Jul 17, 2019
mentioned in commit
77d97e76
mentioned in commit 77d97e763f69810263ea7c333b81ac732ee4dc4c
Toggle commit list
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment