From 0bd3125739c0d8bded4f7bd405fd99f1723df964 Mon Sep 17 00:00:00 2001 From: liurunyu <lry9898@163.com> Date: 星期五, 30 五月 2025 15:51:49 +0800 Subject: [PATCH] 不同服务器配置文件备份 --- pms-parent/pms-global/.gitignore | 33 +++ pms-parent/pms-global/src/main/resources/application-global(203服务器).yml | 257 +++++++++++++++++++++++++ pms-parent/pms-web-station/.gitignore | 33 +++ pms-parent/pms-global/src/main/resources/application-global(80测试服务器).yml | 257 +++++++++++++++++++++++++ 4 files changed, 579 insertions(+), 1 deletions(-) diff --git a/pms-parent/pms-global/.gitignore b/pms-parent/pms-global/.gitignore index 238254a..549e00a 100644 --- a/pms-parent/pms-global/.gitignore +++ b/pms-parent/pms-global/.gitignore @@ -1,2 +1,33 @@ +HELP.md target/ -/pms-global.iml +!.mvn/wrapper/maven-wrapper.jar +!**/src/main/**/target/ +!**/src/test/**/target/ + +### STS ### +.apt_generated +.classpath +.factorypath +.project +.settings +.springBeans +.sts4-cache + +### IntelliJ IDEA ### +.idea +*.iws +*.iml +*.ipr + +### NetBeans ### +/nbproject/private/ +/nbbuild/ +/dist/ +/nbdist/ +/.nb-gradle/ +build/ +!**/src/main/**/build/ +!**/src/test/**/build/ + +### VS Code ### +.vscode/ diff --git "a/pms-parent/pms-global/src/main/resources/application-global\050203\346\234\215\345\212\241\345\231\250\051.yml" "b/pms-parent/pms-global/src/main/resources/application-global\050203\346\234\215\345\212\241\345\231\250\051.yml" new file mode 100644 index 0000000..c78cec5 --- /dev/null +++ "b/pms-parent/pms-global/src/main/resources/application-global\050203\346\234\215\345\212\241\345\231\250\051.yml" @@ -0,0 +1,257 @@ +pmsGl: + #鏈満寮�鍙戠幆澧冿細 127.0.0.1:3306 + #娴嬭瘯鏈嶅姟鍣ㄥ紑鍙戠幆澧冿細 192.168.40.80:3306 + #浜戞湇鍔�203锛� 127.0.0.1:63306 + mySqlSvUrl: 127.0.0.1:63306 + #鏈満鍜屾祴璇曟湇鍔″櫒寮�鍙戠幆澧冿細 E:/java/nginx-1.24.0/html/webfiles/ + #浜戞湇鍔�203锛� D:/apps/pms/nginx-1.24.0/html/webfiles/ + webFileAbsolutePath: D:/apps/pms/nginx-1.24.0/html/webfiles/ + #web鏂囦欢鏄剧ず涓庝笅杞絀P + #鏈満寮�鍙戠幆澧冿細 127.0.0.1 + #娴嬭瘯鏈嶅姟鍣ㄥ紑鍙戠幆澧冿細 192.168.40.80 + #浜戞湇鍔�203锛� 8.130.75.203 + webFileIp4Client: 8.130.75.203 + #杈撳嚭sql鏃ュ織寮�鍏筹紝鎺у埗PrintSqlInterceptor鎷︽埅鍣ㄦ槸鍚﹀姞杞� + showSqlLog: false + #鏄惁寮�鍙戦樁娈碉紝true鎴杅alse锛屽紑鍙戦樁娈典笉杩涜鐧诲綍楠岃瘉鍙婃潈闄愰獙璇� + isDev: false +spring: + devtools: + livereload: + enabled: false + restart: + enabled: false #绂佺敤鐑儴缃� + servlet: + multipart: + # 鍓嶇涓婁紶鏂囦欢锛岄檺鍒跺崟涓枃浠剁殑澶у皬鍜岄檺鍒舵墍鏈夋枃浠剁殑澶у皬 + max-file-size: 500MB + max-request-size: 5000MB + main: + allow-circular-references: true +logging: + charset: + console: UTF-8 + config: + classpath: log4j2.yml +#绂佺敤鐧芥爣閿欒椤甸潰 +server: + error: + whitelabel: + enabled: false + #servlet閰嶇疆 + servlet: + encoding: + #鍙栨秷榛樿鐨勫瓧绗﹂泦缂栫爜 + enabled: true + #璁剧疆寮哄埗浣跨敤鎸囧畾瀛楃缂栫爜闆� + force: true + #浣跨敤鐨勫瓧绗︾紪鐮� + charset: utf-8 + +#MybatisPlus 閰嶇疆鏃ュ織鏄剧ず鎵цSQL +mybatis-plus: + #鍖归厤sql璇彞鐨勬槧灏勬枃浠剁殑浣嶇疆锛宑lasspath浠h〃鍦╮esources涓� + mapper-locations: classpath:mapper/*.xml + #浠ヤ笅涓や釜閰嶇疆鍙互鐪佺暐锛屽湪mapper鏄犲皠鏂囦欢涓厤缃�淍Mapper鈥濅篃鏄彲浠ョ殑銆� + #浣跨敤type-aliases-package涓寚瀹歟ntity鎵弿鍖呰矾寰勶紝璁﹎ybatis鑷姩鎵弿鑷畾涔夌殑entity + #type-aliases-package: com.dy.pmsGlobal.daoBa + configuration: + #log-impl: org.apache.ibatis.logging.stdout.StdOutImpl #鏃惰�岃緭鍑烘棩蹇楋紝鏃惰�屼笉杈撳嚭鏃ュ織 + #log-impl: org.apache.ibatis.logging.log4j2.Log4j2Impl 涓嶅啀搴旂敤锛屾敼涓篜rintSqlInterceptor鎷︽埅鍣ㄨ緭鍑簊ql鏃ュ織锛屼笅闈rint-sql椤归厤缃� + print-sql: ${pmsGl.showSqlLog} # 杈撳嚭sql鏃ュ織寮�鍏筹紝鎺у埗PrintSqlInterceptor鎷︽埅鍣ㄦ槸鍚﹀姞杞� + #寮�鍚┘宄皍Name鑷姩鏄犲皠鍒皍_name + #2023-10-24缁忓疄楠岋紝涓嬮潰閰嶇疆true鎴杅alse锛岄兘鑳戒粠u_name鏄犲皠鍒皍Name + #map-underscore-to-camel-case: true + lazyLoadingEnabled: true # 寮�鍚欢鏃跺姞杞藉紑鍏� + aggressiveLazyLoading: false # 灏嗙Н鏋佸姞杞芥敼涓烘秷鏋佸姞杞斤紙鍗虫寜闇�鍔犺浇锛夛紝榛樿鍊兼槸false + lazy-load-trigger-methods: "" # 闃绘尅涓嶇浉骞茬殑鎿嶄綔瑙﹀彂锛屽疄鐜版噿鍔犺浇 + cache-enabled: true #鎵撳紑鍏ㄥ眬缂撳瓨寮�鍏筹紙浜岀骇鐜锛夛紝榛樿鍊兼槸true+ + #default-enum-type-handler: com.dy.common.mybatis.envm.EnumCodeTypeHandler + +dingtalk: + robot: + url: https://oapi.dingtalk.com/robot/send + access-token: 5004482dce6b24d0e1e655b8e4376a6418cfcebce17ff792d0e68cbb63d6eb5b + secret: SEC985ad412f35ece68bb239cad88b6fba59b19461dd8d067e80fafa1270d6ab465 + at-all: true +#涓嶈繘琛寀serToken杩囨护鐨刄RL锛孈ConfigurationProperties瑕佹眰tokennofilter涓墍鏈夊瓧姣嶉兘灏忓啓 +tokennofilter: + urls: + - /sso/sso + - /production/schedule/selectAll #鏌ヨ鎵�鏈夋帓鐝�,瑙﹀睆绔娇鐢ㄤ笉楠岃瘉token +pms: + global: + dev: ${pmsGl.isDev} #鏄惁寮�鍙戦樁娈碉紝true鎴杅alse锛屽紑鍙戦樁娈典笉杩涜鐧诲綍楠岃瘉鍙婃潈闄愰獙璇� + ssoUserExpireAfterAccess: 60 #sso鐧诲綍鍚庯紝鐢ㄦ埛鍦ㄤ竴瀹氭椂闂达紙ssoUserExpireAfterAccess锛夛紙鍒嗛挓锛夊唴鏈闂郴缁燂紝绯荤粺娓呴櫎缂撳瓨淇℃伅锛屼娇鍏堕噸鏂扮櫥褰曠郴缁� + ssoCacheSizeInit: 10 #sso缂撳瓨鍒濆瀹归噺 + ssoCacheSizeMax: 10000 #sso缂撳瓨鏈�澶у閲忥紝鍗虫敮鎸乻soCacheSizeMax涓敤鎴峰悓鏃剁櫥褰� + nginx: + webPort: 8000 + sso: + checkUrl: http://127.0.0.1:12344/sso/sso/ssoPowerCheck + curUserUrl: http://127.0.0.1:12344/sso/sso/ssoCurUser + webPort: 12344 + idSuffix: 1 + base: + webPort: 12345 + idSuffix: 2 + platform: + webPort: 12346 + idSuffix: 3 + production: + webPort: 12347 + idSuffix: 4 + other: + webPort: 12348 + idSuffix: 5 + station: + webPort: 12349 + idSuffix: 6 + report: + webPort: 12350 + idSuffix: 7 + wechat: + webPort: 12351 + idSuffix: 8 + file: + idSuffix: 99 + file1: + webPort: 12380 + file2: + webPort: 12380 + file3: + webPort: 12380 + file4: + webPort: 12380 + file5: + webPort: 12380 + file6: + webPort: 12380 + file7: + webPort: 12380 + file8: + webPort: 12380 + file9: + webPort: 12380 + file10: + webPort: 12380 + file11: + webPort: 12380 + file12: + webPort: 12380 + +#web鍒嗗竷寮忔枃浠剁郴缁� +dy: + webFileAbsolutePath: ${pmsGl.webFileAbsolutePath} + photoZipWidth: 400 #缂╃暐鍥惧昂瀵� + webFile: + fmUrl: http://127.0.0.1:${pms.other.webPort}/other # fm鐨剋eb涓婁笅鏂� URL + supportedFileTypes: docx,xlsx,doc,xls,pdf #鏀寔鐨勬枃妗o紙闈炲獟浣撴枃浠讹紝濡傜収鐗囥�佸綍闊炽�佸綍鍍忥級鏂囦欢绫诲瀷 + sv1: + id: dyFile1 + absolutePath: ${pmsGl.webFileAbsolutePath} + relativePath: webFile1 + hashStart: 0 + hashEnd: 5461 + restUrl: http://127.0.0.1:${pms.file1.webPort}/file #file鏄笂涓嬫枃,ip涓哄眬鍩熺綉ip鎴栨湰鍦癐P + webUrl: http://${pmsGl.webFileIp4Client}:${pms.nginx.webPort}/webfiles/ #nginx鏈嶅姟璺緞,瀹夎閮ㄧ讲鏃禝P鏀规垚澶栫綉IP鎴栧煙鍚� + webDownloadPath: http://${pmsGl.webFileIp4Client}:${pms.file1.webPort}/file/download/down?id= #瀹夎閮ㄧ讲鏃禝P鏀规垚澶栫綉IP鎴栧煙鍚� + sv2: + id: dyFile2 + absolutePath: ${pmsGl.webFileAbsolutePath} + relativePath: webFile2 + hashStart: 5462 + hashEnd: 10923 + restUrl: http://127.0.0.1:${pms.file2.webPort}/file + webUrl: http://${pmsGl.webFileIp4Client}:${pms.nginx.webPort}/webfiles/ + webDownloadPath: http://${pmsGl.webFileIp4Client}:${pms.file2.webPort}/file/download/down?id= + sv3: + id: dyFile3 + absolutePath: ${pmsGl.webFileAbsolutePath} + relativePath: webFile3 + hashStart: 10924 + hashEnd: 16385 + restUrl: http://127.0.0.1:${pms.file3.webPort}/file + webUrl: http://${pmsGl.webFileIp4Client}:${pms.nginx.webPort}/webfiles/ + webDownloadPath: http://${pmsGl.webFileIp4Client}:${pms.file3.webPort}/file/download/down?id= + sv4: + id: dyFile4 + absolutePath: ${pmsGl.webFileAbsolutePath} + relativePath: webFile4 + hashStart: 16386 + hashEnd: 21847 + restUrl: http://127.0.0.1:${pms.file4.webPort}/file + webUrl: http://${pmsGl.webFileIp4Client}:${pms.nginx.webPort}/webfiles/ + webDownloadPath: http://${pmsGl.webFileIp4Client}:${pms.file4.webPort}/file/download/down?id= + sv5: + id: dyFile5 + absolutePath: ${pmsGl.webFileAbsolutePath} + relativePath: webFile5 + hashStart: 21848 + hashEnd: 27309 + restUrl: http://127.0.0.1:${pms.file5.webPort}/file + webUrl: http://${pmsGl.webFileIp4Client}:${pms.nginx.webPort}/webfiles/ + webDownloadPath: http://${pmsGl.webFileIp4Client}:${pms.file5.webPort}/file/download/down?id= + sv6: + id: dyFile6 + absolutePath: ${pmsGl.webFileAbsolutePath} + relativePath: webFile6 + hashStart: 27310 + hashEnd: 32767 + restUrl: http://127.0.0.1:${pms.file6.webPort}/file + webUrl: http://${pmsGl.webFileIp4Client}:${pms.nginx.webPort}/webfiles/ + webDownloadPath: http://${pmsGl.webFileIp4Client}:${pms.file6.webPort}/file/download/down?id= + sv7: + id: dyFile7 + absolutePath: ${pmsGl.webFileAbsolutePath} + relativePath: webFile7 + hashStart: 32768 + hashEnd: 38229 + restUrl: http://127.0.0.1:${pms.file7.webPort}/file + webUrl: http://${pmsGl.webFileIp4Client}:${pms.nginx.webPort}/webfiles/ + webDownloadPath: http://${pmsGl.webFileIp4Client}:${pms.file7.webPort}/file/download/down?id= + sv8: + id: dyFile8 + absolutePath: ${pmsGl.webFileAbsolutePath} + relativePath: webFile8 + hashStart: 38230 + hashEnd: 43691 + restUrl: http://127.0.0.1:${pms.file8.webPort}/file + webUrl: http://${pmsGl.webFileIp4Client}:${pms.nginx.webPort}/webfiles/ + webDownloadPath: http://${pmsGl.webFileIp4Client}:${pms.file8.webPort}/file/download/down?id= + sv9: + id: dyFile9 + absolutePath: ${pmsGl.webFileAbsolutePath} + relativePath: webFile9 + hashStart: 43692 + hashEnd: 49153 + restUrl: http://127.0.0.1:${pms.file9.webPort}/file + webUrl: http://${pmsGl.webFileIp4Client}:${pms.nginx.webPort}/webfiles/ + webDownloadPath: http://${pmsGl.webFileIp4Client}:${pms.file9.webPort}/file/download/down?id= + sv10: + id: dyFile10 + absolutePath: ${pmsGl.webFileAbsolutePath} + relativePath: webFile10 + hashStart: 49154 + hashEnd: 54615 + restUrl: http://127.0.0.1:${pms.file10.webPort}/file + webUrl: http://${pmsGl.webFileIp4Client}:${pms.nginx.webPort}/webfiles/ + webDownloadPath: http://${pmsGl.webFileIp4Client}:${pms.file10.webPort}/file/download/down?id= + sv11: + id: dyFile11 + absolutePath: ${pmsGl.webFileAbsolutePath} + relativePath: webFile11 + hashStart: 54616 + hashEnd: 60077 + restUrl: http://127.0.0.1:${pms.file11.webPort}/file + webUrl: http://${pmsGl.webFileIp4Client}:${pms.nginx.webPort}/webfiles/ + webDownloadPath: http://${pmsGl.webFileIp4Client}:${pms.file11.webPort}/file/download/down?id= + sv12: + id: dyFile12 + absolutePath: ${pmsGl.webFileAbsolutePath} + relativePath: webFile12 + hashStart: 60078 + hashEnd: 65535 + restUrl: http://127.0.0.1:${pms.file12.webPort}/file + webUrl: http://${pmsGl.webFileIp4Client}:${pms.nginx.webPort}/webfiles/ + webDownloadPath: http://${pmsGl.webFileIp4Client}:${pms.file12.webPort}/file/download/down?id= diff --git "a/pms-parent/pms-global/src/main/resources/application-global\05080\346\265\213\350\257\225\346\234\215\345\212\241\345\231\250\051.yml" "b/pms-parent/pms-global/src/main/resources/application-global\05080\346\265\213\350\257\225\346\234\215\345\212\241\345\231\250\051.yml" new file mode 100644 index 0000000..91f450a --- /dev/null +++ "b/pms-parent/pms-global/src/main/resources/application-global\05080\346\265\213\350\257\225\346\234\215\345\212\241\345\231\250\051.yml" @@ -0,0 +1,257 @@ +pmsGl: + #鏈満寮�鍙戠幆澧冿細 127.0.0.1:3306 + #娴嬭瘯鏈嶅姟鍣ㄥ紑鍙戠幆澧冿細 192.168.40.80:3306 + #浜戞湇鍔�203锛� 127.0.0.1:63306 + mySqlSvUrl: 192.168.40.80:3306 + #鏈満鍜屾祴璇曟湇鍔″櫒寮�鍙戠幆澧冿細 E:/java/nginx-1.24.0/html/webfiles/ + #浜戞湇鍔�203锛� D:/apps/pms/nginx-1.24.0/html/webfiles/ + webFileAbsolutePath: E:/java/nginx-1.24.0/html/webfiles/ + #web鏂囦欢鏄剧ず涓庝笅杞絀P + #鏈満寮�鍙戠幆澧冿細 127.0.0.1 + #娴嬭瘯鏈嶅姟鍣ㄥ紑鍙戠幆澧冿細 192.168.40.80 + #浜戞湇鍔�203锛� 8.130.75.203 + webFileIp4Client: 192.168.40.80 + #杈撳嚭sql鏃ュ織寮�鍏筹紝鎺у埗PrintSqlInterceptor鎷︽埅鍣ㄦ槸鍚﹀姞杞� + showSqlLog: true + #鏄惁寮�鍙戦樁娈碉紝true鎴杅alse锛屽紑鍙戦樁娈典笉杩涜鐧诲綍楠岃瘉鍙婃潈闄愰獙璇� + isDev: false +spring: + devtools: + livereload: + enabled: false + restart: + enabled: false #绂佺敤鐑儴缃� + servlet: + multipart: + # 鍓嶇涓婁紶鏂囦欢锛岄檺鍒跺崟涓枃浠剁殑澶у皬鍜岄檺鍒舵墍鏈夋枃浠剁殑澶у皬 + max-file-size: 500MB + max-request-size: 5000MB + main: + allow-circular-references: true +logging: + charset: + console: UTF-8 + config: + classpath: log4j2.yml +#绂佺敤鐧芥爣閿欒椤甸潰 +server: + error: + whitelabel: + enabled: false + #servlet閰嶇疆 + servlet: + encoding: + #鍙栨秷榛樿鐨勫瓧绗﹂泦缂栫爜 + enabled: true + #璁剧疆寮哄埗浣跨敤鎸囧畾瀛楃缂栫爜闆� + force: true + #浣跨敤鐨勫瓧绗︾紪鐮� + charset: utf-8 + +#MybatisPlus 閰嶇疆鏃ュ織鏄剧ず鎵цSQL +mybatis-plus: + #鍖归厤sql璇彞鐨勬槧灏勬枃浠剁殑浣嶇疆锛宑lasspath浠h〃鍦╮esources涓� + mapper-locations: classpath:mapper/*.xml + #浠ヤ笅涓や釜閰嶇疆鍙互鐪佺暐锛屽湪mapper鏄犲皠鏂囦欢涓厤缃�淍Mapper鈥濅篃鏄彲浠ョ殑銆� + #浣跨敤type-aliases-package涓寚瀹歟ntity鎵弿鍖呰矾寰勶紝璁﹎ybatis鑷姩鎵弿鑷畾涔夌殑entity + #type-aliases-package: com.dy.pmsGlobal.daoBa + configuration: + #log-impl: org.apache.ibatis.logging.stdout.StdOutImpl #鏃惰�岃緭鍑烘棩蹇楋紝鏃惰�屼笉杈撳嚭鏃ュ織 + #log-impl: org.apache.ibatis.logging.log4j2.Log4j2Impl 涓嶅啀搴旂敤锛屾敼涓篜rintSqlInterceptor鎷︽埅鍣ㄨ緭鍑簊ql鏃ュ織锛屼笅闈rint-sql椤归厤缃� + print-sql: ${pmsGl.showSqlLog} # 杈撳嚭sql鏃ュ織寮�鍏筹紝鎺у埗PrintSqlInterceptor鎷︽埅鍣ㄦ槸鍚﹀姞杞� + #寮�鍚┘宄皍Name鑷姩鏄犲皠鍒皍_name + #2023-10-24缁忓疄楠岋紝涓嬮潰閰嶇疆true鎴杅alse锛岄兘鑳戒粠u_name鏄犲皠鍒皍Name + #map-underscore-to-camel-case: true + lazyLoadingEnabled: true # 寮�鍚欢鏃跺姞杞藉紑鍏� + aggressiveLazyLoading: false # 灏嗙Н鏋佸姞杞芥敼涓烘秷鏋佸姞杞斤紙鍗虫寜闇�鍔犺浇锛夛紝榛樿鍊兼槸false + lazy-load-trigger-methods: "" # 闃绘尅涓嶇浉骞茬殑鎿嶄綔瑙﹀彂锛屽疄鐜版噿鍔犺浇 + cache-enabled: true #鎵撳紑鍏ㄥ眬缂撳瓨寮�鍏筹紙浜岀骇鐜锛夛紝榛樿鍊兼槸true+ + #default-enum-type-handler: com.dy.common.mybatis.envm.EnumCodeTypeHandler + +dingtalk: + robot: + url: https://oapi.dingtalk.com/robot/send + access-token: 5004482dce6b24d0e1e655b8e4376a6418cfcebce17ff792d0e68cbb63d6eb5b + secret: SEC985ad412f35ece68bb239cad88b6fba59b19461dd8d067e80fafa1270d6ab465 + at-all: true +#涓嶈繘琛寀serToken杩囨护鐨刄RL锛孈ConfigurationProperties瑕佹眰tokennofilter涓墍鏈夊瓧姣嶉兘灏忓啓 +tokennofilter: + urls: + - /sso/sso + - /production/schedule/selectAll #鏌ヨ鎵�鏈夋帓鐝�,瑙﹀睆绔娇鐢ㄤ笉楠岃瘉token +pms: + global: + dev: ${pmsGl.isDev} #鏄惁寮�鍙戦樁娈碉紝true鎴杅alse锛屽紑鍙戦樁娈典笉杩涜鐧诲綍楠岃瘉鍙婃潈闄愰獙璇� + ssoUserExpireAfterAccess: 60 #sso鐧诲綍鍚庯紝鐢ㄦ埛鍦ㄤ竴瀹氭椂闂达紙ssoUserExpireAfterAccess锛夛紙鍒嗛挓锛夊唴鏈闂郴缁燂紝绯荤粺娓呴櫎缂撳瓨淇℃伅锛屼娇鍏堕噸鏂扮櫥褰曠郴缁� + ssoCacheSizeInit: 10 #sso缂撳瓨鍒濆瀹归噺 + ssoCacheSizeMax: 10000 #sso缂撳瓨鏈�澶у閲忥紝鍗虫敮鎸乻soCacheSizeMax涓敤鎴峰悓鏃剁櫥褰� + nginx: + webPort: 8000 + sso: + checkUrl: http://127.0.0.1:12344/sso/sso/ssoPowerCheck + curUserUrl: http://127.0.0.1:12344/sso/sso/ssoCurUser + webPort: 12344 + idSuffix: 1 + base: + webPort: 12345 + idSuffix: 2 + platform: + webPort: 12346 + idSuffix: 3 + production: + webPort: 12347 + idSuffix: 4 + other: + webPort: 12348 + idSuffix: 5 + station: + webPort: 12349 + idSuffix: 6 + report: + webPort: 12350 + idSuffix: 7 + wechat: + webPort: 12351 + idSuffix: 8 + file: + idSuffix: 99 + file1: + webPort: 12380 + file2: + webPort: 12380 + file3: + webPort: 12380 + file4: + webPort: 12380 + file5: + webPort: 12380 + file6: + webPort: 12380 + file7: + webPort: 12380 + file8: + webPort: 12380 + file9: + webPort: 12380 + file10: + webPort: 12380 + file11: + webPort: 12380 + file12: + webPort: 12380 + +#web鍒嗗竷寮忔枃浠剁郴缁� +dy: + webFileAbsolutePath: ${pmsGl.webFileAbsolutePath} + photoZipWidth: 400 #缂╃暐鍥惧昂瀵� + webFile: + fmUrl: http://127.0.0.1:${pms.other.webPort}/other # fm鐨剋eb涓婁笅鏂� URL + supportedFileTypes: docx,xlsx,doc,xls,pdf #鏀寔鐨勬枃妗o紙闈炲獟浣撴枃浠讹紝濡傜収鐗囥�佸綍闊炽�佸綍鍍忥級鏂囦欢绫诲瀷 + sv1: + id: dyFile1 + absolutePath: ${pmsGl.webFileAbsolutePath} + relativePath: webFile1 + hashStart: 0 + hashEnd: 5461 + restUrl: http://127.0.0.1:${pms.file1.webPort}/file #file鏄笂涓嬫枃,ip涓哄眬鍩熺綉ip鎴栨湰鍦癐P + webUrl: http://${pmsGl.webFileIp4Client}:${pms.nginx.webPort}/webfiles/ #nginx鏈嶅姟璺緞,瀹夎閮ㄧ讲鏃禝P鏀规垚澶栫綉IP鎴栧煙鍚� + webDownloadPath: http://${pmsGl.webFileIp4Client}:${pms.file1.webPort}/file/download/down?id= #瀹夎閮ㄧ讲鏃禝P鏀规垚澶栫綉IP鎴栧煙鍚� + sv2: + id: dyFile2 + absolutePath: ${pmsGl.webFileAbsolutePath} + relativePath: webFile2 + hashStart: 5462 + hashEnd: 10923 + restUrl: http://127.0.0.1:${pms.file2.webPort}/file + webUrl: http://${pmsGl.webFileIp4Client}:${pms.nginx.webPort}/webfiles/ + webDownloadPath: http://${pmsGl.webFileIp4Client}:${pms.file2.webPort}/file/download/down?id= + sv3: + id: dyFile3 + absolutePath: ${pmsGl.webFileAbsolutePath} + relativePath: webFile3 + hashStart: 10924 + hashEnd: 16385 + restUrl: http://127.0.0.1:${pms.file3.webPort}/file + webUrl: http://${pmsGl.webFileIp4Client}:${pms.nginx.webPort}/webfiles/ + webDownloadPath: http://${pmsGl.webFileIp4Client}:${pms.file3.webPort}/file/download/down?id= + sv4: + id: dyFile4 + absolutePath: ${pmsGl.webFileAbsolutePath} + relativePath: webFile4 + hashStart: 16386 + hashEnd: 21847 + restUrl: http://127.0.0.1:${pms.file4.webPort}/file + webUrl: http://${pmsGl.webFileIp4Client}:${pms.nginx.webPort}/webfiles/ + webDownloadPath: http://${pmsGl.webFileIp4Client}:${pms.file4.webPort}/file/download/down?id= + sv5: + id: dyFile5 + absolutePath: ${pmsGl.webFileAbsolutePath} + relativePath: webFile5 + hashStart: 21848 + hashEnd: 27309 + restUrl: http://127.0.0.1:${pms.file5.webPort}/file + webUrl: http://${pmsGl.webFileIp4Client}:${pms.nginx.webPort}/webfiles/ + webDownloadPath: http://${pmsGl.webFileIp4Client}:${pms.file5.webPort}/file/download/down?id= + sv6: + id: dyFile6 + absolutePath: ${pmsGl.webFileAbsolutePath} + relativePath: webFile6 + hashStart: 27310 + hashEnd: 32767 + restUrl: http://127.0.0.1:${pms.file6.webPort}/file + webUrl: http://${pmsGl.webFileIp4Client}:${pms.nginx.webPort}/webfiles/ + webDownloadPath: http://${pmsGl.webFileIp4Client}:${pms.file6.webPort}/file/download/down?id= + sv7: + id: dyFile7 + absolutePath: ${pmsGl.webFileAbsolutePath} + relativePath: webFile7 + hashStart: 32768 + hashEnd: 38229 + restUrl: http://127.0.0.1:${pms.file7.webPort}/file + webUrl: http://${pmsGl.webFileIp4Client}:${pms.nginx.webPort}/webfiles/ + webDownloadPath: http://${pmsGl.webFileIp4Client}:${pms.file7.webPort}/file/download/down?id= + sv8: + id: dyFile8 + absolutePath: ${pmsGl.webFileAbsolutePath} + relativePath: webFile8 + hashStart: 38230 + hashEnd: 43691 + restUrl: http://127.0.0.1:${pms.file8.webPort}/file + webUrl: http://${pmsGl.webFileIp4Client}:${pms.nginx.webPort}/webfiles/ + webDownloadPath: http://${pmsGl.webFileIp4Client}:${pms.file8.webPort}/file/download/down?id= + sv9: + id: dyFile9 + absolutePath: ${pmsGl.webFileAbsolutePath} + relativePath: webFile9 + hashStart: 43692 + hashEnd: 49153 + restUrl: http://127.0.0.1:${pms.file9.webPort}/file + webUrl: http://${pmsGl.webFileIp4Client}:${pms.nginx.webPort}/webfiles/ + webDownloadPath: http://${pmsGl.webFileIp4Client}:${pms.file9.webPort}/file/download/down?id= + sv10: + id: dyFile10 + absolutePath: ${pmsGl.webFileAbsolutePath} + relativePath: webFile10 + hashStart: 49154 + hashEnd: 54615 + restUrl: http://127.0.0.1:${pms.file10.webPort}/file + webUrl: http://${pmsGl.webFileIp4Client}:${pms.nginx.webPort}/webfiles/ + webDownloadPath: http://${pmsGl.webFileIp4Client}:${pms.file10.webPort}/file/download/down?id= + sv11: + id: dyFile11 + absolutePath: ${pmsGl.webFileAbsolutePath} + relativePath: webFile11 + hashStart: 54616 + hashEnd: 60077 + restUrl: http://127.0.0.1:${pms.file11.webPort}/file + webUrl: http://${pmsGl.webFileIp4Client}:${pms.nginx.webPort}/webfiles/ + webDownloadPath: http://${pmsGl.webFileIp4Client}:${pms.file11.webPort}/file/download/down?id= + sv12: + id: dyFile12 + absolutePath: ${pmsGl.webFileAbsolutePath} + relativePath: webFile12 + hashStart: 60078 + hashEnd: 65535 + restUrl: http://127.0.0.1:${pms.file12.webPort}/file + webUrl: http://${pmsGl.webFileIp4Client}:${pms.nginx.webPort}/webfiles/ + webDownloadPath: http://${pmsGl.webFileIp4Client}:${pms.file12.webPort}/file/download/down?id= diff --git a/pms-parent/pms-web-station/.gitignore b/pms-parent/pms-web-station/.gitignore new file mode 100644 index 0000000..549e00a --- /dev/null +++ b/pms-parent/pms-web-station/.gitignore @@ -0,0 +1,33 @@ +HELP.md +target/ +!.mvn/wrapper/maven-wrapper.jar +!**/src/main/**/target/ +!**/src/test/**/target/ + +### STS ### +.apt_generated +.classpath +.factorypath +.project +.settings +.springBeans +.sts4-cache + +### IntelliJ IDEA ### +.idea +*.iws +*.iml +*.ipr + +### NetBeans ### +/nbproject/private/ +/nbbuild/ +/dist/ +/nbdist/ +/.nb-gradle/ +build/ +!**/src/main/**/build/ +!**/src/test/**/build/ + +### VS Code ### +.vscode/ -- Gitblit v1.8.0