We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31a2e91 commit 4998832Copy full SHA for 4998832
src/main/java/ru/mystamps/web/config/TaskExecutorConfig.java
@@ -28,6 +28,7 @@
28
* @author Sergey Chechenev
29
* @author Slava Semushin
30
*/
31
+// @todo #1161 Consider using spring.task.execution properties instead of manual configuration
32
@Configuration
33
@EnableAsync
34
public class TaskExecutorConfig extends AsyncConfigurerSupport {
0 commit comments