【添加】jeecg字样去除

This commit is contained in:
zer0Black
2021-03-12 17:58:56 +08:00
parent ed22cee030
commit 823866b7d1
28 changed files with 693 additions and 725 deletions
@@ -18,7 +18,7 @@ import org.springframework.context.annotation.Configuration;
@Slf4j
@Configuration
@EnableConfigurationProperties(value = XxlJobProperties.class)
@ConditionalOnProperty(value = "jeecg.xxljob.enabled", havingValue = "true", matchIfMissing = true)
@ConditionalOnProperty(value = "jero.xxljob.enabled", havingValue = "true", matchIfMissing = true)
public class XxlJobConfiguration {