cloudroam
2 天以前 3a819e4f668c15e8b77b188b322470da12bb7a43
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
spring:
  profiles:
    active: prod
  datasource:
    type: com.alibaba.druid.pool.DruidDataSource
    url: jdbc:mysql://127.0.0.1:3306/flower-prod?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2b8&allowMultiQueries=true
    username: root
    password: Hmy@2024!*@&&
    druid:
      initial-size: 20
      max-active: 100
      min-idle: 20
      max-wait: 60000
      pool-prepared-statements: true
      max-pool-prepared-statement-per-connection-size: 20
      validation-query: SELECT 1 FROM DUAL
      test-on-borrow: false
      test-on-return: false
      test-while-idle: true
      time-between-eviction-runs-millis: 60000
      min-evictable-idle-time-millis: 300000
      filters: config,stat
      remove-abandoned: true
      web-stat-filter:
        enabled: true
        url-pattern: /api/*
        exclusions:
        session-stat-enable: true
        session-stat-max-count: 1000
        profile-enable: true
      stat-view-servlet:
        enabled: true
        url-pattern: /druid/*
        reset-enable: true
        login-username: admin
        login-password: admin
        allow:
        deny:
  redis:
    database: 1
    host: 127.0.0.1
    password: Hmy@2024
    port: 6379
    jedis:
      pool:
        max-total: 200
        #最大连接数据库连接数,设 0 为没有限制
        max-active: 200
        #最大等待连接中的数量,设 0 为没有限制
        max-idle: 100
        #最大建立连接等待时间。如果超过此时间将接到异常。设为-1表示无限制。
        max-wait: 20000ms
        #最小等待连接中的数量,设 0 为没有限制
        min-idle: 0
 
logging:
  level:
    ROOT: INFO
    com.mzl.flower: INFO
 
upload:
  fileServerPath: https://www.hmyxianhua.com/files
  fileGroup: /group1
  localServerPath: /data/files
 
syb:
  callBackUrl: https://www.hmyxianhua.com