wkfow: auth: fk-auth server: port: 17211 tomcat: uri-encoding: UTF-8 servlet: context-path: /bat-wkflow max-http-header-size: 102400 logging: level: root: info org.springfromework.web: info org.hibernate: info eureka: client: serviceUrl: defaultZone: http://192.168.10.47:8761/eureka/ spring: application: name: shan3 http: encoding: charset: UTF-8 enabled: true force: true servlet: multipart: maxFileSize: "100MB" maxRequestSize: "100MB" datasource: type: com.alibaba.druid.pool.DruidDataSource driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://192.168.10.47:3306/foton-bat-wkflow?nullCatalogMeansCurrent=true&serverTimezone=Asia/Shanghai&useSSL=false&characterEncoding=utf-8 username: root password: root activiti: database-schema-update: true # 自动部署验证设置:true-开启(默认)、false-关闭 check-process-definitions: false profiles: active: dev mybatis-plus: configuration: log-impl: org.apache.ibatis.logging.stdout.StdOutImpl ribbon: ReadTimeout: 60000 ConnectTimeout: 60000