스프링 부트 실행 시 cannot access MimeMessage와 같은 오류가 떴다.
구글링 후 build.gradle dependices에 다음과 같은 설정 추가
implementation 'org.springframework.boot:spring-boot-starter-mail'
참고 사이트
스프링 부트 실행 시 cannot access MimeMessage와 같은 오류가 떴다.
구글링 후 build.gradle dependices에 다음과 같은 설정 추가
implementation 'org.springframework.boot:spring-boot-starter-mail'
참고 사이트