You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Naeem Ullah 10084bbd48 Refactor services to inject RestTemplate via constructor
Updated all service classes to receive RestTemplate (and ObjectMapper where needed) through constructor injection instead of instantiating them directly. Removed the RestTemplateConfig class, as RestTemplate is now expected to be provided externally, improving testability and configuration flexibility.
3 months ago
aconnect Refactor services to inject RestTemplate via constructor 3 months ago
common Add deposit and loan account services and update controllers 3 months ago
parent Rename econnect module to aconnect 3 months ago
.gitignore Base Architecture 4 months ago