From b1e74bb24e7785176e59699cfe8eb4f217c958c8 Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期三, 10 九月 2025 10:10:46 +0800
Subject: [PATCH] 1

---
 rpc-server/target/classes/application.yml |   40 ++++++----------------------------------
 1 files changed, 6 insertions(+), 34 deletions(-)

diff --git a/rpc-server/target/classes/application.yml b/rpc-server/target/classes/application.yml
index 91fe50e..1923162 100644
--- a/rpc-server/target/classes/application.yml
+++ b/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
\ No newline at end of file

--
Gitblit v1.9.1