spring boot 학습 & 세팅 5탄 (2.3.9 RELEASE docs.spring.io/spring-boot/docs/2.3.9.RELEASE/reference/html/) spring boot 레디스 설정 1편 1. 사전 작업 테스트를 위해 로컬에 redis서버를 설치하고 포트는 기본 포트(6379)로 띄웠습니다. (혹은 내장 redis서버를 이용해서 로컬환경을 구성할 수도 있습니다. ) 2. 의존성 추가 + redis서버 설정(application.yml) org.springframework.boot spring-boot-starter-data-redis spring: redis: host: 127.0.0.1 port: 6379 timeout: 3000 #ms connection timeout..
spring boot 학습 & 세팅 4탄 ~ 딱히 부트의 내용도 아니고 간단해서 정리안하려다 .... 간단해서 정리 1. CommandLineRunner CommandLineRunner 보다는 ApplicationRunner을 사용하자 2. ApplicationRunner ApplicationArguments를 인자로 받기 때문에 다른 방식에 비해 Arguments 처리가 수월한 장점이 있는 듯 @Component @Order(2) public class MyApplicationRunner implements ApplicationRunner { @Override public void run(ApplicationArguments args) throws Exception { System.out.println..
spring boot 학습 & 세팅 3탄 (2.3.9 RELEASE docs.spring.io/spring-boot/docs/2.3.9.RELEASE/reference/html/) 1. @Component 또는 @ServletComponentScan WebFilter) 임베디드 WAS의 경우, 자동 설정에 의해서 Filter를 구현할 클래스에 @Component만 붙여줘도 필터가 등록된다. @Component public class FirstFilter implements Filter { @Override public void doFilter(ServletRequest servletRequest, ServletResponse servletResponse, FilterChain chain) throws I..
spring boot 학습 & 세팅 2탄 - 2.3.9 RELEASE docs.spring.io/spring-boot/docs/2.3.9.RELEASE/reference/html/ 역시 기본적인 내용 정리는 .... 잘 되어있는 블로그 참고 ~ 갓대희 블로그 코딩 덕후님 블로그 YAML 문법 위키 문서 : https://ko.wikipedia.org/wiki/YAML YAML 문법 확인 : http://www.yamllint.com/ Spring boot 2.3.9 -Externalized Configuration spring boot 2.3.9 - Common Application properties 1. application.yml 통합 버전 spring.profiles와 --- 구분자로 applic..
spring boot 학습 & 세팅 1탄 ~ Spring boot 공식 was undertow 언더토우의 다른 was와 차이, 특징, 설치 방법은 다른 블로그들에 잘 정리되어 있으니 pass hyojaedev.tistory.com/32 👨🏻💻 Undertow 적용하기 (다른 WAS 적용해보기) 📌 서론 SpringBoot를 사용하면서 내장 WAS가 디폴트로 설정되어 있는 Tomcat 이외에 다른 WAS를 사용해보겠다는 생각이 다소 없었던 것 같다. SpringBoot 관련 스터디를 진행하면서 아래와 같은 피드백 hyojaedev.tistory.com undertow 옵션 spring-boot-starter-parent 2.3.9.RELEASE 스프링부트 2.3.9 RELEASE 버전에서 언더토우 2.1..
- Total
- Today
- Yesterday
- 소켓통신
- netty
- 상속과 구성
- 자바소켓
- java socket util
- 자바 동기화
- neso
- 바이트 기반 서버
- 자바 전문서버
- 소켓 유틸
- client socket util
- 자바 전문통신
- 소켓통신 프레임워크
- 클라이언트 소켓 유틸
- 자바 TCP 서버
- socket connection timeout
- 추상 팩토리 패턴
- 자바 tcp
- 자바 온라인 사천성
- 디자인 패턴
- 자바 소켓통신
- 클라이언트 소켓
- socket readtimeout
- 자바 사천성
- 자바 클라이어트 소켓
- java socket
- 사천성 알고리즘
- RedisAutoConfiguration
- 구성
- 사천성 게임
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |