Commit e9a7ca08 authored by jiaorz's avatar jiaorz

添加日志异常处理

parent 2f38ffa7
...@@ -5,9 +5,7 @@ import lombok.extern.slf4j.Slf4j; ...@@ -5,9 +5,7 @@ import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.mail.SimpleMailMessage; import org.springframework.mail.SimpleMailMessage;
import org.springframework.mail.javamail.JavaMailSender; import org.springframework.mail.javamail.JavaMailSender;
import org.springframework.stereotype.Service;
@Service
@Slf4j @Slf4j
public class MailServiceImpl { public class MailServiceImpl {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment