1 Star 0 Fork 272

丿玫瑰之殇彡 / smart

forked from a466350665 / smart-sso 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 2.27 KB
一键复制 编辑 原始数据 按行查看 历史
zhoule 提交于 2020-11-14 18:20 . 支持手机端,升级到2.1.1
<?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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.0.RELEASE</version>
<relativePath/>
</parent>
<groupId>com.smart</groupId>
<artifactId>smart-sso</artifactId>
<version>2.1.1</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<modules>
<module>smart-sso-client</module>
<module>smart-sso-client-redis</module>
<module>smart-sso-demo</module>
<module>smart-sso-server</module>
</modules>
<properties>
<servlet.version>3.1.0</servlet.version>
<fastjson.version>1.2.69</fastjson.version>
</properties>
<dependencyManagement>
<dependencies>
<!-- J2EE支持-->
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>${servlet.version}</version>
<scope>provided</scope>
</dependency>
<!-- Json处理 -->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>${fastjson.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<build>
<resources>
<!-- Intellij idea兼容 -->
<resource>
<directory>src/main/java</directory>
<includes>
<include>**/*.xml</include>
</includes>
</resource>
<resource>
<directory>src/main/resources</directory>
<!-- 过滤替换配置文件变量 -->
<filtering>true</filtering>
</resource>
</resources>
</build>
<issueManagement>
<system>github</system>
<url>https://github.com/a466350665/smart-sso/issues</url>
</issueManagement>
<scm>
<url>https://github.com/a466350665/smart-sso</url>
<connection>https://github.com/a466350665/smart-sso.git</connection>
</scm>
<developers>
<developer>
<name>ZhouLe(Joe)</name>
<id>Joe</id>
<email>a466350665@qq.com</email>
<roles>
<role>Developer</role>
</roles>
<timezone>+8</timezone>
</developer>
</developers>
</project>
Java
1
https://gitee.com/991347306/smart.git
git@gitee.com:991347306/smart.git
991347306
smart
smart
master

搜索帮助