MVN

com.github.yungyu16.spring : spring-boot-starter-proxy

Maven & Gradle

Nov 26, 2020
1 usages
9 stars

将不可实例化的Interface动态代理后注册到Spring容器以便IOC,用于便捷的生成Local Stub

<dependency>
    <groupId>com.github.yungyu16.spring</groupId>
    <artifactId>spring-boot-starter-proxy</artifactId>
    <version>1.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.yungyu16.spring : spring-boot-starter-proxy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.2

All Versions

Choose a version of com.github.yungyu16.spring : spring-boot-starter-proxy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
spring-boot-starter-proxy-1.1.2
spring-boot-starter-proxy-1.1.1
1.0.x
spring-boot-starter-proxy-1.0.0

How to add a dependency to Maven

Add the following com.github.yungyu16.spring : spring-boot-starter-proxy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.yungyu16.spring</groupId>
    <artifactId>spring-boot-starter-proxy</artifactId>
    <version>1.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.yungyu16.spring : spring-boot-starter-proxy gradle dependency to your build.gradle file:

implementation 'com.github.yungyu16.spring:spring-boot-starter-proxy:1.1.2'

Gradle Kotlin DSL: Add the following com.github.yungyu16.spring : spring-boot-starter-proxy gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.yungyu16.spring:spring-boot-starter-proxy:1.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.yungyu16.spring : spring-boot-starter-proxy sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.yungyu16.spring" % "spring-boot-starter-proxy" % "1.1.2"

Advertisement