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
- 적정 스레드
- 이진탐색
- deque
- GC
- 브루트포스
- Stack
- 면접복기
- 구현
- 문제풀이
- 분할정복
- GarbageCollector
- g1gc
- Python
- 빌더패턴
- 몬티홀
- 그래프 탐색
- 마크다운
- DP
- 회고
- Markdown
- 프로세스
- Greedy
- 백준
- springboot
- 정수론
- 그래프탐색
- github
- 배열 돌리기1
- 그리디
- BFS
Archives
- Today
- Total
목록springboot (1)
FeelingXD
[Spring] 스프링 웹서버 멀티 포트로 열기
멀티 포트의 필요성대부분의 경우에선 그렇지 않겠지만 서버를 여러포트로 지원해야할 때가있다. 예를들어 https 와 http 둘 모두를 지원해야한다면 두개의 경우를 생각해서 포트를 구성해야한다.코드// kotlin 코드입니다. :)package com.feelinxd.app.configimport org.apache.catalina.Contextimport org.apache.catalina.connector.Connectorimport org.apache.tomcat.util.descriptor.web.SecurityCollectionimport org.apache.tomcat.util.descriptor.web.SecurityConstraintimport org.springframework.beans...
프로그래밍/Spring
2024. 9. 14. 00:25