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
fb2e58ab
Commit
fb2e58ab
authored
May 26, 2020
by
邓实川
Committed by
chenzg
Jul 05, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
服务器mail配置更新
parent
38e61220
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 @
fb2e58ab
...
@@ -92,6 +92,18 @@ spring:
...
@@ -92,6 +92,18 @@ spring:
username
:
postmaster@youlingrc.com
username
:
postmaster@youlingrc.com
password
:
YoulingRC2020
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.SSLSocketFactor
######### Spring boot应用健康监控
######### Spring boot应用健康监控
management
:
management
:
...
...
src/main/resources/application-pro.yml
View file @
fb2e58ab
...
@@ -87,10 +87,23 @@ spring:
...
@@ -87,10 +87,23 @@ spring:
invert
:
false
# Whether images should be inverted for dark terminal themes.
invert
:
false
# Whether images should be inverted for dark terminal themes.
mail
:
mail
:
port
:
465
port
:
465
protocol
:
smtp
host
:
smtp.youlingrc.com
host
:
smtp.youlingrc.com
username
:
postmaster@youlingrc.com
username
:
postmaster@youlingrc.com
password
:
YoulingRC2020
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
mybatis-plus
:
mybatis-plus
:
...
...
src/main/resources/application-test.yml
View file @
fb2e58ab
...
@@ -91,6 +91,18 @@ spring:
...
@@ -91,6 +91,18 @@ spring:
username
:
postmaster@youlingrc.com
username
:
postmaster@youlingrc.com
password
:
YoulingRC2020
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.SSLSocketFactor
# mybatis-plus
# mybatis-plus
mybatis-plus
:
mybatis-plus
:
...
...
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