반응형 Spring Boot2 Spring Boot Embeded Tomcat 내장 톰캣 application.properties 설정 Spring Boot Embeded Tomcat 내장 톰캣 application.properties 설정 이번 포스팅에서는 Spring Boot 2.x 의 application.properties 에서 설정가능한 내장 톰캣 옵션에 대해서 알아보도록 하겠습니다. Connection 관련 설정 설명 기본값 server.tomcat.connection-timeout 커넥션 타임아웃 설정 server.tomcat.keep-alive-timeout 커넥션 종료 전 다른 HTTP 요청을 기다리는 시간 설정 설정하지 않으면 connection-timeout 이 사용, -1이면 무한 100 server.tomcat.max-connections 서버가 주어진 시간에 처리할 수 있는 최대 커넥션 설정 8192 Thread.. Programing/Springboot 2022. 2. 3. Spring boot dynamic scheduling quartz, 동적 스케쥴링 동적 cron Spring boot dynamic scheduling quartz, 동적 스케쥴링 동적 cron Spring boot 에 Quartz 를 활용해 동적으로 스케쥴링이 되도록 구현하는 방법을 알아보겠습니다. [Spec] Spring boot 2.1.0 quartz 2.2.1 우선 Quartz를 의존성 주입합니다. [Gradle] implementation group: 'org.quartz-scheduler', name: 'quartz', version: '2.2.1' [Maven] org.quartz-scheduler quartz 2.2.1 [SchedulerManagement.java] @Component public class SchedulerMangement { private SchedulerFact.. Programing/JAVA 2018. 12. 27. 이전 1 다음 💲 추천 글 반응형