Skip to content
View yefeisnima's full-sized avatar
Block or Report

Block or report yefeisnima

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. segmentfault-lessons segmentfault-lessons Public

    Forked from mercyblitz/segmentfault-lessons

    Segment Fault 在线讲堂 代码工程

    Java 1

  2. spring-boot spring-boot Public

    Forked from spring-projects/spring-boot

    Spring Boot

    Java 1

  3. spring-boot-web spring-boot-web Public

    Forked from dn-jack/spring-boot-web

    动脑学院jack老师springboot项目

    Roff

  4. spring-cloud-security-oauth2-jdbc spring-cloud-security-oauth2-jdbc Public

    Forked from jiangchao123/spring-cloud-security-oauth2-jdbc

    使用spring-cloud-security-oauth2来实现oauth server和resource server,oauth Server和resource Server分开,resource Server实现了两种方式,一种是当用token调用受保护资源时,使用RemoteTokenServices来去oauth server去校验。另一种是共享数据库,然后资源服务器自己通过数据…

    Java

  5. spring-cloud-security-oauth2-jwt spring-cloud-security-oauth2-jwt Public

    Forked from jiangchao123/spring-cloud-security-oauth2-jwt

    使用spring-cloud-security-oauth2来实现oauth server和resource server,oauth Server和resource Server分开,oauth Server和resource Server使用了jwt的方式进行了实现。认证服务器生成jwt格式的token,并不对其进行持久化,然后资源服务器使用密钥进行校验token。

    Java