jar

io.github.hubozhi : static-config-spring-boot-starter

Maven & Gradle

Jun 13, 2023
0 stars

io.github.hubozhi:static-config-spring-boot-starter · 将配置文件中的配置加载到静态属性中去,这个静态属性需要在统一的类中,可以有多个类

Table Of Contents

Latest Version

Download io.github.hubozhi : static-config-spring-boot-starter JAR file - Latest Versions:

All Versions

Download io.github.hubozhi : static-config-spring-boot-starter 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 static-config-spring-boot-starter-1.0.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.hubz.common.utils

├─ org.hubz.common.utils.CastUtils.class - [JAR]

├─ org.hubz.common.utils.ClassUtils.class - [JAR]

├─ org.hubz.common.utils.EnvironmentUtils.class - [JAR]

├─ org.hubz.common.utils.StaticConfigCommonConstant.class - [JAR]

org.hubz.common.annocations

├─ org.hubz.common.annocations.ExtraPropertyFile.class - [JAR]

├─ org.hubz.common.annocations.StaticPropertyName.class - [JAR]

org.hubz.common.exceptions

├─ org.hubz.common.exceptions.LoadExtraPropertyFileAnalyzer.class - [JAR]

├─ org.hubz.common.exceptions.LoadExtraPropertyFileException.class - [JAR]

├─ org.hubz.common.exceptions.PropertyNotFoundAnalyzer.class - [JAR]

├─ org.hubz.common.exceptions.PropertyNotFoundException.class - [JAR]

org.hubz.common.event

├─ org.hubz.common.event.StaticConfigApplicationEnvironmentPreparedEventListener.class - [JAR]