Notice
Link
- Today
- Total
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 말줌임 CSS
- sql exception
- c언어
- group by
- SQL
- pid 찾아 kill
- mybatis exception
- vc++
- 피쉬랜드
- MariaDB
- MySQL
- 파티션 빠른 삭제
- 터치좌표 view
- 코드로 서버 재실행
- springboot 재가동
- kill -9
- 시간대 테이블생성
- CentOS
- Activity 전체화면
- 시간대별 통계
- 가변영역 스크롤
- springboot
- reactnative
- view 획득
- Back 키 클릭 감지
- MFC
- rn
- ffmpeg
- 스크롤적용
- CSS
Archives
목록tomcat (1)
개발은 하는건가..
Springboot 내장 톰켓으로 배포 시 application 환경 설정 옵션
application.properties 파일 내에 해당 옵션 추가 (설정하지 않을 경우 autoconfigure.web.ServerProperities 에 정의된 값으로 설정됨.) # 서버 구동 포트 server.port = 포트 # 최대 생성 가능한 스레드 생성 수 server.tomcat.threads.max = 200 # 기본 생성 스레드 수 server.tomcat.threads.min-spare = 10 # 최대 수용 커넥션 server.tomcat.max-connections = 2048 # 작업 큐 사이즈 server.tomcat.accept-count = 100 # 연결 대기 시간 ms server.tomcat.connection-timeout = 10000 # Http Post 요청 시..
SpringBoot , Thymeleaf
2022. 2. 4. 18:33