Skip to content

Commit 4998832

Browse files
committed
chore: add TODO item for replacing TaskExecutorConfig by configuration properties
Should be in e9eb623 commit. Relate to #1161 [skip ci]
1 parent 31a2e91 commit 4998832

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/ru/mystamps/web/config/TaskExecutorConfig.java

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
* @author Sergey Chechenev
2929
* @author Slava Semushin
3030
*/
31+
// @todo #1161 Consider using spring.task.execution properties instead of manual configuration
3132
@Configuration
3233
@EnableAsync
3334
public class TaskExecutorConfig extends AsyncConfigurerSupport {

0 commit comments

Comments
 (0)