<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>cn.fscode.commons</groupId>
    <artifactId>commons-parent</artifactId>
    <version>1.0.1</version>
    <relativePath>../commons-parent</relativePath>
  </parent>
  <groupId>cn.fscode.commons</groupId>
  <artifactId>commons-storage-spring-boot-starter</artifactId>
  <version>1.0.1</version>
  <packaging>pom</packaging>
  <description>project commons 适用所有java项目的公共库, 方便快速集成和使用, 提供工作效率</description>
  <url>https://gitee.com/sgy_project/project-commons/commons-storage-spring-boot-starter</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://mit-license.org/</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>shenguangyang</name>
      <email>shenguangyang@foxmail.com</email>
      <roles>
        <role>Developer</role>
      </roles>
      <timezone>+8</timezone>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git:/gitee.com/sgy_project/project-commons.git</connection>
    <developerConnection>scm:git:ssh://git@gitee.com/sgy_project/project-commons.git</developerConnection>
    <url>https://gitee.com/sgy_project/project-commons</url>
  </scm>
</project>
