2021-02-18 17:30:29 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2021-02-20 10:07:25 +08:00
|
|
|
<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">
|
2021-02-18 17:30:29 +08:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2021-02-19 16:34:02 +08:00
|
|
|
<groupId>io.dataease</groupId>
|
2021-02-20 10:07:25 +08:00
|
|
|
<artifactId>dataease-server</artifactId>
|
|
|
|
<version>1.0</version>
|
2021-02-18 17:30:29 +08:00
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
2021-02-26 11:25:14 +08:00
|
|
|
<!--<version>2.2.6.RELEASE</version>-->
|
|
|
|
<version>2.4.3</version>
|
2021-02-18 17:30:29 +08:00
|
|
|
<relativePath/> <!-- lookup parent from repository -->
|
|
|
|
</parent>
|
|
|
|
|
2021-02-20 10:07:25 +08:00
|
|
|
<name>dataease</name>
|
|
|
|
<modules>
|
|
|
|
<module>backend</module>
|
|
|
|
</modules>
|
2021-02-18 17:30:29 +08:00
|
|
|
|
2021-02-19 16:34:02 +08:00
|
|
|
</project>
|