pms-parent/pms-global/.gitignore | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
pms-parent/pms-global/src/main/resources/application-global(203服务器).yml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
pms-parent/pms-global/src/main/resources/application-global(80测试服务器).yml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
pms-parent/pms-web-station/.gitignore | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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/ pms-parent/pms-global/src/main/resources/application-global(203·þÎñÆ÷).yml
New file @@ -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æä»¶æ¾ç¤ºä¸ä¸è½½IP #æ¬æºå¼åç¯å¢ï¼ 127.0.0.1 #æµè¯æå¡å¨å¼åç¯å¢ï¼ 192.168.40.80 #äºæå¡203ï¼ 8.130.75.203 webFileIp4Client: 8.130.75.203 #è¾åºsqlæ¥å¿å¼å ³ï¼æ§å¶PrintSqlInterceptoræ¦æªå¨æ¯å¦å è½½ showSqlLog: false #æ¯å¦å¼åé¶æ®µï¼trueæfalseï¼å¼åé¶æ®µä¸è¿è¡ç»å½éªè¯åæééªè¯ 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è¯å¥çæ å°æä»¶çä½ç½®ï¼classpath代表å¨resourcesä¸ mapper-locations: classpath:mapper/*.xml #以ä¸ä¸¤ä¸ªé ç½®å¯ä»¥çç¥ï¼å¨mapperæ å°æä»¶ä¸é ç½®â@Mapperâ乿¯å¯ä»¥çã #使ç¨type-aliases-package䏿å®entityæ«æå è·¯å¾ï¼è®©mybatisèªå¨æ«æèªå®ä¹ç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 ä¸ååºç¨ï¼æ¹ä¸ºPrintSqlInterceptoræ¦æªå¨è¾åºsqlæ¥å¿ï¼ä¸é¢print-sql项é ç½® print-sql: ${pmsGl.showSqlLog} # è¾åºsqlæ¥å¿å¼å ³ï¼æ§å¶PrintSqlInterceptoræ¦æªå¨æ¯å¦å è½½ #å¼å¯é©¼å³°uNameèªå¨æ å°å°u_name #2023-10-24ç»å®éªï¼ä¸é¢é ç½®trueæfalseï¼é½è½ä»u_nameæ å°å°uName #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 #ä¸è¿è¡userTokenè¿æ»¤çURLï¼@ConfigurationPropertiesè¦æ±tokennofilter䏿æåæ¯é½å°å tokennofilter: urls: - /sso/sso - /production/schedule/selectAll #æ¥è¯¢æææç,触å±ç«¯ä½¿ç¨ä¸éªè¯token pms: global: dev: ${pmsGl.isDev} #æ¯å¦å¼åé¶æ®µï¼trueæfalseï¼å¼åé¶æ®µä¸è¿è¡ç»å½éªè¯åæééªè¯ ssoUserExpireAfterAccess: 60 #ssoç»å½åï¼ç¨æ·å¨ä¸å®æ¶é´ï¼ssoUserExpireAfterAccessï¼ï¼åéï¼å æªè®¿é®ç³»ç»ï¼ç³»ç»æ¸ é¤ç¼åä¿¡æ¯ï¼ä½¿å ¶éæ°ç»å½ç³»ç» ssoCacheSizeInit: 10 #ssoç¼ååå§å®¹é ssoCacheSizeMax: 10000 #ssoç¼åæå¤§å®¹éï¼å³æ¯æssoCacheSizeMaxä¸ªç¨æ·åæ¶ç»å½ 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çwebä¸ä¸æ URL supportedFileTypes: docx,xlsx,doc,xls,pdf #æ¯æçææ¡£ï¼éåªä½æä»¶ï¼å¦ç §çãå½é³ãå½åï¼æä»¶ç±»å 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ææ¬å°IP webUrl: http://${pmsGl.webFileIp4Client}:${pms.nginx.webPort}/webfiles/ #nginxæå¡è·¯å¾,å®è£ é¨ç½²æ¶IPæ¹æå¤ç½IPæåå webDownloadPath: http://${pmsGl.webFileIp4Client}:${pms.file1.webPort}/file/download/down?id= #å®è£ é¨ç½²æ¶IPæ¹æå¤ç½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= pms-parent/pms-global/src/main/resources/application-global(80²âÊÔ·þÎñÆ÷).yml
New file @@ -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æä»¶æ¾ç¤ºä¸ä¸è½½IP #æ¬æºå¼åç¯å¢ï¼ 127.0.0.1 #æµè¯æå¡å¨å¼åç¯å¢ï¼ 192.168.40.80 #äºæå¡203ï¼ 8.130.75.203 webFileIp4Client: 192.168.40.80 #è¾åºsqlæ¥å¿å¼å ³ï¼æ§å¶PrintSqlInterceptoræ¦æªå¨æ¯å¦å è½½ showSqlLog: true #æ¯å¦å¼åé¶æ®µï¼trueæfalseï¼å¼åé¶æ®µä¸è¿è¡ç»å½éªè¯åæééªè¯ 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è¯å¥çæ å°æä»¶çä½ç½®ï¼classpath代表å¨resourcesä¸ mapper-locations: classpath:mapper/*.xml #以ä¸ä¸¤ä¸ªé ç½®å¯ä»¥çç¥ï¼å¨mapperæ å°æä»¶ä¸é ç½®â@Mapperâ乿¯å¯ä»¥çã #使ç¨type-aliases-package䏿å®entityæ«æå è·¯å¾ï¼è®©mybatisèªå¨æ«æèªå®ä¹ç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 ä¸ååºç¨ï¼æ¹ä¸ºPrintSqlInterceptoræ¦æªå¨è¾åºsqlæ¥å¿ï¼ä¸é¢print-sql项é ç½® print-sql: ${pmsGl.showSqlLog} # è¾åºsqlæ¥å¿å¼å ³ï¼æ§å¶PrintSqlInterceptoræ¦æªå¨æ¯å¦å è½½ #å¼å¯é©¼å³°uNameèªå¨æ å°å°u_name #2023-10-24ç»å®éªï¼ä¸é¢é ç½®trueæfalseï¼é½è½ä»u_nameæ å°å°uName #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 #ä¸è¿è¡userTokenè¿æ»¤çURLï¼@ConfigurationPropertiesè¦æ±tokennofilter䏿æåæ¯é½å°å tokennofilter: urls: - /sso/sso - /production/schedule/selectAll #æ¥è¯¢æææç,触å±ç«¯ä½¿ç¨ä¸éªè¯token pms: global: dev: ${pmsGl.isDev} #æ¯å¦å¼åé¶æ®µï¼trueæfalseï¼å¼åé¶æ®µä¸è¿è¡ç»å½éªè¯åæééªè¯ ssoUserExpireAfterAccess: 60 #ssoç»å½åï¼ç¨æ·å¨ä¸å®æ¶é´ï¼ssoUserExpireAfterAccessï¼ï¼åéï¼å æªè®¿é®ç³»ç»ï¼ç³»ç»æ¸ é¤ç¼åä¿¡æ¯ï¼ä½¿å ¶éæ°ç»å½ç³»ç» ssoCacheSizeInit: 10 #ssoç¼ååå§å®¹é ssoCacheSizeMax: 10000 #ssoç¼åæå¤§å®¹éï¼å³æ¯æssoCacheSizeMaxä¸ªç¨æ·åæ¶ç»å½ 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çwebä¸ä¸æ URL supportedFileTypes: docx,xlsx,doc,xls,pdf #æ¯æçææ¡£ï¼éåªä½æä»¶ï¼å¦ç §çãå½é³ãå½åï¼æä»¶ç±»å 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ææ¬å°IP webUrl: http://${pmsGl.webFileIp4Client}:${pms.nginx.webPort}/webfiles/ #nginxæå¡è·¯å¾,å®è£ é¨ç½²æ¶IPæ¹æå¤ç½IPæåå webDownloadPath: http://${pmsGl.webFileIp4Client}:${pms.file1.webPort}/file/download/down?id= #å®è£ é¨ç½²æ¶IPæ¹æå¤ç½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= pms-parent/pms-web-station/.gitignore
New file @@ -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/