feat: MySQL数据库表名添加sj_前缀
This commit is contained in:
parent
d05d292ec0
commit
4649db19f2
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user