From 5b27a9f9461912eaa7cf721fa41f0ce7c34c7811 Mon Sep 17 00:00:00 2001 From: qfrjava <13402782+qfrjava@user.noreply.gitee.com> Date: 星期四, 06 三月 2025 10:29:11 +0800 Subject: [PATCH] apiilcation复原 --- JAVA/SMTAIServer/src/main/resources/application.yml | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/JAVA/SMTAIServer/src/main/resources/application.yml b/JAVA/SMTAIServer/src/main/resources/application.yml index 7811fc6..d1202a8 100644 --- a/JAVA/SMTAIServer/src/main/resources/application.yml +++ b/JAVA/SMTAIServer/src/main/resources/application.yml @@ -9,8 +9,8 @@ driver-class-name: org.postgresql.Driver username: postgres - #url: jdbc:postgresql://127.0.0.1:15432/huishui_ai?ApplicationName=huishui_ai_web - #password: p@ssw0rd + # url: jdbc:postgresql://127.0.0.1:15432/huishui_ai_dev?ApplicationName=huishui_ai_web + # password: p@ssw0rd url: jdbc:postgresql://192.168.123.74:5432/huishui_ai?ApplicationName=huishui_ai_web password: p@ssw0rd @@ -74,7 +74,7 @@ servlet: multipart: max-file-size: 10GB - max-request-size: 10GB + max-request-size: 10GB cache: ehcache: config: classpath:ehcache.xml @@ -82,8 +82,8 @@ store-type: hazelcast #timeout: 1800 timeout: 1800 -# redis: -# namespace: redis:session + # redis: + # namespace: redis:session # redis: # database: 0 # host: 127.0.0.1 @@ -95,26 +95,26 @@ enabled: true min-response-size: 1024 mime-types: - - application/json + - application/json tomcat: max-http-form-post-size: -1 mybatis: config-location: classpath:MyBatisConfiguration.xml mapper-locations: classpath*:mybatismap/*Mapper.xml - + wiai: - debug_mode: false + debug_mode: false table_data_source: ai_data_source - + hswater: tables: global_config: app_global_config session: header: true cookie: true - trace : false + trace: false hostid: WEB_HOST logger: sql: false @@ -123,4 +123,4 @@ dll: jar: - + -- Gitblit v1.9.3