Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Y
yifu-mvp
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fangxinjiang
yifu-mvp
Commits
988c6b11
You need to sign in or sign up before continuing.
Commit
988c6b11
authored
Nov 22, 2024
by
wangpeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加邮件发送依赖
parent
7c5a180a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
pom.xml
pom.xml
+7
-0
No files found.
pom.xml
View file @
988c6b11
...
@@ -49,6 +49,7 @@
...
@@ -49,6 +49,7 @@
<docker.password>
password
</docker.password>
<docker.password>
password
</docker.password>
<git.commit.plugin>
4.9.9
</git.commit.plugin>
<git.commit.plugin>
4.9.9
</git.commit.plugin>
<spring.checkstyle.plugin>
0.0.29
</spring.checkstyle.plugin>
<spring.checkstyle.plugin>
0.0.29
</spring.checkstyle.plugin>
<mail.version>
1.4.7
</mail.version>
</properties>
</properties>
<!-- 以下依赖 全局所有的模块都会引入 -->
<!-- 以下依赖 全局所有的模块都会引入 -->
...
@@ -88,6 +89,12 @@
...
@@ -88,6 +89,12 @@
<artifactId>
spring-boot-starter-test
</artifactId>
<artifactId>
spring-boot-starter-test
</artifactId>
<scope>
test
</scope>
<scope>
test
</scope>
</dependency>
</dependency>
<!-- 发送邮件依赖 -->
<dependency>
<groupId>
javax.mail
</groupId>
<artifactId>
mail
</artifactId>
<version>
${mail.version}
</version>
</dependency>
</dependencies>
</dependencies>
<modules>
<modules>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment