Commit 577a53a8cc7b95b299b7b467ab5cf420e2cacfb8
1 parent
6f68ee6f
feat: 修改启动配置
Showing
1 changed file
with
1 additions
and
1 deletions
Bsth-admin/src/main/java/com/ruoyi/common/cache/SchedulingCache.java
| @@ -42,7 +42,7 @@ public class SchedulingCache { | @@ -42,7 +42,7 @@ public class SchedulingCache { | ||
| 42 | 42 | ||
| 43 | public SchedulingCache() { | 43 | public SchedulingCache() { |
| 44 | log.info("项目启动加载中获取实时班次-----"); | 44 | log.info("项目启动加载中获取实时班次-----"); |
| 45 | -// schedulingInit(); | 45 | + schedulingInit(); |
| 46 | } | 46 | } |
| 47 | 47 | ||
| 48 | 48 |