GithubHelp home page GithubHelp logo

springcloud-file-admin's Introduction

gateway-oauth

auth :权限控制服务中心

gateway-service :spring cloud gateway 与 oauth2 整合(port:8763,主要用此)

gateway-zuul : spring cloud zuul 与oauth2整合(port:8762)

user-service :用户微服务

email-service :邮箱服务

image-service :图片服务

file-service :文件服务

friends-service :好友微服务

dynamic-service :动态服务

more-service :更多功能

admin-service :管理员

service-common 公共模块,目前主要是JavaBean

service-eureka :项目中没有使用该注册中心,而是用了一个在线eureka

file.sql 数据库文件

获取token(post请求)

1.client 模式:http://localhost:8763/oauth/token?grant_type=client_credentials&scope=select&client_id=client_1&client_secret=123456
2.password模式:http://localhost:8763/oauth/token?username=fpf&password=fpf&grant_type=password&scope=select&client_id=client_2&client_secret=123456

请求资源(get)

http://localhost:8763/user/query?access_token=f63eda98-2434-49c2-b051-d8d6cd045c9e

入门小白,研究良久,实属不易,如有问题或者bug,敬请赐教,thank you

springcloud-file-admin's People

Contributors

xghjbvvg avatar

Watchers

 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.