The solution was to add @EnableAsync to the configuration class.
Type: Posts; User: frankdavid; Keyword(s):
The solution was to add @EnableAsync to the configuration class.
Hello,
I'd like to implement an asynchronous task, and a page which returns immediately and starts the task in the background. However, the page instead waits for the background task to complete and...