Recent Posts
Recent Comments
HEROJOON 블로그(히로블)
Spring Boot 3.2.4 배포 시 애플리케이션 동작하지 않을 경우 본문
반응형
배포 환경이 Spring Boot 3.2.4에 해당하는 필수 스펙이 맞는지 확인해본다.
<Spring Boot 3.2.4 스펙 확인>
https://docs.spring.io/spring-boot/docs/current/reference/html/getting-started.html
Getting Started
If you are getting started with Spring Boot, or “Spring” in general, start by reading this section. It answers the basic “what?”, “how?” and “why?” questions. It includes an introduction to Spring Boot, along with installation instructions.
docs.spring.io
<해결>
**Tomcat 사양이 10이상이어야 하는데 과거 버전으로 셋업되어 있어서 Tomcat 10 이상 설치하여 정상 동작 확인하였다.
반응형
'Backend' 카테고리의 다른 글
Java CountDownLatch를 이용한 Thread 대기 예제 (0) | 2024.06.19 |
---|---|
Zookeeper란 (0) | 2024.05.30 |
java.lang.UnsupportedOperationException: null 오류 해결 (0) | 2023.01.12 |
업비트 코인 자동매매 RSI 값 구하기 (Java) (4) | 2022.12.02 |
org.apache.poi.ooxml.POIXMLException: java.io.EOFException: Unexpected end of ZLIB input stream 해결 (0) | 2022.09.24 |
Comments