1 Star 2 Fork 0

hq.W / 基于JFinal-Blade-ActFramework框架集成JustAuthPlus的demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pom.xml 3.75 KB
一键复制 编辑 原始数据 按行查看 历史
hq.W 提交于 2021-09-27 20:53 . 结项
<?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.whq</groupId>
<artifactId>JAP-demo</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>JFinal-JAP</module>
<module>Blade-JAP</module>
<module>Actframework-JAP</module>
</modules>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
</properties>
<dependencies>
<!-- 该版本此处authenticate返回值有问题 JapResponse japResponse = simpleStrategy.authenticate(new SimpleConfig(), request, response);-->
<!-- <dependency>-->
<!-- <groupId>com.fujieid</groupId>-->
<!-- <artifactId>jap-simple</artifactId>-->
<!-- <version>1.0.0</version>-->
<!-- </dependency>-->
<dependency>
<groupId>com.fujieid</groupId>
<artifactId>jap-simple</artifactId>
<version>1.0.1-alpha.1</version>
</dependency>
<dependency>
<groupId>com.fujieid</groupId>
<artifactId>jap-social</artifactId>
<version>1.0.3</version>
</dependency>
<dependency>
<groupId>com.fujieid</groupId>
<artifactId>jap-oauth2</artifactId>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>com.fujieid</groupId>
<artifactId>jap-oidc</artifactId>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>me.zhyd.oauth</groupId>
<artifactId>JustAuth</artifactId>
<version>1.15.9</version>
</dependency>
<!--AtrFramework 报错-->
<!-- <dependency>-->
<!-- <groupId>cn.hutool</groupId>-->
<!-- <artifactId>hutool-all</artifactId>-->
<!-- <version>5.7.12</version>-->
<!-- </dependency>-->
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-core</artifactId>
<version>5.7.13</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.73</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.3.1</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>com.google.code.google-collections</groupId>-->
<!-- <artifactId>google-collect</artifactId>-->
<!-- <version>snapshot-20080530</version>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>org.springframework</groupId>-->
<!-- <artifactId>spring-context</artifactId>-->
<!-- <version>4.2.5.RELEASE</version>-->
<!-- </dependency>-->
<dependency>
<groupId>com.fujieid</groupId>
<artifactId>jap-core</artifactId>
<version>1.0.2</version>
<scope>compile</scope>
</dependency>
<!-- <dependency>-->
<!-- <groupId>commons-io</groupId>-->
<!-- <artifactId>commons-io</artifactId>-->
<!-- <version>2.4</version>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>org.apache.commons</groupId>-->
<!-- <artifactId>commons-lang3</artifactId>-->
<!-- <version>3.9</version>-->
<!-- </dependency>-->
</dependencies>
</project>
1
https://gitee.com/wuhaoqiHomeP/JustAuthPlusDemo.git
git@gitee.com:wuhaoqiHomeP/JustAuthPlusDemo.git
wuhaoqiHomeP
JustAuthPlusDemo
基于JFinal-Blade-ActFramework框架集成JustAuthPlus的demo
master

搜索帮助