반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 세션이란
- @Controller
- 세션vs쿠키
- 구글 보안 api 활용
- 필터vs인터셉터
- .orelseThrow
- spring MVC
- 세션의 정의
- jpa
- n+1
- 유연한 컨트롤러1 - v5
- SpringMVC
- springSecurityFilterChain 오류
- Validation
- controller
- BindingResult
- java.lang.AssertionError
- Testcode
- filter vs interceptor
- 김영한
- 쿠키란
- 401오류
- spring
- MVC
- optional
- 필터의 정의
- abap value in field Data Class error
- 인터셉터의 정의
- 쿠키의 정의
- application-properties
Archives
- Today
- Total
ABAP DUMP ERROR 24시
JavaMailSender 오류 -JavaMailSender' in your configuration. 본문
[WEB]오류들/inteilij-git오류
JavaMailSender 오류 -JavaMailSender' in your configuration.
이운형 2022. 1. 16. 21:28반응형
정리
application.preperties에
spring.profiles.active=local
를 추가한다.
만약
JavaMailSender의
@Profile("local")
로 설정하였으면 local 로 설정한다.
살펴보기
Parameter 1 of constructor in com.mywebpj.account.AccountService required a bean of type 'org.springframework.mail.javamail.JavaMailSender' that could not be found.
JavaMailSender의 @Profile 설정을 확인후 application.properties에 다음을 추가한다.
spring.profiles.active = local
반응형
'[WEB]오류들 > inteilij-git오류' 카테고리의 다른 글
JPA Service 계층 오류 (Optional) (0) | 2022.05.22 |
---|---|
JAVA-HOME not found in your enviroment. 오류 (0) | 2022.01.22 |
intellij 에서 index.html 파일이 읽히지 않는 현상 (0) | 2022.01.17 |
Intellij @valid, validation 오류 (0) | 2022.01.16 |
병합 오류: refusing to merge unrelated histories, 푸시가 거부됨 (0) | 2022.01.10 |
Comments