jianghaiyue
13 小时以前 d808837cd368c3772962be591aa6532bcc0cf3e4
rpc-server/target/classes/application.yml
@@ -39,6 +39,12 @@
        login-username: admin
        login-password: admin
        enabled: true
  servlet:
    multipart:
      maxFileSize: 100MB
      maxRequestSize: 100MB
  jmx:
    enabled: false
  redis:
    host: localhost
@@ -49,37 +55,3 @@
    timeout: 5000
    index: 3
server:
  port: 8082
dubbo:
  application:
    name: rpc-server
  registry:
    address: zookeeper://127.0.0.1:2181
    # protocol: zookeeper
    # password: dreamtech
    # username: zk_user
  protocol:
    name: dubbo
    port: 20880
#  monitor:
#    protocol: registry
mybatis-plus:
  mapper-locations: classpath:mapper/*/*.xml
  #  global-config:
  #    field-strategy: 0
  configuration:
    #    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
    map-underscore-to-camel-case: true
    cache-enabled: true
  global-config:
    :banner: false
    db-config:
      id-type: auto
      logic-delete-value: 1
      logic-not-delete-value: 0