Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- elasticsearch mapping생성
- mysql DB권한
- mysql auto repair
- centos mount
- mysql all table truncate
- mysql 검사
- mariadb 모든 데이터 삭제
- cookie 하루 저장
- mysql database truncate
- mysql table 손상
- mysql yum 설치
- cookie today
- mysql database 검사
- mysql recovery
- 쿠키 하루
- 서버 재시작시 mount
- 쿠키 하루 저장
- mysql 모든 데이터 삭제
- docker 설치
- mysql yum install
- mysql 손상
- galera cluster 재시작
- 쿠키 오늘
- mysqlcheck
- mysql 사용자 생성
- mariadb galera cluster
- mysql 자동복구
- mysql galera cluster
- linux mount 방법
- mariadb all table truncate
Archives
- Today
- Total
목록SPRING (1)
IT
JAVA SPRING HTTP PATCH CALL
쿠버네티스 deployment pod 갯수조정시 적용 PATCH method로만 가능해서 구글링하여 정리 logger.debug("=============kubernetesPodsSet==START============="); Map result = new HashMap(); CloseableHttpClient httpClient = HttpClients.createDefault(); BufferedReader reader = null; String url = ""; String deploymentName = ""; String Authorization = ""; try { int poolCnt = Integer.parseInt((String) param.get("poolCnt")); String poo..
SPRING
2020. 8. 11. 10:51