Home
YUHAπŸ‘©πŸ»β€πŸ’»
Cancel

[Development] Docker

The Benefits With Docker, you can manage your infrastructure in the same ways you manage your applications. μ„œλ²„λ§ˆλ‹€, κ°œλ°œμžλ“€μ΄ μ‚¬μš©ν•˜λŠ” PC λ§ˆλ‹€ μ„€μΉ˜μ™€ 섀정을 λ‹€λ₯΄κ²Œ ν•΄μ•Όν•˜λŠ” λ²ˆκ±°λ‘œμ›€μ„ ν•΄κ²°ν•΄μ€Œ The Featur...

[Development] Kubernetes

Kubernetest + Docker Architecture / Components Cluster The control plane schedules Pods to run, routes traffic, and handles everything else happening inside a cluster. ...

[Development] Transaction (@Transactional / JPA)

Spring @Transactional Option Isolation Level Propagation no-rollback for Step transaction in Tasklet (job) of Spring batch Spring JPA Persistence Context ...

[Development] Swagger

What is Swagger? one of tools for describing RESTful APIs by OpenAPI specification OAS (OpenAPI Specification) the way to express RESTful API in json or yaml according to pre...

[Development] HTTP Status Code

Rules Common HTTP Status Codes Status Code Meaning 200 OK the HTTP request was successfully carried out 201 Created the ...