2024-11-25 11:09:55 +08:00
|
|
|
|
#required
|
2024-10-29 10:46:45 +08:00
|
|
|
|
spring.application.name=electromagnetic-data
|
|
|
|
|
|
# security
|
|
|
|
|
|
run.mode=NORMAL
|
|
|
|
|
|
com.alipay.env=shared
|
|
|
|
|
|
#log
|
|
|
|
|
|
logging.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
|
2024-10-29 10:50:16 +08:00
|
|
|
|
#spring.datasource.url=jdbc:mysql://${DATASOURCE_URL:obproxy-0c63.ops.cloud.cic.inter}:3306/${DATASOURCE_HOST:dataplatform_ptst}?serverTimezone=UTC&useUnicode=true&characterEncoding=utf-8&useSSL=true&serverTimezone=GMT%2B8&allowMultiQueries=true&rewriteBatchedStatements=true
|
|
|
|
|
|
#spring.datasource.username=${DATASOURCE_NAME:dataplatform@ProjectTest_tenant5#testdb}
|
|
|
|
|
|
#spring.datasource.password=${DATASOURCE_PASSWORD:Y7G6v4_3ijn77K_Kbl_U85}
|
2024-11-22 17:17:15 +08:00
|
|
|
|
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
|
2024-10-29 10:50:16 +08:00
|
|
|
|
spring.datasource.username=comac
|
2024-11-08 16:34:46 +08:00
|
|
|
|
spring.datasource.password=2024*Comac
|
2024-11-22 17:17:15 +08:00
|
|
|
|
spring.servlet.multipart.max-file-size=500MB
|
|
|
|
|
|
spring.servlet.multipart.max-request-size=10MB
|
2024-10-29 10:46:45 +08:00
|
|
|
|
|
|
|
|
|
|
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
|
|
|
|
|
|
spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
|
|
|
|
|
|
mybatis.mapper-locations=classpath:sqlmapper/*.xml
|
|
|
|
|
|
pagehelper.helperDialect=mysql
|
|
|
|
|
|
pagehelper.reasonable=false
|
2024-11-25 11:09:55 +08:00
|
|
|
|
server.port=8888
|
|
|
|
|
|
zip.password=~~BYE6cWGBJJjsU9DczYtZIQ==
|
2024-10-29 10:46:45 +08:00
|
|
|
|
|
2024-11-26 09:31:30 +08:00
|
|
|
|
#windows文件存储目录
|
2024-11-26 18:02:12 +08:00
|
|
|
|
data.windows.path=E:/comacFileStorage/
|
2024-11-26 09:31:30 +08:00
|
|
|
|
#文件缓存路径
|
2024-11-26 18:02:12 +08:00
|
|
|
|
data.file.cache.dir=/szsd/cache/
|
2024-11-26 09:31:30 +08:00
|
|
|
|
#文件存储路径
|
2024-11-26 18:02:12 +08:00
|
|
|
|
data.file.storage.dir=/szsd/fileStorage/
|
|
|
|
|
|
#上传文件时文件的缓存文件夹名称
|
|
|
|
|
|
data.upload.cache.dir=upload
|
|
|
|
|
|
#导出数据时文件的缓存文件夹名称
|
|
|
|
|
|
data.export.cache.dir=export
|
2024-11-27 16:53:36 +08:00
|
|
|
|
#导入数据时文件的缓存文件夹名称
|
|
|
|
|
|
data.import.cache.dir=import
|