#required spring.application.name=electromagnetic-data # security run.mode=NORMAL com.alipay.env=shared #log logging.file.path=./logs loggerPath=electromagnetic-data logging.level.com.aliyun.fsi.insurance=${LOG_LEVEL:INFO} #日志配置 logging.config=classpath:${LOG_CONFIG:log4j2-spring.xml} spring.datasource.typd=com.alibaba.druid.pool.DruidDataSource spring.datasource.url=jdbc:mysql://139.224.43.89:3306/em_data?serverTimezone=UTC&useUnicode=true&characterEncoding=utf-8&useSSL=true&serverTimezone=GMT%2B8&allowMultiQueries=true&rewriteBatchedStatements=true spring.datasource.username=comac spring.datasource.password=2024*Comac spring.servlet.multipart.max-file-size=500MB spring.servlet.multipart.max-request-size=10MB spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver spring.datasource.type=com.alibaba.druid.pool.DruidDataSource mybatis-plus.mapper-locations=classpath:sqlmapper/*.xml mybatis-plus.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl pagehelper.helperDialect=mysql pagehelper.reasonable=false server.port=12365 #windows文件存储目录 data.windows.path=E:/comacFileStorage/ #文件缓存路径 data.file.cache.dir=/szsd/cache/ #文件存储路径 data.file.storage.dir=/szsd/fileStorage/ #上传文件时文件的缓存文件夹名称 data.upload.cache.dir=upload #导出数据时文件的缓存文件夹名称 data.export.cache.dir=export #导入数据时文件的缓存文件夹名称 data.import.cache.dir=import file.encode.passwd=adknfhkj87654knd #数据类型中的文件类型为file data.type.file=file #数据类型中的文件夹类型为folder data.type.folder=folder