MVN

com.upuphub : quick-profile

Maven & Gradle

Nov 13, 2019
2 stars

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

<dependency>
    <groupId>com.upuphub</groupId>
    <artifactId>quick-profile</artifactId>
    <version>0.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.upuphub : quick-profile to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1

All Versions

Choose a version of com.upuphub : quick-profile to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
quick-profile-0.0.1

How to add a dependency to Maven

Add the following com.upuphub : quick-profile maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.upuphub</groupId>
    <artifactId>quick-profile</artifactId>
    <version>0.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.upuphub : quick-profile gradle dependency to your build.gradle file:

implementation 'com.upuphub:quick-profile:0.0.1'

Gradle Kotlin DSL: Add the following com.upuphub : quick-profile gradle kotlin dependency to your build.gradle.kts file:

implementation("com.upuphub:quick-profile:0.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.upuphub : quick-profile sbt scala dependency to your build.sbt file:

libraryDependencies += "com.upuphub" % "quick-profile" % "0.0.1"