10 Star 38 Fork 14

Jonluo / jwt-springboot-sso

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
pom.xml 1.22 KB
Copy Edit Raw Blame History
knightluo authored 2017-09-27 10:56 . 完善结构
<?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>
<groupId>com.jonluo</groupId>
<artifactId>jwt-sso</artifactId>
<name>Sso</name>
<description>Sso</description>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.3.5.RELEASE</version>
</parent>
<properties>
<java.version>1.7</java.version>
</properties>
<modules>
<module>jwt-sso-client</module>
<module>jwt-sso-server</module>
</modules>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.2</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
</plugins>
</build>
</project>
Java
1
https://gitee.com/jonluo/jwt-springboot-sso.git
git@gitee.com:jonluo/jwt-springboot-sso.git
jonluo
jwt-springboot-sso
jwt-springboot-sso
master

Search