티스토리 뷰
dev/JPA 에러 정리
org.springframework.mail.MailSendException: Mail server connection failed. Failed messages: jakarta.mail.NoSuchProviderException: smtp
dev_0hoon 2024. 3. 25. 15:37
해당 오류는
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-validation'
implementation 'org.springframework.security:spring-security-crypto'
implementation 'org.springframework.boot:spring-boot-starter-mail'
implementation 'org.jetbrains:annotations:20.1.0'
implementation group: 'com.sun.mail', name: 'javax.mail', version: '1.6.2'
implementation group: 'javax.activation', name: 'activation', version: '1.1.1'
compileOnly 'org.projectlombok:lombok'
runtimeOnly 'org.mariadb.jdbc:mariadb-java-client'
annotationProcessor 'org.projectlombok:lombok'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
}
위처럼 부트 다른 라이브러리는 최신버전으로 알아서 업데이트 되게 되어있지만 starter-mail을 사용함에도 다른 라이브러리를 사용하며 특히 버전 지정까지해서 호환이 안된 것으로보인다.
implementation group: 'cohttp://m.sun.mail', name: 'javax.mail', version: '1.6.2'
implementation group: 'javax.activation', name: 'activation', version: '1.1.1'
를 지우는 것으로 해결
'dev > JPA 에러 정리' 카테고리의 다른 글
kafka 연동 중 만난 오류 (0) | 2024.08.15 |
---|---|
and token '=', mismatched input '=', (JPQL 특정 문자열 상위) (0) | 2024.03.14 |
예외 공통 처리 제대로 안될 때... (진짜 바보짓) (0) | 2024.03.12 |
No enum constant javax.lang.model.element.Modifier.SEALED 오류 해결 (6) | 2024.03.12 |
예외처리 만들기 (0) | 2024.03.11 |
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- reject
- thymleaf
- react실행
- 로그인
- React
- 백엔드 개발자 공부
- HTTP
- 항해플러스
- 스프링공부
- exception
- 향해플러스백엔드
- rejectValue
- 리터럴
- Java
- hypertexttransferprotocol
- JPA
- jpa api
- 향해플러스
- 향해99
- ArgumentResolver
- 항해99
- filter
- Intercepter
- 인터셉터
- 예외처리
- BindingResult
- 스프링부트
- 백엔드 개발자 역량
- 컨트
- SpringBoot
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함