Interface 엔진통신기
-
@FeignClient(name="engine-fire", url="${arms.engine.url}") public interface 엔진통신기
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Iterable<서버정보_엔티티>
서버정보백업_스케줄러()
boolean
지라이슈_인덱스백업()
void
커넥션_상태_유지()
-
-
-
Method Detail
-
지라이슈_인덱스백업
@PostMapping("/engine/jira/0/issue/index/backup") boolean 지라이슈_인덱스백업()
-
서버정보백업_스케줄러
@PostMapping("/engine/serverinfo/backup/scheduler") java.lang.Iterable<서버정보_엔티티> 서버정보백업_스케줄러()
-
커넥션_상태_유지
@GetMapping("/engine/connection/keep-alive") void 커넥션_상태_유지()
-
-