반응형
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
- memory 정리
- abap면접
- memory변수명 변경
- MVC
- value base corresponding
- 김영한
- spring
- @Controller
- controller
- jpa
- sap memory
- 구글 보안 api 활용
- n+1
- 신문법 abap
- new syntax
- application-properties
- springSecurityFilterChain 오류
- Validation
- abap
- SAP
- SpringMVC
- for all entries in
- optional
- spring MVC
- BindingResult
- abap value in field Data Class error
- Testcode
- mapping corresponding
- .orelseThrow
- abap memory
Archives
- Today
- Total
목록@Profile (1)
SAP공장

정리 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오류
2022. 1. 16. 21:28