Junjie
2024-12-06 5d67dd3dcc7dabd829d6bc47203e5dd6589b4a45
zy-asrs-wms/src/main/resources/application.yml
@@ -26,6 +26,11 @@
    multipart:
      maxFileSize: 100MB
      maxRequestSize: 100MB
  redis:
    host: 127.0.0.1
    port: 6379
    database: 6
  #    password: 123456
mybatis-plus:
  mapper-locations: classpath:mapper/*/*.xml
@@ -58,4 +63,8 @@
  publicAlias: publicCert
  storePass: public_zhongyang_123456789
  licensePath: license.lic
  publicKeysStorePath: publicCerts.keystore
  publicKeysStorePath: publicCerts.keystore
#接口缓存
system:
  enableCache: true