From f28da0f4705921b88d94c4531fa89753c4bb9f52 Mon Sep 17 00:00:00 2001 From: Bang Hu <hu_bang@hotmail.com> Date: 星期四, 28 八月 2025 12:21:30 +0800 Subject: [PATCH] 参考买家中心服务查询API添加交易审批模查询服务API --- src/main/resources/application-dev.yml | 61 ------------------------------ 1 files changed, 1 insertions(+), 60 deletions(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index f12c5d6..effd90b 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -1,24 +1,11 @@ -server: - port: 8080 - servlet: - context-path: /admin - spring: - application: - name: web-manage-back - - #mcv閰嶇疆 - mvc: - pathmatch: - matching-strategy: ant_path_matcher - # 鏁版嵁婧愰厤缃� datasource: type: com.alibaba.druid.pool.DruidDataSource driver-class-name: org.postgresql.Driver url: jdbc:postgresql://localhost:5432/web_manage?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 username: postgres - password: postgres + password: zkyxpostgres druid: # 鍒濆杩炴帴鏁� initial-size: 5 @@ -80,49 +67,3 @@ secret-key: minioadmin bucket-name: web-manage -# MyBatis Plus閰嶇疆 -mybatis-plus: - configuration: - # 寮�鍚┘宄板懡鍚� - map-underscore-to-camel-case: true - # 寮�鍚痵ql鏃ュ織 - log-impl: org.apache.ibatis.logging.stdout.StdOutImpl - global-config: - db-config: - # 涓婚敭绫诲瀷 - id-type: auto - # 閫昏緫鍒犻櫎閰嶇疆 - logic-delete-field: deleted - logic-delete-value: 1 - logic-not-delete-value: 0 - mapper-locations: classpath*:/mapper/**/*.xml - -# 鏃ュ織閰嶇疆 -logging: - level: - com.webmanage: debug - org.springframework.web: debug - pattern: - console: "%d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{50} - %msg%n" - -# Knife4j閰嶇疆 -knife4j: - enable: true - setting: - language: zh-CN - enable-swagger-models: true - enable-document-manage: true - swagger-model-name: 瀹炰綋绫诲垪琛� - basic: - enable: false - -# 璐墿杞﹂厤缃� -cart: - # Redis缂撳瓨杩囨湡鏃堕棿锛堝ぉ锛� - expire-days: 30 - # 鏄惁鍚敤鏁版嵁搴撴寔涔呭寲 - enable-persistence: true - # 鏄惁鍚敤鏁版嵁涓�鑷存�ф鏌� - enable-consistency-check: true - # 鍚屾绛栫暐锛歳ealtime锛堝疄鏃跺悓姝ワ級銆乥atch锛堟壒閲忓悓姝ワ級銆乵anual锛堟墜鍔ㄥ悓姝ワ級 - sync-strategy: realtime -- Gitblit v1.8.0