From d808837cd368c3772962be591aa6532bcc0cf3e4 Mon Sep 17 00:00:00 2001
From: jianghaiyue <jianghaiyue@zkyt.com>
Date: 星期一, 22 九月 2025 12:11:37 +0800
Subject: [PATCH] 更新版本
---
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