Authored by all4you

update

... ... @@ -75,6 +75,7 @@ public class IndexController extends BaseController {
return ReturnMessage(400, 0, "current has index rebuilding,please wait......");
}
indexRebuildJob.rebuildIndexJob();
indexRebuildJob.rebuildSmallIndexJob();
return ReturnMessage(200, 0, "rebuildAll success");
}
... ...
... ... @@ -6,7 +6,7 @@ datasources:
username: yh_test
password: 9nm0icOwt6bMHjMusIfMLw==
yh_social_new:
yh_social:
servers:
- 192.168.102.216:3306
- 192.168.102.216:3306
... ...
... ... @@ -25,7 +25,6 @@
<encoder class="ch.qos.logback.classic.encoder.PatternLayoutEncoder">
<pattern>%d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger:%line - %msg%n</pattern>
<charset>UTF-8</charset>
<charset>UTF-8</charset>
</encoder>
</appender>
... ...