a

autumn

This project is an interface calling framework based on springboot. It encapsulates RestTemplate and uses dynamic proxy technology to convert the call to controller into direct call to interface.
https://github.com/q843705423/autumn
The Apache Software License, Version 2.0
QiQi.Chen
Files download
File Operation
autumn-1.0.2.jar download
autumn-1.0.2.pom download
autumn-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.q843705423</groupId>
  <artifactId>autumn</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'io.github.q843705423:autumn:1.0.2'
Gradle Kotlin
implementation("io.github.q843705423:autumn:1.0.2")
Scala SBT
libraryDependencies += "io.github.q843705423" % "autumn" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.q843705423', module='autumn', version='1.0.2')
)
Apache Ivy
<dependency org="io.github.q843705423" name="autumn" rev="1.0.2" />
Leiningen
[io.github.q843705423/autumn "1.0.2"]
Apache Buildr
'io.github.q843705423:autumn:jar:1.0.2'