Hi,
In my current project Threads were implemented using
Thread class (which were implemented long back by some other) as each job will be allocated with a new Thread due to this a lot of threads will be created which are making a performance issue. I need to execute the threads using spring Thread pool concept. That is my task is to convert Thread class threads to Spring Threads. Can anyone please guide me in achieving this.
Thanking you