【新增】integrations新增Spring Security OAuth MaxKey SSO

This commit is contained in:
ecoolper
2023-03-22 11:26:47 +08:00
parent abd1bb632c
commit 48f5795d67
20 changed files with 621 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<?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>com.concretepage</groupId>
<artifactId>spring-demo-client</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<name>spring-demo-client1</name>
<artifactId>spring-demo-client1</artifactId>
<description> </description>
</project>