jar

com.upuphub : quick-profile

Maven & Gradle

Nov 13, 2019
2 stars

QuickProfileFramework · QuickProfileFramework for Java,基于Springboot自动注入配置,参考表驱动的思想,避免在庞大的查询修改中,需要繁琐冗杂的if else/switch case,可配置化的管理Profile信息。通过单一接口,实现要啥取啥。简单的配置管理复杂的Profile属性参数。

Table Of Contents

Latest Version

Download com.upuphub : quick-profile JAR file - Latest Versions:

All Versions

Download com.upuphub : quick-profile JAR file - All Versions:

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

com.upuphub.profile.example.config

├─ com.upuphub.profile.example.config.QuickProfileConfig.class - [JAR]

com.upuphub.profile.spring

├─ com.upuphub.profile.spring.ProfileBeanPostProcessor.class - [JAR]

├─ com.upuphub.profile.spring.ProfileGeneralServiceManager.class - [JAR]

├─ com.upuphub.profile.spring.ProfileServiceScannerRegistrar.class - [JAR]

├─ com.upuphub.profile.spring.ProfileServiceTypeFilter.class - [JAR]

├─ com.upuphub.profile.spring.ProfileSpringProviderBean.class - [JAR]

com.upuphub.profile.example.service

├─ com.upuphub.profile.example.service.ProfileMongoService.class - [JAR]

├─ com.upuphub.profile.example.service.ProfileMysqlService.class - [JAR]

├─ com.upuphub.profile.example.service.ProfileService.class - [JAR]

├─ com.upuphub.profile.example.service.ProfileTransferService.class - [JAR]

com.upuphub.profile.utils

├─ com.upuphub.profile.utils.BeanUtil.class - [JAR]

├─ com.upuphub.profile.utils.ObjectUtil.class - [JAR]

├─ com.upuphub.profile.utils.ProfileXmlParameterUtil.class - [JAR]

com.upuphub.profile

├─ com.upuphub.profile.QuickProfileApplication.class - [JAR]

com.upuphub.profile.reflect

├─ com.upuphub.profile.reflect.ProfileMethodHandler.class - [JAR]

com.upuphub.profile.annotation

├─ com.upuphub.profile.annotation.ProfileBeanField.class - [JAR]

├─ com.upuphub.profile.annotation.ProfileLoader.class - [JAR]

├─ com.upuphub.profile.annotation.ProfileParam.class - [JAR]

├─ com.upuphub.profile.annotation.ProfileService.class - [JAR]

├─ com.upuphub.profile.annotation.ProfileServiceScan.class - [JAR]

com.upuphub.profile.example.service.impl

├─ com.upuphub.profile.example.service.impl.ProfileMongoServiceImpl.class - [JAR]

├─ com.upuphub.profile.example.service.impl.ProfileMysqlServiceImpl.class - [JAR]

├─ com.upuphub.profile.example.service.impl.ProfileTransferServiceImpl.class - [JAR]

com.upuphub.profile.component

├─ com.upuphub.profile.component.BaseProfileDefinition.class - [JAR]

├─ com.upuphub.profile.component.ProfileOriginalDefinition.class - [JAR]

├─ com.upuphub.profile.component.ProfileParametersManager.class - [JAR]

├─ com.upuphub.profile.component.ProfileParametersMethod.class - [JAR]

├─ com.upuphub.profile.component.ProfileTransferDefinition.class - [JAR]

com.upuphub.profile.service

├─ com.upuphub.profile.service.BaseProfileService.class - [JAR]

com.upuphub.profile.exception

├─ com.upuphub.profile.exception.ProfileBeanNotFoundException.class - [JAR]

├─ com.upuphub.profile.exception.ProfileChangeException.class - [JAR]

├─ com.upuphub.profile.exception.ProfileDefinitionException.class - [JAR]

├─ com.upuphub.profile.exception.ProfileGenericLoaderException.class - [JAR]

├─ com.upuphub.profile.exception.ProfileMethodNotFoundException.class - [JAR]

├─ com.upuphub.profile.exception.ProfileTransferException.class - [JAR]

com.upuphub.profile.example.bean

├─ com.upuphub.profile.example.bean.EmailTestBean.class - [JAR]