feat: MySQL数据库表名添加sj_前缀

This commit is contained in:
dhb52 2024-04-16 00:28:33 +08:00
parent d05d292ec0
commit 4649db19f2

View File

@ -65,7 +65,6 @@ public class SnailJobTemplateAutoConfiguration {
return new SqlSessionTemplate(sqlSessionFactory);
}
private static final List<String> TABLES = Arrays.asList("retry_task", "retry_dead_letter");
@Bean
public MybatisPlusInterceptor mybatisPlusInterceptor(Environment environment) {