From 84c6e1df4b6bd48ee0517a33778b514008022875 Mon Sep 17 00:00:00 2001 From: seatonwan9 Date: 星期二, 19 八月 2025 18:10:44 +0800 Subject: [PATCH] 产品订购 --- src/main/resources/application.yml | 17 ++++++++++++----- 1 files changed, 12 insertions(+), 5 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 3e402c4..52bb679 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -7,11 +7,12 @@ application: name: web-manage-back profiles: - active: test + active: dev jackson: date-format: yyyy-MM-dd HH:mm:ss time-zone: GMT+8 - + serialization: + write-dates-as-timestamps: false #mcv閰嶇疆 mvc: pathmatch: @@ -29,9 +30,6 @@ # 涓婚敭绫诲瀷 id-type: auto # 閫昏緫鍒犻櫎閰嶇疆 - logic-delete-field: deleted - logic-delete-value: 1 - logic-not-delete-value: 0 mapper-locations: classpath*:/mapper/**/*.xml # 鏃ュ織閰嶇疆 @@ -63,3 +61,12 @@ enable-consistency-check: true # 鍚屾绛栫暐锛歳ealtime锛堝疄鏃跺悓姝ワ級銆乥atch锛堟壒閲忓悓姝ワ級銆乵anual锛堟墜鍔ㄥ悓姝ワ級 sync-strategy: realtime + async: + executor: + core-pool-size: 4 + max-pool-size: 16 + queue-capacity: 500 + keep-alive-seconds: 60 + thread-name-prefix: async-cart- + wait-for-tasks-to-complete-on-shutdown: true + await-termination-seconds: 30 -- Gitblit v1.8.0