|
6 | 6 | url: /wiki/2018년회고 |
7 | 7 | updated: '2019-01-02 02:15:30 +0900' |
8 | 8 | children: [] |
9 | | -개발환경세팅: |
10 | | - type: wiki |
11 | | - title: 개발환경세팅 |
12 | | - summary: '새 PC 를 받았을때 개발환경 세팅방법 (Java, Spring 개발 기준)' |
13 | | - parent: index |
14 | | - url: /wiki/개발환경세팅 |
15 | | - updated: '2021-10-10 17:33:23 +0900' |
16 | | - children: [] |
17 | | -기본적인내용: |
18 | | - type: wiki |
19 | | - title: 'Spring 기본적인 내용' |
20 | | - summary: 'Spring 에 관련한 소소한 팁들을 정리합니다.' |
21 | | - parent: Spring |
22 | | - url: /wiki/기본적인내용 |
23 | | - updated: '2018-11-07 09:56:27 +0900' |
24 | | - children: [] |
25 | | -데이터조직: |
26 | | - type: wiki |
27 | | - title: 데이터조직 |
28 | | - summary: '데이터 조직 만들기' |
29 | | - parent: 조직관리 |
30 | | - url: /wiki/데이터조직 |
31 | | - updated: '2022-07-04 02:00:32 +0900' |
32 | | - children: [] |
33 | | -성능튜닝: |
34 | | - type: wiki |
35 | | - title: 성능튜닝 |
36 | | - summary: 'Java Application (Spring) 성능 튜닝에 대해서' |
37 | | - parent: DevOps |
38 | | - url: /wiki/성능튜닝 |
39 | | - updated: '2020-11-05 01:19:08 +0900' |
40 | | - children: [] |
41 | | -연말정산: |
42 | | - type: wiki |
43 | | - title: 연말정산 |
44 | | - summary: 'mac에서 연말정산 해보자.' |
45 | | - parent: index |
46 | | - url: /wiki/연말정산 |
47 | | - updated: '2020-01-20 17:46:58 +0900' |
48 | | - children: [] |
49 | | -정규식: |
50 | | - type: wiki |
51 | | - title: 정규식 |
52 | | - summary: 정규식 |
53 | | - parent: index |
54 | | - url: /wiki/정규식 |
55 | | - updated: '2021-05-25 21:42:09 +0900' |
56 | | - children: [] |
57 | | -조직관리: |
58 | | - type: wiki |
59 | | - title: 조직관리 |
60 | | - summary: '조직관리에 유용한 정보 정리' |
61 | | - parent: index |
62 | | - url: /wiki/조직관리 |
63 | | - updated: '2022-11-09 10:06:12 +0900' |
64 | | - children: [데이터조직] |
65 | 9 | Airflow: |
66 | 10 | type: wiki |
67 | 11 | title: Airflow |
@@ -173,7 +117,7 @@ DevOps: |
173 | 117 | parent: index |
174 | 118 | url: /wiki/DevOps |
175 | 119 | updated: '2018-12-03 19:31:45 +0900' |
176 | | - children: [성능튜닝, Docker, haproxy, Jvm, Linux] |
| 120 | + children: [Docker, haproxy, Jvm, Linux, LoadBalancing, 성능튜닝] |
177 | 121 | Docker: |
178 | 122 | type: wiki |
179 | 123 | title: Docker |
|
340 | 284 | summary: Kubernetes |
341 | 285 | parent: Infra |
342 | 286 | url: /wiki/k8s |
343 | | - updated: '2023-01-19 11:08:01 +0900' |
| 287 | + updated: '2023-02-16 14:11:10 +0900' |
344 | 288 | children: [] |
345 | 289 | Kafka: |
346 | 290 | type: wiki |
@@ -374,6 +318,14 @@ Linux: |
374 | 318 | url: /wiki/Linux |
375 | 319 | updated: '2019-12-26 14:42:13 +0900' |
376 | 320 | children: [] |
| 321 | +LoadBalancing: |
| 322 | + type: wiki |
| 323 | + title: LoadBalancing |
| 324 | + summary: "" |
| 325 | + parent: DevOps |
| 326 | + url: /wiki/LoadBalancing |
| 327 | + updated: '2024-04-02 17:10:57 +0900' |
| 328 | + children: [] |
377 | 329 | Logging: |
378 | 330 | type: wiki |
379 | 331 | title: 'Spring Logging' |
@@ -493,7 +445,7 @@ Spring: |
493 | 445 | parent: index |
494 | 446 | url: /wiki/Spring |
495 | 447 | updated: '2018-09-05 09:22:27 +0900' |
496 | | - children: [기본적인내용, Async, Bean_Validation, BeanScope, initSpring, JPA, Logging, Spring_Boot, Spring_Boot_Actuator, Spring_Cloud, Spring_Test, Spring-Batch, WebFlux] |
| 448 | + children: [Async, Bean_Validation, BeanScope, initSpring, JPA, Logging, Spring_Boot, Spring_Boot_Actuator, Spring_Cloud, Spring_Test, Spring-Batch, WebFlux, 기본적인내용] |
497 | 449 | Spring_Boot: |
498 | 450 | type: wiki |
499 | 451 | title: 'Spring Boot' |
@@ -598,3 +550,59 @@ XSS: |
598 | 550 | url: /wiki/XSS |
599 | 551 | updated: '2018-10-29 13:02:42 +0900' |
600 | 552 | children: [] |
| 553 | +개발환경세팅: |
| 554 | + type: wiki |
| 555 | + title: 개발환경세팅 |
| 556 | + summary: '새 PC 를 받았을때 개발환경 세팅방법 (Java, Spring 개발 기준)' |
| 557 | + parent: index |
| 558 | + url: /wiki/개발환경세팅 |
| 559 | + updated: '2021-10-10 17:33:23 +0900' |
| 560 | + children: [] |
| 561 | +기본적인내용: |
| 562 | + type: wiki |
| 563 | + title: 'Spring 기본적인 내용' |
| 564 | + summary: 'Spring 에 관련한 소소한 팁들을 정리합니다.' |
| 565 | + parent: Spring |
| 566 | + url: /wiki/기본적인내용 |
| 567 | + updated: '2018-11-07 09:56:27 +0900' |
| 568 | + children: [] |
| 569 | +데이터조직: |
| 570 | + type: wiki |
| 571 | + title: 데이터조직 |
| 572 | + summary: '데이터 조직 만들기' |
| 573 | + parent: 조직관리 |
| 574 | + url: /wiki/데이터조직 |
| 575 | + updated: '2022-07-04 02:00:32 +0900' |
| 576 | + children: [] |
| 577 | +성능튜닝: |
| 578 | + type: wiki |
| 579 | + title: 성능튜닝 |
| 580 | + summary: 'Java Application (Spring) 성능 튜닝에 대해서' |
| 581 | + parent: DevOps |
| 582 | + url: /wiki/성능튜닝 |
| 583 | + updated: '2020-11-05 01:19:08 +0900' |
| 584 | + children: [] |
| 585 | +연말정산: |
| 586 | + type: wiki |
| 587 | + title: 연말정산 |
| 588 | + summary: 'mac에서 연말정산 해보자.' |
| 589 | + parent: index |
| 590 | + url: /wiki/연말정산 |
| 591 | + updated: '2020-01-20 17:46:58 +0900' |
| 592 | + children: [] |
| 593 | +정규식: |
| 594 | + type: wiki |
| 595 | + title: 정규식 |
| 596 | + summary: 정규식 |
| 597 | + parent: index |
| 598 | + url: /wiki/정규식 |
| 599 | + updated: '2021-05-25 21:42:09 +0900' |
| 600 | + children: [] |
| 601 | +조직관리: |
| 602 | + type: wiki |
| 603 | + title: 조직관리 |
| 604 | + summary: '조직관리에 유용한 정보 정리' |
| 605 | + parent: index |
| 606 | + url: /wiki/조직관리 |
| 607 | + updated: '2022-11-09 10:06:12 +0900' |
| 608 | + children: [데이터조직] |
0 commit comments