2024-12-13 15:27:59 +08:00
|
|
|
|
#required
|
|
|
|
|
|
spring.application.name=electromagnetic-data
|
|
|
|
|
|
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.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
|
2024-12-18 17:41:31 +08:00
|
|
|
|
spring.servlet.multipart.max-file-size=500MB
|
|
|
|
|
|
spring.servlet.multipart.max-request-size=10MB
|
2024-12-13 15:27:59 +08:00
|
|
|
|
pagehelper.helperDialect=mysql
|
|
|
|
|
|
pagehelper.reasonable=false
|
2024-12-18 09:36:05 +08:00
|
|
|
|
server.port=12395
|
2024-12-18 08:55:48 +08:00
|
|
|
|
#windows文件存储目录,用于测试
|
|
|
|
|
|
data.windows.path=E:/tmp/eleData/
|
|
|
|
|
|
data.linux.path=/szsd/data/eleData
|
|
|
|
|
|
prj.folder.max.length=6
|
2024-12-18 09:36:05 +08:00
|
|
|
|
|