Tag: Draft

0

Docker build

Docker 이미지들이 기본적으로 저장되는 위치 /var/lib/docker https://pjh37.github.io/springboot/2020/08/03/springboot-11.html https://doinge-coding.tistory.com/entry/Docker-docker-compose%EB%A5%BC-%EC%9D%B4%EC%9A%A9%ED

0

Docker Compose commands

https://nirsa.tistory.com/81 1번은 어떤 베이스 이미지를 사용할 지 docker-compose 안에서 선언을 해주었다면, docker-compose에서 선언하여 Dockerfile을 이용해 자동으로 docker build 후 베이스 이미지로 사용할 수 있습니다. https://nirsa.tistory.com/79 docker-comp

0

Kotlin apply also with let run...

https://medium.com/@limgyumin/%EC%BD%94%ED%8B%80%EB%A6%B0-%EC%9D%98-apply-with-let-also-run-%EC%9D%80-%EC%96%B8%EC%A0%9C-%EC%82%AC%EC%9A%A9%ED%95%98%EB%8A%94%EA%B0%80-4a517292df29

0

Kotlin dsl marker

@DslMarkerThe problemWhen using DSLs, one might have come across the problem that too many functions can be called in the context https://kotlinlang.org/docs/type-safe-builders.html#scope-control-dslm

0

RabbitMQ

AMQPAdvanced Message Queuing Protocol 메시지 통신을 할 때 과거에는 JMS 와 같이 API 수준에서 통신을 하였지만 RabbitMQ 의 경우 SMTP, HTTP 등과 같이 프로토콜 수준에서 정의된 AMQP 를 사용하여 메시지 통신을 한다. AMQP 자체가 프로토콜을 의미하기 때문에 이 프로토콜을 구현한 MQ제품들은 여러가지가

0

Webclient

https://happycloud-lee.tistory.com/220 https://godekdls.github.io/Reactive%20Spring/webclient/ retrieve()exchange()