-
Notifications
You must be signed in to change notification settings - Fork 835
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v3.10.0【新增】全屏模式Modal等终极解决方案;【新增】生成环境去掉跨域;【优化】其他一些小细节
- Loading branch information
zhuoda
committed
Nov 18, 2024
1 parent
472d059
commit 56517b6
Showing
25 changed files
with
77 additions
and
148 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ spring: | |
host: smtp.163.com | ||
port: 465 | ||
username: [email protected] | ||
password: LAB1024LAB | ||
password: ROIMSIQCEXHTQFTA | ||
properties: | ||
mail: | ||
smtp: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,26 +21,24 @@ spring: | |
pointcut: net.lab1024.sa..*Service.* | ||
|
||
# redis 连接池配置信息 | ||
data: | ||
redis: | ||
database: 1 | ||
host: 127.0.0.1 | ||
port: 6379 | ||
password: | ||
timeout: 10000ms | ||
lettuce: | ||
pool: | ||
max-active: 5 | ||
min-idle: 1 | ||
max-idle: 3 | ||
max-wait: 30000ms | ||
|
||
redis: | ||
database: 1 | ||
host: 127.0.0.1 | ||
port: 6379 | ||
password: | ||
timeout: 10000ms | ||
lettuce: | ||
pool: | ||
max-active: 100 | ||
min-idle: 10 | ||
max-idle: 50 | ||
max-wait: 30000ms | ||
# 邮件,置以SSL的方式发送, 这个需要使用这种方式并且端口是465 | ||
mail: | ||
host: smtp.163.com | ||
port: 465 | ||
username: [email protected] | ||
password: LAB1024LAB | ||
password: 1024lab | ||
properties: | ||
mail: | ||
smtp: | ||
|
@@ -119,9 +117,6 @@ http: | |
write-timeout: 50000 | ||
keep-alive: 300000 | ||
|
||
# 跨域配置 | ||
access-control-allow-origin: 'https://preview.smartadmin.vip' | ||
|
||
# 心跳配置 | ||
heart-beat: | ||
interval-seconds: 60 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ spring: | |
host: smtp.163.com | ||
port: 465 | ||
username: [email protected] | ||
password: LAB1024LAB | ||
password: 1024lab | ||
properties: | ||
mail: | ||
smtp: | ||
|
@@ -117,9 +117,6 @@ http: | |
write-timeout: 50000 | ||
keep-alive: 300000 | ||
|
||
# 跨域配置 | ||
access-control-allow-origin: 'https://preview.smartadmin.vip' | ||
|
||
# 心跳配置 | ||
heart-beat: | ||
interval-seconds: 60 | ||
|
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Oops, something went wrong.