post-thumbnail

[Swagger] Springdoc setting

The supported-submit-methods array contains 'get', 'post', 'patch', 'put', 'delete', 'options'.But if you leave an empty array, you can't try-out API,

2022년 6월 24일
·
0개의 댓글
·
post-thumbnail

[Ngnix] connect() failed (111: Connection refused) while connecting to upstream.

proxy를 사용할 경우, 설정한 proxy port가 열려있지 않아서 발생한 오류.java spring boot project의 설정 port를 확인합니다.nginx config의 listening port와 proxy 설정을 확인합니다.listening port 8

2021년 12월 3일
·
0개의 댓글
·
post-thumbnail

Windows에 Docker 설치하기 - 2

Windows 10 Home Edition 사용자는 Docker Desktop for Windows 설치를 위해 사전 작업이 필요합니다.

2021년 11월 4일
·
0개의 댓글
·
post-thumbnail

Windows에 Docker 설치하기 - 1

Docker 설치 및 사용을 위해서는 윈도우 가상화가 필요합니다.

2021년 11월 4일
·
0개의 댓글
·

Ubuntu PostgreSQL 설정

포트를 변경하고 원격에서 접속할 수 있도록 설정합니다.열고싶은 포트가 열려있는지 확인합니다.listening port로 postgresql의 기본 포트 5432가 설정되어 있습니다.pg_hba.conf의 IPv4 IP 설정을 변경하여 모든 대역을 허용합니다.postgr

2021년 10월 19일
·
0개의 댓글
·

Ubuntu PostgreSQL 설치

2021년 10월 18일
·
0개의 댓글
·

Ubuntu apt

Linux 배포판의 시초 Debian은 패키지 관리를 위해 Advanced Packaging Tool(APT)를 사용했습니다. APT의 패키지 시스템을 준수하여 생겨난 cli 패키지 관리 툴입니다.패키지의 install, update, remove를 수행합니다.시스템에

2021년 10월 18일
·
0개의 댓글
·

mysqldump 실행하기

mysqldump 실행하기

2021년 10월 15일
·
0개의 댓글
·
post-thumbnail

[Codility] 3. Time Complexity | PermMissingElem

An array A consisting of N different integers is given. The array contains integers in the range 1..(N + 1), which means that exactly one element is m

2021년 9월 2일
·
0개의 댓글
·
post-thumbnail

[Codility] 3. Time Complexity | FrogJmp 🐸

A small frog wants to get to the other side of the road. The frog is currently located at position X and wants to get to a position greater than or eq

2021년 9월 2일
·
0개의 댓글
·
post-thumbnail

[Terraform] 테라폼이 뭔가요? 😮

Terraform의 특징과 장단점

2021년 8월 26일
·
0개의 댓글
·