2 Star 3 Fork 1

AnyLine / anyboot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
AnyLine 提交于 2024-04-12 00:41 . 8.7.2
<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>org.anyboot</groupId>
<artifactId>anyboot-start-mvc-jsp</artifactId>
<version>8.7.2.2612-SNAPSHOT</version>
<relativePath>../anyboot-start-mvc-jsp</relativePath>
</parent>
<artifactId>anyboot-start-mvc-jsp-mysql</artifactId>
<packaging>pom</packaging>
<name>anyboot-start-mvc-jsp-mysql</name>
<description>anyboot-start-mvc-jsp-mysql</description>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jdbc</artifactId>
</dependency>
<dependency>
<groupId>org.anyline</groupId>
<artifactId>anyline-data-jdbc</artifactId>
</dependency>
<dependency>
<groupId>org.anyline</groupId>
<artifactId>anyline-data-jdbc-mysql</artifactId>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
</dependency>
</dependencies>
</project>
1
https://gitee.com/anyline/anyboot.git
git@gitee.com:anyline/anyboot.git
anyline
anyboot
anyboot
master

搜索帮助