An open API service indexing awesome lists of open source software.

https://github.com/dykstrom/spring-no-xml

A minimal Spring application without any XML configuration
https://github.com/dykstrom/spring-no-xml

annotations configuration java spring

Last synced: about 1 month ago
JSON representation

A minimal Spring application without any XML configuration

Awesome Lists containing this project

README

          

# spring-no-xml

A minimal Spring application without any XML configuration at all.

The application is configured with annotations only, and loaded using class
AnnotationConfigApplicationContext.