Skip to content

Commit 472d059

Browse files
author
zhuoda
committed
v3.9.0【优化】typescript版本;【优化】App端消息;【优化】弹出层z-index;
1 parent c3d267e commit 472d059

File tree

1,376 files changed

+10362
-9701
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,376 files changed

+10362
-9701
lines changed

smart-admin-api-java17-springboot3/sa-base/src/main/resources/dev/sa-base.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ spring:
44
url: jdbc:p6spy:mysql://127.0.0.1:3306/smart_admin_v3?autoReconnect=true&useServerPreparedStmts=false&rewriteBatchedStatements=true&characterEncoding=UTF-8&useSSL=false&allowMultiQueries=true&serverTimezone=Asia/Shanghai
55
username: root
66
password: SmartAdmin666
7+
driver-class-name: com.p6spy.engine.spy.P6SpyDriver
78
initial-size: 2
89
min-idle: 2
910
max-active: 10
1011
max-wait: 60000
1112
time-between-eviction-runs-millis: 60000
1213
min-evictable-idle-time-millis: 300000
13-
driver-class-name: com.p6spy.engine.spy.P6SpyDriver
1414
filters: stat
1515
druid:
1616
username: druid
@@ -40,7 +40,7 @@ spring:
4040
host: smtp.163.com
4141
port: 465
4242
43-
password: 1024lab
43+
password: LAB1024LAB
4444
properties:
4545
mail:
4646
smtp:

smart-admin-api-java17-springboot3/sa-base/src/main/resources/pre/sa-base.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spring:
4040
host: smtp.163.com
4141
port: 465
4242
43-
password: 1024lab
43+
password: LAB1024LAB
4444
properties:
4545
mail:
4646
smtp:

smart-admin-api-java17-springboot3/sa-base/src/main/resources/prod/sa-base.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spring:
4040
host: smtp.163.com
4141
port: 465
4242
43-
password: 1024lab
43+
password: LAB1024LAB
4444
properties:
4545
mail:
4646
smtp:

smart-admin-api-java17-springboot3/sa-base/src/main/resources/test/sa-base.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spring:
4040
host: smtp.163.com
4141
port: 465
4242
43-
password: 1024lab
43+
password: LAB1024LAB
4444
properties:
4545
mail:
4646
smtp:
File renamed without changes.

0 commit comments

Comments
 (0)