- server:
- port: 38088
- spring:
- application:
- name: syn-data-task
- jackson:
- default-property-inclusion: non_null
- time-zone: GMT+8
- date-format: yyyy-MM-dd HH:mm:ss
- jpa:
- properties:
- hibernate:
- default_schema: PUBLIC
- hbm2ddl:
- auto: update
- show_sql: true
- show-sql: true
- hibernate:
- ddl-auto: update
- datasource:
- type: com.zaxxer.hikari.HikariDataSource
- driver-class-name: com.mysql.cj.jdbc.Driver
- url: jdbc:mysql://10.53.129.228:63306/szls_da_lsxmss_sjgx?serverTimezone=Asia/Shanghai&characterEncoding=utf8&allowPublicKeyRetrieval=true&useSSL=false
- username: szls_da_lsxmss
- password: 1Lzo6XqF
-
- hikari:
-
- connection-timeout: 30000
-
- minimum-idle: 10
-
- maximum-pool-size: 20
-
- idle-timeout: 60000
-
- max-lifetime: 600000
-
- auto-commit: true
-
- leak-detection-threshold: 5000
-
- connection-test-query: SELECT 1
- mybatis-plus:
- configuration:
- log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
- global-config:
- db-config:
- logic-delete-value: true
- logic-not-delete-value: false
- logging:
- config: classpath:logback-spring.xml
-
- level:
- root: info
- file:
- path: logs
-
- log:
- path: ./logs
- info:
- file-size: 50MB
- max-size: 5
- total-size: 200MB
- error:
- file-size: 10MB
- max-size: 5
- total-size: 50MB
-
- swagger:
- enabled: true
-
- task:
- host: iZ6mx01asxnsmennpzoxooZ
- switch:
- is-open: true
|