Code Monkey home page Code Monkey logo

hanbyy / docs-manage Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yupaits/docs-manage

0.0 0.0 0.0 4.04 MB

文档管理系统,实现了SpringBoot生态主流的三种认证授权方案:1、基于OAuth2的认证授权和单点登录;2、基于Shiro和jwt实现认证授权;3、基于Spring Security和jwt实现认证授权。此项目不准备继续开发,建议关注 https://github.com/yupaits/yutool-samples/tree/master/auth-sample 获取相关更新内容。

License: MIT License

Java 83.23% HTML 6.72% JavaScript 3.67% Vue 6.38%

docs-manage's Introduction

DocsManage 之 实现基于OAuth2的认证授权和单点登录

分支

启动步骤

  1. 下载代码

    git clone https://github.com/YupaiTS/docs-manage.git
  2. 切换到 master 分支

  3. 创建数据库

    create database  `docs-oauth2` default charset utf8 collate utf8_general_ci;
  4. 执行 auth-serverdocs-servertest 包下的测试用例,向数据库插入测试数据

  5. 依次运行 discovery-serverauth-serverdocs-serverdocs-clientApplication 类的 main 方法启动服务

  6. 在浏览器中 http://localhost:11030/ui 进入客户端页面

docs-manage's People

Contributors

yupaits avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.