Skip to content

Commit

Permalink
mail config
Browse files Browse the repository at this point in the history
  • Loading branch information
lWoHvYe committed Mar 31, 2024
1 parent 80bd228 commit 1b7c7ea
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
# limitations under the License.
#
springBootVersion=3.2.4
springCloudVersion=2023.0.0
springCloudVersion=2023.0.1
kotlinVersion=1.9.23
kotlin.experimental.tryK2=true
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ public class UnicornCoreConstant {
*/
public static class Url {
// IP归属地查询
public static final String IP_URL = "http://whois.pconline.com.cn/ipJson.jsp?ip=%s&json=true";
public static final String IP_URL = "https://whois.pconline.com.cn/ipJson.jsp?ip=%s&json=true";
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
server:
port: 8090
port: 8091

logging:
level:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ spring:
##### 邮箱配置(配合3rd-tools模块使用)
mail:
host: smtp.office365.com #SMTP server host
port: 587
username: xxx@outlook.com #login user
password: xxx #login password
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ spring:
##### 邮箱配置(配合3rd-tools模块使用)
mail:
host: smtp.office365.com #SMTP server host
port: 587
username: xxx@outlook.com #login user
password: xxx #login password
properties:
Expand Down

0 comments on commit 1b7c7ea

Please sign in to comment.