代码初始化 提交
Showing
1 changed file
with
5 additions
and
0 deletions
... | @@ -8,12 +8,17 @@ spring: | ... | @@ -8,12 +8,17 @@ spring: |
8 | url: jdbc:mysql://139.196.37.202:3306/hyperion?serverTimezone=Asia/Shanghai&characterEncoding=utf8&useSSL=false&autoReconnect=true | 8 | url: jdbc:mysql://139.196.37.202:3306/hyperion?serverTimezone=Asia/Shanghai&characterEncoding=utf8&useSSL=false&autoReconnect=true |
9 | username: root | 9 | username: root |
10 | password: Topdraw1qaz | 10 | password: Topdraw1qaz |
11 | hikari: | ||
12 | connection-timeout: 200000 | ||
11 | profiles: | 13 | profiles: |
12 | active: dev | 14 | active: dev |
13 | 15 | ||
14 | mybatis-plus: | 16 | mybatis-plus: |
15 | configuration: | 17 | configuration: |
16 | log-impl: org.apache.ibatis.logging.stdout.StdOutImpl | 18 | log-impl: org.apache.ibatis.logging.stdout.StdOutImpl |
19 | mvc: | ||
20 | async: | ||
21 | request-timeout: 200000 | ||
17 | 22 | ||
18 | mybatis-plus: | 23 | mybatis-plus: |
19 | mapper-locations: classpath:mapper/iqiyi/*.xml | 24 | mapper-locations: classpath:mapper/iqiyi/*.xml | ... | ... |
-
Please register or sign in to post a comment