Bernardo-MG / dreadball-toolkit-webapp

Web application for Dreadball
http://dreadball.bernardomg.com
Apache License 2.0
0 stars 0 forks source link

Clean up the project Spring configuration #38

Open Bernardo-MG opened 7 years ago

Bernardo-MG commented 7 years ago

The project depends too much on annotated classes. Only the classes which couldn't be removed from the project should be annotated, any generic class should be wired with the Spring configuration (currently this means the XML files).

Bernardo-MG commented 7 years ago

Auto scanning should be removed, or at least be made much more specific about which packages are scanned,