logging.level.root=ERROR logging.level.com.blueland=ERROR spring.main.banner-mode = console mybatis-plus.global-config.banner=false server.servlet.encoding.charset=UTF-8 server.servlet.encoding.force=true server.servlet.encoding.enabled=true spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver spring.datasource.url=jdbc:mysql://rm-2tnk30mw0444u7fy2.mysql.rds.ops.zgs.yun:3306/dzy_bpm?useUnicode=true&characterEncoding=utf8 spring.datasource.username=dzydb_prod spring.datasource.password=DZYprod2022 spring.datasource.connectionTimeout=60000 spring.datasource.idleTimeout=600000 spring.datasource.validationTimeout=3000 spring.datasource.maxLifetime=700000 spring.datasource.maximumPoolSize=100 spring.datasource.validationQuery=select 1 from dual server.port=8081 server.servlet.context-path=/ebpm-process-rest spring.aop.auto=true server.compression.enabled=true server.compression.min-response-size=1 server.tomcat.connection-timeout=5000 server.tomcat.uri-encoding=UTF-8 server.tomcat.max-http-form-post-size=5MB server.tomcat.max-swallow-size=5MB spring.servlet.multipart.max-file-size=100MB spring.servlet.multipart.max-request-size=100MB server.servlet.session.timeout=PT4H # mybatis-plus mybatis-plus.type-aliases-package=com.**.dao,com.**.**.dao mybatis-plus.base-package=com.**.dao,com.**.**.dao #mybatis-plus.mapper-locations=classpath*:mapping/**/*Mapper.xml mybatis-plus.mapper-locations=classpath*:/com/**/model/**/*Mapper.xml spring.redis.host=r-2tn004a93cb7df24.redis.rds.ops.zgs.yun spring.redis.port=6379 spring.redis.username= spring.redis.password=DZY0118redisprod # use dbIndex spring.redis.database=7 spring.redis.maxIdle=300 spring.redis.maxWait=3000 spring.redis.testOnBorrow=true bizworks-api-gateway.host=ba867127e49b4606866ef819c4d0d8ed.apigateway.res.zgs.yun bizworks-api-gateway.appKey=1649944513364356 bizworks-api-gateway.appSecret=aa25a746077a48f689ff9f48322be4ed rzdata.userCenterBizCode= rzdata.userDomain=http://bizworks-user-center.ubcp-dev.szzt.api.zgs.yun