From b47eb198e54f125654490e8efbc60d722d99fd86 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期五, 08 九月 2023 11:08:18 +0800 Subject: [PATCH] 1 --- pom.xml | 6 +++--- src/main/resources/application-file.yml | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 14bae42..140f9bd 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ <relativePath/> </parent> <!--鎵撳寘鎴恓ar銆亀ar--> - <packaging>war</packaging> + <packaging>jar</packaging> <groupId>com</groupId> <artifactId>yssh</artifactId> @@ -53,10 +53,10 @@ <artifactId>spring-boot-starter-web</artifactId> <!--鎺掗櫎鍐呯疆tomcat瀹瑰櫒锛岃澶栭儴瀹瑰櫒杩愯spring-boot椤圭洰--> <exclusions> - <exclusion> + <!--exclusion> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-tomcat</artifactId> - </exclusion> + </exclusion--> <!--<exclusion> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> diff --git a/src/main/resources/application-file.yml b/src/main/resources/application-file.yml index 852388e..6bd846f 100644 --- a/src/main/resources/application-file.yml +++ b/src/main/resources/application-file.yml @@ -1,14 +1,14 @@ #dat閰嶇疆璺緞 dat: - filePath2d: 'E:\yssh_data\dat\extract_mesh.dat' - filePath3d: 'E:\yssh_data\dat\correct_jk_47.dat' + filePath2d: E:\yssh_data\dat\extract_mesh.dat + filePath3d: E:\yssh_data\dat\correct_jk_47.dat #csv閰嶇疆璺緞 csv: - filePath: 'E:\yssh_data\LBM-NEW' - vocPath: 'E:\yssh_data\VOC_ALL' + filePath: E:\yssh_data\LBM-NEW + vocPath: E:\yssh_data\VOC_ALL #鏃�/鍛�/鏈堟姤璺緞 report: - templates: E:\terrait\TianJin\YanShan\src\main\resources\templates + templates: E:\yssh_data\XlsReport\templates path: E:\yssh_data\XlsReport yjz: 1.6 bjz: 2 -- Gitblit v1.9.3