This commit is contained in:
insanity 2017-06-28 20:32:06 +09:00
commit 30ca986165

View File

@ -12,7 +12,7 @@ import org.springframework.stereotype.Service;
@Service("EmailAuthService") @Service("EmailAuthService")
public class EmailAuthService { public class EmailAuthService {
@Autowired() @Autowired
private JavaMailSender mailSender; private JavaMailSender mailSender;
public void sendEmail(String to, String sub, String message) { public void sendEmail(String to, String sub, String message) {