115 Star 189 Fork 88

去好店/nbsaas-mall2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 1.97 KB
一键复制 编辑 原始数据 按行查看 历史
<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>
<parent>
<groupId>com.nbsaas.boot</groupId>
<artifactId>nbsaas-boot</artifactId>
<version>1.1.20-2024</version>
</parent>
<groupId>com.nbsaas.boot</groupId>
<artifactId>nbsaas-mall2</artifactId>
<version>1.0.1</version>
<packaging>pom</packaging>
<name>nbsaas-mall2</name>
<url>http://www.nbsaas.com</url>
<repositories>
<repository>
<id>aliyun</id>
<url>http://maven.aliyun.com/nexus/content/repositories/central/</url>
</repository>
</repositories>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<mybatis.version>3.5.16</mybatis.version>
<mybatis-spring.version>3.0.3</mybatis-spring.version>
<nb.boot.version>1.1.20-2024</nb.boot.version>
<nb.starter.version>1.1.10-2024</nb.starter.version>
<nb.data.version>1.0.8-2024</nb.data.version>
<nb.storage.version>1.0.5-2024</nb.storage.version>
<binarywang.version>4.6.7.B</binarywang.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-starter</artifactId>
<version>${mybatis-spring.version}</version>
</dependency>
<dependency>
<groupId>io.hypersistence</groupId>
<artifactId>hypersistence-utils-hibernate-55</artifactId>
<version>3.7.0</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
</dependencies>
<modules>
<module>adapters</module>
<module>apis</module>
<module>code-generator</module>
<module>gates</module>
<module>gateway</module>
<module>resources</module>
</modules>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/quhaodian/nbsaas-mall2.git
[email protected]:quhaodian/nbsaas-mall2.git
quhaodian
nbsaas-mall2
nbsaas-mall2
master

搜索帮助