Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
minerva
core
Commits
38458e9b
Commit
38458e9b
authored
5 years ago
by
Sascha Herzinger
Browse files
Options
Downloads
Patches
Plain Diff
servlet configuration is magic
parent
554bfd45
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!836
Resolve "Implement Spring Security"
,
!613
WIP: New Minerva Security Layer
Pipeline
#11823
failed
5 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
web/src/main/java/lcsb/mapviewer/web/config/WebAppInitializer.java
+3
-4
3 additions, 4 deletions
...ain/java/lcsb/mapviewer/web/config/WebAppInitializer.java
with
3 additions
and
4 deletions
web/src/main/java/lcsb/mapviewer/web/config/WebAppInitializer.java
+
3
−
4
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
...
...
This diff is collapsed.
Click to expand it.
Piotr Gawron
@piotr.gawron
mentioned in commit
77d97e76
·
5 years ago
mentioned in commit
77d97e76
mentioned in commit 77d97e763f69810263ea7c333b81ac732ee4dc4c
Toggle commit list
Preview
0%
Loading
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