123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.example</groupId>
- <artifactId>dil-tms</artifactId>
- <version>1.0-SNAPSHOT</version>
- <parent>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-parent</artifactId>
- <version>2.0.7.RELEASE</version>
- </parent>
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>org.springframework.cloud</groupId>
- <artifactId>spring-cloud-dependencies</artifactId>
- <!--Spring Cloud的版本-->
- <version>Finchley.SR2</version>
- <type>pom</type>
- <scope>import</scope>
- </dependency>
- </dependencies>
- </dependencyManagement>
- <repositories>
- <repository>
- <id>maven-public</id>
- <name>steerinfo maven-public</name>
- <url>https://nexus.steerinfo.com/repository/maven-public/</url>
- </repository>
- </repositories>
- <distributionManagement>
- <repository>
- <id>maven-releases</id>
- <name>steerinfo nexus-releases</name>
- <url>http://nexus.steerinfo.com/repository/maven-releases/</url>
- </repository>
- <snapshotRepository>
- <id>maven-snapshots</id>
- <url>http://nexus.steerinfo.com/repository/maven-snapshots/</url>
- </snapshotRepository>
- </distributionManagement>
- <dependencies>
- <!--websocket-->
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-websocket</artifactId>
- </dependency>
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-web</artifactId>
- </dependency>
- <!--mybatisPlus-->
- <dependency>
- <groupId>com.baomidou</groupId>
- <artifactId>mybatis-plus-boot-starter</artifactId>
- <version>3.4.2</version>
- </dependency>
- <!--swagger-->
- <dependency>
- <groupId>io.springfox</groupId>
- <artifactId>springfox-swagger2</artifactId>
- <version>2.9.2</version>
- </dependency>
- <dependency>
- <groupId>io.springfox</groupId>
- <artifactId>springfox-swagger-ui</artifactId>
- <version>2.9.2</version>
- </dependency>
- <dependency>
- <groupId>org.apache.poi</groupId>
- <artifactId>poi</artifactId>
- <version>3.17</version>
- </dependency>
- <dependency>
- <groupId>org.apache.poi</groupId>
- <artifactId>poi-ooxml</artifactId>
- <version>3.17</version>
- </dependency>
- <!--steerinfo-->
- <dependency>
- <groupId>com.steerinfo</groupId>
- <artifactId>framework</artifactId>
- <version>1.0</version>
- </dependency>
- </dependencies>
- <build>
- <plugins>
- <!-- 自动生成代码文件 -->
- <!-- <plugin>-->
- <!-- <groupId>com.steerinfo</groupId>-->
- <!-- <artifactId>generator-maven-plugin</artifactId>-->
- <!-- <version>3.0</version>-->
- <!-- <configuration>-->
- <!-- <connUrl>jdbc:oracle:thin:@172.16.33.163:1521:ilsdbpri</connUrl>-->
- <!-- <user>dil</user>-->
- <!-- <password>Dil123789</password>-->
- <!-- <!–包名–>-->
- <!-- <targetPackage>com.steerinfo.dil</targetPackage>-->
- <!-- <tables>-->
- <!-- <!–<table>TRANSPORT_ORDER</table><!–运单–>–>-->
- <!-- <!–<table>TRANSPORT_ORDER_MATERIAL</table><!–运单-物资–>–>-->
- <!-- <!–<table>TRANSPORT_ENTRY_FACTORY_RESULT</table><!–进厂–>–>-->
- <!-- <!–<table>TRANSPORT_LEAVE_FACTORY_RESULT</table><!–出厂–>–>-->
- <!-- <!–<table>TRANSPORT_LOAD_RESULT</table><!–装货–>–>-->
- <!-- <!–<table>TRANSPORT_RESULT_LOAD_MATERIAL</table><!–装货-物资–>–>-->
- <!-- <!–<table>TRANSPORT_UNLOAD_RESULT</table><!–卸货–>–>-->
- <!-- <!–<table>TRANSPORT_RESULT_UNLOAD_MATERI</table><!–卸货-物资–>–>-->
- <!-- <!–<table>TRANSPORT_CALCULATE_RESULT</table><!–计量–>–>-->
- <!-- <!–<table>TRANSPORT_MEASURE_RESULT</table><!–计时–>–>-->
- <!-- <!–<table>TRANSPORT_TOTAL_RESULT</table><!–总表–>–>-->
- <!-- <!–<table>TRANSPORT_OPERATION_PATH</table><!–作业路径–>–>-->
- <!-- <!–<table>TRANSPORT_OPERATION_PROCESS</table><!–作业环节–>–>-->
- <!-- <!–<table>TRANSPORT_OPERATION_TYPE</table><!–作业类型–>–>-->
- <!-- <!–<table>TRANSPORT_PATH_PROCESS</table><!–作业路径-环节–>–>-->
- <!-- <!–<table>TRANSPORT_PROCESS_RESULT</table>–>-->
- <!-- <!–<table>TRANSPORT_ORDER_PROGRESS</table>–>-->
- <!--<!– <table>TMSSHIP_WATER_QUALITY_RESULT</table>–>-->
- <!--<!– <table>OMSSHIP_INSTRUCTIONS_CAPACITY</table>–>-->
- <!-- <table>AMSSHIP_DELIVERY_NOTICE</table>-->
- <!--<!– <table>AMSSHIP_DELIVERY_ATTORNEY</table>–>-->
- <!--<!– <table>TMSSHIP_BARGE_OPERATION</table>–>-->
- <!--<!– <table>TMSSHIP_LOAD_SHIP_RESULT</table>–>-->
- <!--<!– <table>TMSSHIP_SHIP_LOCATION</table>–>-->
- <!--<!– <table>TMSSHIP_UNLOAD_SHIP_RESULT</table>–>-->
- <!--<!– <table>TMSSHIP_WATER_QUALITY_RESULT</table>–>-->
- <!-- </tables>-->
- <!-- </configuration>-->
- <!-- <executions>-->
- <!-- <execution>-->
- <!-- <phase>compile</phase>-->
- <!-- <goals>-->
- <!-- <goal>steerinfo</goal>-->
- <!-- </goals>-->
- <!-- </execution>-->
- <!-- </executions>-->
- <!-- </plugin>-->
- <plugin>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-maven-plugin</artifactId>
- <executions>
- <execution>
- <goals>
- <goal>repackage</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- <resources>
- <resource>
- <directory>src/main/resources</directory>
- <includes>
- <include>**/*.xml</include>
- </includes>
- </resource>
- <resource>
- <directory>src/main/resources</directory>
- </resource>
- </resources>
- </build>
- </project>
|