Basically I would like to do some multithreading in my spring java program and I don't know how to use my servers spring resources to create a new thread.
I looked at Any good Spring threading with a TaskExecutor examples? but I couldn't figure out where the original TaskExecutor
came from, like how would I pass that into the class?
Also is TaskExecutor
the best thing to use for just creating another thread in my program?