jar

com.github.houbb : current-user

Maven & Gradle

Sep 27, 2022
2 usages

current-user · The current-user tool for java.

Table Of Contents

Latest Version

Download com.github.houbb : current-user JAR file - Latest Versions:

All Versions

Download com.github.houbb : current-user JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3.x
1.2.x
1.1.x
1.0.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 current-user-1.3.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.houbb.current.user.annotation

├─ com.github.houbb.current.user.annotation.CurrentUser.class - [JAR]

├─ com.github.houbb.current.user.annotation.EnableCurrentUser.class - [JAR]

com.github.houbb.current.user.config

├─ com.github.houbb.current.user.config.CurrentUserSpringConfig.class - [JAR]

├─ com.github.houbb.current.user.config.CurrentUserSpringbootAutoConfig.class - [JAR]

com.github.houbb.current.user.utils

├─ com.github.houbb.current.user.utils.CurrentUserUtil.class - [JAR]

com.github.houbb.current.user.dto

├─ com.github.houbb.current.user.dto.CurrentUserInfo.class - [JAR]

com.github.houbb.current.user.constant

├─ com.github.houbb.current.user.constant.CurrentUserConst.class - [JAR]

com.github.houbb.current.user.interceptor

├─ com.github.houbb.current.user.interceptor.CurrentUserMethodArgumentResolver.class - [JAR]

Advertisement