Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/himash79/spring-lookup-injection
Utilize annotation which @Lookup,@Scope and related propreties and implement the lookup injection.
https://github.com/himash79/spring-lookup-injection
java17 lombok lookup lookup-injection maven restful-api spring-boot
Last synced: 1 day ago
JSON representation
Utilize annotation which @Lookup,@Scope and related propreties and implement the lookup injection.
- Host: GitHub
- URL: https://github.com/himash79/spring-lookup-injection
- Owner: himash79
- Created: 2023-08-20T10:53:07.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-20T10:57:19.000Z (over 1 year ago)
- Last Synced: 2024-11-21T04:11:54.773Z (2 months ago)
- Topics: java17, lombok, lookup, lookup-injection, maven, restful-api, spring-boot
- Language: Java
- Homepage:
- Size: 11.7 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring-Lookup-Injection
Utilize annotation which @Lookup,@Scope and related propreties and implement the lookup injection.
## Requirements
01) Java 17
02) Maven 3.8## Project setup
01) Clone the project
https://github.com/himash79/Spring-Lookup-Injection.git
02) Clean and build the project using maven
open command line (CMD) in project directory and execute 'mvn clean install'
03) Open project using intelij / eclipse.
06) Test the senarios.