From 739b1c13e51b6ce4a2dde820710a42e22272f87c Mon Sep 17 00:00:00 2001 From: liurunyu <lry9898@163.com> Date: 星期二, 16 四月 2024 08:54:57 +0800 Subject: [PATCH] 1、完善代码; 2、增加了platform、other、file模块。 --- pms-parent/pms-global/src/main/resources/application-global.yml | 18 +++++++++++++++--- 1 files changed, 15 insertions(+), 3 deletions(-) diff --git a/pms-parent/pms-global/src/main/resources/application-global.yml b/pms-parent/pms-global/src/main/resources/application-global.yml index baa8748..8c25880 100644 --- a/pms-parent/pms-global/src/main/resources/application-global.yml +++ b/pms-parent/pms-global/src/main/resources/application-global.yml @@ -35,10 +35,13 @@ aggressiveLazyLoading: false # 灏嗙Н鏋佸姞杞芥敼涓烘秷鏋佸姞杞斤紙鍗虫寜闇�鍔犺浇锛夛紝榛樿鍊兼槸false lazy-load-trigger-methods: "" # 闃绘尅涓嶇浉骞茬殑鎿嶄綔瑙﹀彂锛屽疄鐜版噿鍔犺浇 cache-enabled: true #鎵撳紑鍏ㄥ眬缂撳瓨寮�鍏筹紙浜岀骇鐜锛夛紝榛樿鍊兼槸true - default-enum-type-handler: com.dy.common.mybatis.envm.EnumCodeTypeHandler + #default-enum-type-handler: com.dy.common.mybatis.envm.EnumCodeTypeHandler pms: global: dev: true #鏄惁寮�鍙戦樁娈碉紝true鎴杅alse锛屽紑鍙戦樁娈典笉杩涜鐧诲綍楠岃瘉鍙婃潈闄愰獙璇� + ssoUserExpireAfterAccess: 60 #sso鐧诲綍鍚庯紝鐢ㄦ埛鍦ㄤ竴瀹氭椂闂达紙ssoUserExpireAfterAccess锛夛紙鍒嗛挓锛夊唴鏈闂郴缁燂紝绯荤粺娓呴櫎缂撳瓨淇℃伅锛屼娇鐢ㄩ噸鏂扮櫥褰曠郴缁� + ssoCacheSizeInit: 10 #sso缂撳瓨鍒濆瀹归噺 + ssoCacheSizeMax: 10000 #sso缂撳瓨鏈�澶у閲忥紝鍗虫敮鎸乻soCacheSizeMax涓敤鎴峰悓鏃剁櫥褰� sso: checkUrl: http://127.0.0.1:12344/sso/sso/ssoCheck webPort: 12344 @@ -46,6 +49,15 @@ base: webPort: 12345 idSuffix: 2 - product: + platform: webPort: 12346 - idSuffix: 2 + idSuffix: 3 + product: + webPort: 12347 + idSuffix: 4 + other: + webPort: 12348 + idSuffix: 5 + file: + webPort: 12349 + idSuffix: 6 -- Gitblit v1.8.0