pom.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/main/resources/application-file.yml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
pom.xml
@@ -10,7 +10,7 @@ <relativePath/> </parent> <!--打包成jar、war--> <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> 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