https://github.com/pleft/springsprint1
Spring Framework Experimenting Sprints #1
https://github.com/pleft/springsprint1
Last synced: about 1 year ago
JSON representation
Spring Framework Experimenting Sprints #1
- Host: GitHub
- URL: https://github.com/pleft/springsprint1
- Owner: pleft
- License: apache-2.0
- Created: 2016-10-03T13:53:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-09T12:48:23.000Z (over 9 years ago)
- Last Synced: 2025-02-14T08:48:24.098Z (over 1 year ago)
- Language: Java
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spring Sprint 1
## Spring Framework Experimenting Sprints #1
### Description
Simple Spring application demonstrating two ways of creating the ApplicationContext (AnnotationConfigApplicationContext and ClassPathXmlApplicationContext). Bonus feature, use of logback for logging.
### How to run
Simply run Application.class from your IDE or run: `mvn compile exec:java`
Note: the `exec:java` command assumes as argument `ANNOTATION`. If you want to change this please comment out the following in `pom.xml`
```
ANNOTATION
```