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..
- Total
- Today
- Yesterday
- 자바 전문서버
- 자바 클라이어트 소켓
- java socket util
- 소켓 유틸
- 자바 tcp
- 클라이언트 소켓
- 추상 팩토리 패턴
- 자바소켓
- 상속과 구성
- 자바 전문통신
- 소켓통신
- RedisAutoConfiguration
- java socket
- 자바 소켓통신
- 바이트 기반 서버
- socket readtimeout
- neso
- 사천성 게임
- 클라이언트 소켓 유틸
- 소켓통신 프레임워크
- 자바 동기화
- 자바 TCP 서버
- 자바 온라인 사천성
- 자바 사천성
- client socket util
- socket connection timeout
- 디자인 패턴
- 구성
- 사천성 알고리즘
- netty
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |