| | |
| | | <relativePath/> |
| | | </parent> |
| | | <groupId>com.zy</groupId> |
| | | <artifactId>asrs</artifactId>t |
| | | <artifactId>asrs</artifactId> |
| | | <version>1.1.1</version> |
| | | <packaging>war</packaging> |
| | | |
| | | <properties> |
| | | <java.version>1.8</java.version> |
| | | <cool.version>3.4.0</cool.version> |
| | | <cool.version>3.2.0</cool.version> |
| | | <mysql-driver.version>5.1.47</mysql-driver.version> |
| | | <mybatis-plus.version>2.3.2</mybatis-plus.version> |
| | | <fastjson.version>1.2.58</fastjson.version> |
| | |
| | | <groupId>cn.cool</groupId> |
| | | <artifactId>framework</artifactId> |
| | | <version>${cool.version}</version> |
| | | <scope>system</scope> |
| | | <systemPath>${project.basedir}/src/main/resources/libs/framework-3.2.0.jar</systemPath> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.apache.tika</groupId> |
| | |
| | | <dependency> |
| | | <groupId>org.projectlombok</groupId> |
| | | <artifactId>lombok</artifactId> |
| | | <!-- <version>1.18.30</version>--> |
| | | <!-- <optional>true</optional>--> |
| | | <version>1.16.22</version> |
| | | <scope>provided</scope> |
| | | </dependency> |
| | |
| | | </dependencies> |
| | | |
| | | <build> |
| | | <finalName>wms</finalName> |
| | | <finalName>djwms</finalName> |
| | | <plugins> |
| | | <plugin> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-maven-plugin</artifactId> |
| | | </plugin> |
| | | <!-- <plugin>--> |
| | | <!-- <groupId>org.apache.maven.plugins</groupId>--> |
| | | <!-- <artifactId>maven-compiler-plugin</artifactId>--> |
| | | <!-- <version>3.10.1</version>--> |
| | | <!-- <configuration>--> |
| | | <!-- <source>1.8</source>--> |
| | | <!-- <target>1.8</target>--> |
| | | <!-- <encoding>UTF-8</encoding>--> |
| | | <!-- <compilerArgs>--> |
| | | <!-- <arg>-parameters</arg>--> |
| | | <!-- </compilerArgs>--> |
| | | <!-- <compilerArguments>--> |
| | | <!-- <extdirs>${project.basedir}/src/main/resources/libs</extdirs>--> |
| | | <!-- </compilerArguments>--> |
| | | <!-- </configuration>--> |
| | | <!-- </plugin>--> |
| | | </plugins> |
| | | |
| | | <!-- <resources>--> |
| | | <!-- <resource>--> |
| | | <!-- <directory>src/main/resources</directory>--> |
| | | <!-- <includes>--> |
| | | <!--<!– <include>**/log/**</include>–>--> |
| | | <!-- <include>**/libs/**</include>--> |
| | | <!--<!– <include>**/*.properties</include>–>--> |
| | | <!--<!– <include>**/*.xml</include>–>--> |
| | | <!-- </includes>--> |
| | | <!-- <filtering>false</filtering>--> |
| | | <!-- </resource>--> |
| | | <!-- </resources>--> |
| | | </build> |
| | | |
| | | </project> |