jar

io.github.52ylx : lxbootbasic

Maven & Gradle

Apr 12, 2022
0 stars

lxbootbasic · 配置文件参考 server.port=8003 spring.profiles.active=@env@ [email protected]@ logging.file=./logs/@project.artifactId@/springboot.log #异常拦截器 #exceptionWebConfigurer.enable=false #入参加密拦截器 关闭不进行验证 #securityFilter.enable=false #关闭swagger #swagger.enable=false #swagger- controller包名 默认启动类包 #swagger.basePackage=com.test2 #请求头默认参数 #swagger.defaultHeaders=[{"name":"Authorization","description":"登录令牌","defaultValue":"0"}]

Table Of Contents

Latest Version

Download io.github.52ylx : lxbootbasic JAR file - Latest Versions:

All Versions

Download io.github.52ylx : lxbootbasic JAR file - All Versions:

Version Vulnerabilities Size Updated
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 lxbootbasic-1.0.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.lx.utils

├─ com.lx.utils.OS.class - [JAR]

├─ com.lx.utils.SwaggerConfig.class - [JAR]

com.lx.utils.web

├─ com.lx.utils.web.ExceptionWebConfigurer.class - [JAR]

├─ com.lx.utils.web.SecurityFilter.class - [JAR]

com.lx.entity

├─ com.lx.entity.DefaultStatusCode.class - [JAR]

├─ com.lx.entity.PageResult.class - [JAR]

├─ com.lx.entity.Result.class - [JAR]

├─ com.lx.entity.UserInfo.class - [JAR]

com.lx

├─ com.lx.AutoConfiguration.class - [JAR]

com.lx.utils.constant

├─ com.lx.utils.constant.DefaultBaseConstant.class - [JAR]

Advertisement