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
- Host: GitHub
- URL: https://github.com/dykstrom/spring-no-xml
- Owner: dykstrom
- License: apache-2.0
- Created: 2017-06-01T06:09:23.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-06-14T14:53:47.000Z (about 1 year ago)
- Last Synced: 2025-07-05T07:07:35.497Z (12 months ago)
- Topics: annotations, configuration, java, spring
- Language: Java
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.