Trendyol / Jdempotent

Make your consumer, API, etc. idempotent easily.
MIT License
100 stars 25 forks source link

Jdempotent-spring-boot-redis-starter not invoked (local debug mode) #25

Closed IOhacker closed 3 years ago

IOhacker commented 3 years ago

Hello,

I have done some changes to support the IdempotentKey but I am unable to enable/activate the Jdempotent-spring-boot-redis-starter library in a local way

com.trendyol Jdempotent-spring-boot-redis-starter 1.0.8 system ****MYPATH***/.m2/repository/com/trendyol/Jdempotent-core/1.0.8/Jdempotent-core-1.0.8.jar

I ahve included the new Jdempotent-core with the IdempotentKey just like the changes that I have done here https://github.com/IOhacker/Jdempotent

https://github.com/IOhacker/Jdempotent/commit/64e44f496d3189afd65d2d7af8e7cc741496f12a

I will try to debug which is the issue for not enabling the redis...

Thank you

IOhacker commented 3 years ago

My bad, newbie error.