Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit afa9336

Browse files
committed
问题修改
1 parent c90c42d commit afa9336

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎springboot-mail/src/main/resources/application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
spring:
33
mail:
44
host: smtp.163.com
5-
username: ithobart@163.com
6-
password: xw19940511
5+
username: 用户名
6+
password: 授权码
77
properties:
88
mail:
99
smtp:

‎springboot-mail/src/test/java/com/ithobart/mail/mailTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
@RunWith(SpringRunner.class)
1111
@SpringBootTest
12-
public class mailTest{
12+
public class MailTest{
1313

1414
@Autowired
1515
private MailService mailService;

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /