|
@@ -39,7 +39,7 @@ public class JobController{
|
|
@PostConstruct
|
|
@PostConstruct
|
|
public void initialize() {
|
|
public void initialize() {
|
|
try {
|
|
try {
|
|
- reStartAllJobs();
|
|
|
|
|
|
+ //reStartAllJobs();
|
|
logger.info("INIT SUCCESS");
|
|
logger.info("INIT SUCCESS");
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
logger.info("INIT EXCEPTION : " + e.getMessage());
|
|
logger.info("INIT EXCEPTION : " + e.getMessage());
|