AE86 1 年之前
父節點
當前提交
ef19df5ab7

+ 1 - 6
dbsyncer-parser/src/main/java/org/dbsyncer/parser/flush/impl/FlushServiceImpl.java

@@ -36,7 +36,7 @@ import java.util.concurrent.Executor;
  * @date 2020/05/19 18:38
  */
 @Component
-public class FlushServiceImpl implements FlushService {
+public final class FlushServiceImpl implements FlushService {
 
     private final Logger logger = LoggerFactory.getLogger(getClass());
 
@@ -89,11 +89,6 @@ public class FlushServiceImpl implements FlushService {
         });
     }
 
-    /**
-     * TODO 加缓存过期
-     *
-     * @return
-     */
     private SystemConfig getSystemConfig() {
         return profileComponent.getSystemConfig();
     }

+ 0 - 5
dbsyncer-parser/src/main/java/org/dbsyncer/parser/flush/impl/FlushStrategyImpl.java

@@ -92,11 +92,6 @@ public final class FlushStrategyImpl implements FlushStrategy {
         }
     }
 
-    /**
-     * TODO 加缓存过期
-     *
-     * @return
-     */
     private SystemConfig getSystemConfig() {
         return profileComponent.getSystemConfig();
     }

+ 0 - 1
dbsyncer-web/src/main/java/org/dbsyncer/web/config/WebAppConfig.java

@@ -62,7 +62,6 @@ public class WebAppConfig extends WebSecurityConfigurerAdapter implements Authen
     @Resource
     private UserConfigService userConfigService;
 
-
     /**
      * 登录失败
      *