| | |
| | | <?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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| | | <modelVersion>4.0.0</modelVersion> |
| | | <parent> |
| | | <groupId>com.ycl</groupId> |
| | | <artifactId>ycl-airport-server</artifactId> |
| | | <version>1.0-SNAPSHOT</version> |
| | | </parent> |
| | | |
| | | <groupId>com.ycl</groupId> |
| | | <artifactId>ycl-platform</artifactId> |
| | | <version>1.0.0</version> |
| | | <name>ycl-platform</name> |
| | | <description>后端模块</description> |
| | | |
| | | <properties> |
| | | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| | | </properties> |
| | | |
| | | |
| | | <dependencies> |
| | | <dependency> |
| | | <groupId>com.ycl</groupId> |
| | | <artifactId>ycl-common</artifactId> |
| | | <version>1.0.0</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-test</artifactId> |
| | | <scope>test</scope> |
| | | </dependency> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>com.ycl</groupId>--> |
| | | <!-- <artifactId>ycl-generator</artifactId>--> |
| | | <!-- <version>1.0.0</version>--> |
| | | <!-- <scope>compile</scope>--> |
| | | <!-- </dependency>--> |
| | | </dependencies> |
| | | |
| | | <build> |
| | | <finalName>ycl-platform</finalName> |
| | | <plugins> |
| | | <plugin> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-maven-plugin</artifactId> |
| | | </plugin> |
| | | </plugins> |
| | | </build> |
| | | |
| | | </project> |
| | | <?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
| | | <modelVersion>4.0.0</modelVersion>
|
| | | <parent>
|
| | | <groupId>com.ycl</groupId>
|
| | | <artifactId>ycl-airport-server</artifactId>
|
| | | <version>1.0-SNAPSHOT</version>
|
| | | </parent>
|
| | |
|
| | | <groupId>com.ycl</groupId>
|
| | | <artifactId>ycl-platform</artifactId>
|
| | | <version>1.0.0</version>
|
| | | <name>ycl-platform</name>
|
| | | <description>后端模块</description>
|
| | |
|
| | | <properties>
|
| | | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
| | | </properties>
|
| | |
|
| | |
|
| | | <dependencies>
|
| | | <dependency>
|
| | | <groupId>com.ycl</groupId>
|
| | | <artifactId>ycl-common</artifactId>
|
| | | <version>1.0.0</version>
|
| | | </dependency>
|
| | | <dependency>
|
| | | <groupId>org.springframework.boot</groupId>
|
| | | <artifactId>spring-boot-starter-test</artifactId>
|
| | | <scope>test</scope>
|
| | | </dependency>
|
| | | <dependency>
|
| | | <groupId>com.github.pagehelper</groupId>
|
| | | <artifactId>pagehelper</artifactId>
|
| | | <version>4.1.6</version>
|
| | | </dependency>
|
| | | </dependencies>
|
| | |
|
| | | <build>
|
| | | <finalName>ycl-platform</finalName>
|
| | | <plugins>
|
| | | <plugin>
|
| | | <groupId>org.springframework.boot</groupId>
|
| | | <artifactId>spring-boot-maven-plugin</artifactId>
|
| | | </plugin>
|
| | | </plugins>
|
| | | </build>
|
| | |
|
| | | </project>
|