2023-10-09 11:06:01 +08:00
|
|
|
|
# \u57FA\u672C\u914D\u7F6E
|
2023-11-29 16:48:44 +08:00
|
|
|
|
server.port=8008
|
2023-10-09 11:06:01 +08:00
|
|
|
|
env.profile=dev
|
2023-12-05 11:16:58 +08:00
|
|
|
|
env.properties.path=D:/oil/oil/oilSystem/fuintBackend/configure/
|
2023-10-09 11:06:01 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# \u6570\u636E\u5E93\u914D\u7F6E
|
|
|
|
|
spring.datasource.type=com.zaxxer.hikari.HikariDataSource
|
|
|
|
|
spring.datasource.driverClassName=com.mysql.cj.jdbc.Driver
|
|
|
|
|
spring.cache.type=ehcache
|
|
|
|
|
spring.cache.ehcache.config=classpath:ehcache.xml
|
|
|
|
|
|
|
|
|
|
# \u65E5\u5FD7\u7EA7\u522B
|
|
|
|
|
logging.level.com.fuint=info
|
|
|
|
|
multipart.max-file-size=20mb
|
|
|
|
|
multipart.max-request-size=20mb
|
|
|
|
|
|
|
|
|
|
# \u6700\u5927\u4E0A\u4F20\u6587\u4EF6
|
|
|
|
|
spring.servlet.multipart.max-file-size=10MB
|
|
|
|
|
spring.servlet.multipart.max-request-size=10MB
|
|
|
|
|
|
|
|
|
|
# mybatis\u914D\u7F6E
|
2023-10-10 09:09:01 +08:00
|
|
|
|
mybatis-plus.mapper-locations = classpath*:/mapper/*Mapper.xml,classpath*:com/fuint/**/xml/*Mapper.xml
|
2023-11-14 11:20:08 +08:00
|
|
|
|
# <20><><EFBFBD><EFBFBD><EFBFBD>Զ<EFBFBD><D4B6><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
2023-10-11 18:37:04 +08:00
|
|
|
|
mybatis-plus.configuration.intercepts=com.example.MyInterceptor
|
2023-10-09 11:06:01 +08:00
|
|
|
|
# \u9ED8\u8BA4\u65F6\u95F4\u683C\u5F0F
|
|
|
|
|
spring.jackson.date-format=yyyy-MM-dd HH:mm:ss
|