Skip to content
Snippets Groups Projects
Commit df62a3bb authored by Paul-Christian Volkmer's avatar Paul-Christian Volkmer
Browse files

Major changes is Spring application configuration

With this changeset the spring servlet configuration is separeted from the
application configuration. This will result in a main context and a servlet
context, holding only spring mvc information.

This change has a very nice side effekt: Spring AOP beans will be loaded
only once in application context, not a second time in mvc servlet context.
parent 51ec6042
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment