- 개인 서버입니다~
- 개발자들의 겨울은 끝났고 봄이 왔다...
- Spring Boot 3.2.0
- Java 17
- WAS undertow
- Swagger 3.0.0
- Build를 실행하고 jar 파일을 특정 디렉토리에 이동합니다.
./gradlew clean build -x test
./gradlew releaseJar
- 개발 버전
java -jar release/til-api-server.jar --spring.profiles.active=local
- 운영 버전
java -jar release/til-api-server.jar --spring.profiles.active=prod
- JSendException
- HTTP Status : 400
- Message: ErrorMessage
- JpaSystemException
- HTTP Status : 400
- Message: 올바르지 않은 데이터 입니다.
- IllegalArgumentException
- HTTP Status : 400
- Message: ErrorMessage
- InvalidAuthException
- HTTP Status : 500
- Message: 유효하지 않는 토큰입니다.
- MethodArgumentNotValidException
- HTTP Status : 400
- Message: 유효한 값이 없습니다.
- Exception
- HTTP Status : 500
- Message: ErrorMessage
- ExpiredAuthException
- HTTP Status : 401
- Message: 만료된 토큰입니다.