1 Star 0 Fork 1

loimy/SpringBoot-Security

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 837 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiexiao04 提交于 2018-02-28 19:13 +08:00 . 2.0版本接入jpa
<?xml version="1.0" encoding="UTF-8"?>
<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">
<parent>
<artifactId>security-parent</artifactId>
<groupId>com.kinpoway</groupId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../security-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>security-app</artifactId>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>com.kinpoway</groupId>
<artifactId>security-core</artifactId>
<version>${security.version}</version>
</dependency>
</dependencies>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/loimy/SpringBoot-Security.git
git@gitee.com:loimy/SpringBoot-Security.git
loimy
SpringBoot-Security
SpringBoot-Security
master

搜索帮助

371d5123 14472233 46e8bd33 14472233