jar

io.gitee.mingbaobaba : security-example-oauth2-springboot

Maven & Gradle

Sep 12, 2023

security-example-oauth2-springboot · example oauth2 spring boot

Table Of Contents

Latest Version

Download io.gitee.mingbaobaba : security-example-oauth2-springboot JAR file - Latest Versions:

All Versions

Download io.gitee.mingbaobaba : security-example-oauth2-springboot JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window security-example-oauth2-springboot-1.2.8.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.gitee.mingbaobaba.security.example.service

├─ io.gitee.mingbaobaba.security.example.service.MyOauth2ClientServiceImpl.class - [JAR]

├─ io.gitee.mingbaobaba.security.example.service.MyPermissionServiceImpl.class - [JAR]

io.gitee.mingbaobaba.security.example.exception

├─ io.gitee.mingbaobaba.security.example.exception.SecurityHandlerExceptionResolver.class - [JAR]

io.gitee.mingbaobaba.security.example.controller

├─ io.gitee.mingbaobaba.security.example.controller.TestController.class - [JAR]

io.gitee.mingbaobaba.security.example

├─ io.gitee.mingbaobaba.security.example.ExampleOauth2SpringBootApplication.class - [JAR]

io.gitee.mingbaobaba.security.example.listener

├─ io.gitee.mingbaobaba.security.example.listener.MyLoginListener.class - [JAR]

io.gitee.mingbaobaba.security.example.domain

├─ io.gitee.mingbaobaba.security.example.domain.User.class - [JAR]

io.gitee.mingbaobaba.security.example.configuration

├─ io.gitee.mingbaobaba.security.example.configuration.AutoConfiguration.class - [JAR]

├─ io.gitee.mingbaobaba.security.example.configuration.WebMvcConfiguration.class - [JAR]