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 | 31 |
Tags
- view 획득
- vc++
- CSS
- MariaDB
- CentOS
- 가변영역 스크롤
- ffmpeg
- group by
- springboot 재가동
- c언어
- 코드로 서버 재실행
- 시간대 테이블생성
- 시간대별 통계
- 스크롤적용
- SQL
- 피쉬랜드
- rn
- sql exception
- MySQL
- mybatis exception
- 터치좌표 view
- reactnative
- springboot
- MFC
- pid 찾아 kill
- Activity 전체화면
- kill -9
- Back 키 클릭 감지
- 파티션 빠른 삭제
- 말줌임 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