初始化

master
Yueng 2024-07-25 13:38:40 +08:00
parent 0a3acaa77d
commit 2f9a96ebfe
1 changed files with 3 additions and 3 deletions

View File

@ -4,15 +4,15 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>com.muyu</groupId>
<artifactId>cloud-modules</artifactId>
<artifactId>cloud-server-parent</artifactId>
<version>3.6.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cloud-modules-file</artifactId>
<artifactId>cloud-file</artifactId>
<description>
cloud-modules-file文件服务
cloud-file文件服务
</description>
<properties>
<maven.compiler.source>17</maven.compiler.source>