Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
8
8timerapiv200
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
8timerv2
8timerapiv200
Commits
949457b0
Commit
949457b0
authored
4 years ago
by
邓实川
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
服务器mail配置更新
parent
e263d34e
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
38 additions
and
1 deletions
+38
-1
src/main/resources/application-dev.yml
+12
-0
src/main/resources/application-pro.yml
+14
-1
src/main/resources/application-test.yml
+12
-0
No files found.
src/main/resources/application-dev.yml
View file @
949457b0
...
...
@@ -92,6 +92,18 @@ spring:
username
:
postmaster@youlingrc.com
password
:
YoulingRC2020
default-encoding
:
utf-8
properties
:
mail
:
smtp
:
auth
:
true
starttls
:
enable
:
true
required
:
true
ssl
:
# SSL Config
enable
:
true
socketFactory
:
port
:
465
class
:
javax.net.ssl.SSLSocketFactor
######### Spring boot应用健康监控
management
:
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/application-pro.yml
View file @
949457b0
...
...
@@ -87,10 +87,23 @@ spring:
invert
:
false
# Whether images should be inverted for dark terminal themes.
mail
:
port
:
465
protocol
:
smtp
host
:
smtp.youlingrc.com
username
:
postmaster@youlingrc.com
password
:
YoulingRC2020
default-encoding
:
utf-8
default-encoding
:
utf-8、
properties
:
mail
:
smtp
:
auth
:
true
starttls
:
enable
:
true
required
:
true
ssl
:
# SSL Config
enable
:
true
socketFactory
:
port
:
465
class
:
javax.net.ssl.SSLSocketFactory
# mybatis-plus
mybatis-plus
:
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/application-test.yml
View file @
949457b0
...
...
@@ -91,6 +91,18 @@ spring:
username
:
postmaster@youlingrc.com
password
:
YoulingRC2020
default-encoding
:
utf-8
properties
:
mail
:
smtp
:
auth
:
true
starttls
:
enable
:
true
required
:
true
ssl
:
# SSL Config
enable
:
true
socketFactory
:
port
:
465
class
:
javax.net.ssl.SSLSocketFactor
# mybatis-plus
mybatis-plus
:
...
...
This diff is collapsed.
Click to expand it.
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