Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghillert/spring-injectionpoint-demo
Demonstrates InjectionPoint Handling with Qualifier Annotations in Spring Framework
https://github.com/ghillert/spring-injectionpoint-demo
Last synced: about 4 hours ago
JSON representation
Demonstrates InjectionPoint Handling with Qualifier Annotations in Spring Framework
- Host: GitHub
- URL: https://github.com/ghillert/spring-injectionpoint-demo
- Owner: ghillert
- License: apache-2.0
- Created: 2020-12-19T20:45:31.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-19T22:32:44.000Z (about 4 years ago)
- Last Synced: 2024-11-06T21:49:32.785Z (about 2 months ago)
- Language: Java
- Size: 62.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spring InjectionPoint Demo
[![Build Status](https://github.com/ghillert/spring-injectionpoint-demo/workflows/Java%20CI%20with%20Maven/badge.svg)](https://github.com/ghillert/spring-injectionpoint-demo/actions)
Demonstrates InjectionPoint Handling with Qualifier Annotations in Spring Framework.
It is loosely based on Nicky Moelholm's demo at- Repo: https://github.com/moelholm/smallexamples/tree/master/hello-spring43-injectionpoint
- Blog Post: https://moelholm.com/blog/2016/10/09/spring-43-introducing-the-injectionpoint-classThe repo here has been updated for Spring Boot `2.4.1` and Spring Framework `5.3.2`.
## How to Run
```bash
./mvnw clean package
``````bash
java -jar target/spring-injectionpoint-demo-1.0.0-SNAPSHOT.jar Cartman
```