zhou zhou
7 天以前 6877c9caa25162e570a3e2a99a5b2ce3ef88368b
rsf-open-api/src/main/resources/application-prod.yml
@@ -9,7 +9,7 @@
  mvc:
    static-path-pattern: /**
  datasource:
    driver-class-name: com.mysql.jdbc.Driver
    driver-class-name: com.mysql.cj.jdbc.Driver
    url: jdbc:mysql://10.10.10.200:3306/rsf?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
    username: root
    password: xltys1995
@@ -19,24 +19,25 @@
      min-idle: 5
      max-active: 20
      max-wait: 30000
      keep-alive: true
      time-between-eviction-runs-millis: 60000
      min-evictable-idle-time-millis: 300000
      test-while-idle: true
      test-on-borrow: true
      test-on-borrow: false
      test-on-return: false
      remove-abandoned: true
      remove-abandoned: false
      remove-abandoned-timeout: 1800
      #pool-prepared-statements: false
      #max-pool-prepared-statement-per-connection-size: 20
      filters: stat, wall
      validation-query: SELECT 'x'
      aop-patterns: com.zy.*.*.service.*
      validation-query: SELECT 1
      aop-patterns: com.vincent.rsf.openApi.*.service.*
      stat-view-servlet:
        url-pattern: /druid/*
        reset-enable: true
        login-username: admin
        login-password: admin
        enabled: true
        login-username: ${DRUID_STAT_USER:admin}
        login-password: ${DRUID_STAT_PWD:admin123}
        enabled: false
  servlet:
    multipart:
      maxFileSize: 100MB
@@ -77,6 +78,11 @@
      port: 8088
    wms:
      #链接
      host: http://10.10.10.200
      host: http://127.0.0.1
      #端口
      port: 8085
    erp:
      #链接
      host: http://www.itsdg.cn
      #端口
      port: 3741