青羊经侦大队-数据平台
baizonghao
2023-03-23 f7906ce627b65cae073ebb92d91a89d692db3eea
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
# 端口号
server:
  port: 8080
 
# spring配置
spring:
  # 数据源配置
  datasource:
    url: jdbc:mysql://221.237.182.28:19002/qyjz?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&serverTimezone=Asia/Shanghai
    username: root
    password: 234#Wersdf!
    driverClassName: com.mysql.cj.jdbc.Driver
    type: com.zaxxer.hikari.HikariDataSource
    # 数据库连接池配置
    hikari:
      minimum-idle: 10
      maximum-pool-size: 30
      auto-commit: true
      idle-timeout: 30000
      pool-name: HikariCP
      max-lifetime: 900000
      connection-timeout: 10000
      connection-test-query: SELECT 1
      validation-timeout: 1000
  servlet:
    multipart:
      max-file-size: 50MB
  jackson:
    date-format: yyyy-MM-dd HH:mm:ss
    time-zone: GMT+8
 
# minio配置
minio:
  address: http://221.237.182.28:19000
  accessKey: admin
  secretKey: 234#Wersdf!
  bucketName: img
  url: 221.237.182.28:19000/minio/
 
# mybatis配置
mybatis-plus:
  global-config:
    banner: false
    db-config:
      id-type: auto
      field-strategy: NOT_NULL
 
logging:
  level:
    com.example.jz: debug
 
#小程序
wx:
  appid: wxd7bb3a22cfb97aaa
  secret: 0d08a9dfe83749d65aea9a0ad3a23b5a