|
@@ -63,7 +63,7 @@ public class AttenDanceWarnNoticeTask {
|
|
|
|
|
|
@Scheduled(cron = "0 */1 * * * ?")
|
|
|
public void execute(){
|
|
|
- //RefreshConnectionPool();
|
|
|
+ RefreshConnectionPool();
|
|
|
}
|
|
|
public void RefreshConnectionPool() {
|
|
|
String active = SpringUtil.getActiveProfile();
|