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.

License

License

GroupId

GroupId

io.github.q843705423
ArtifactId

ArtifactId

autumn
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/q843705423/autumn

Download autumn

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.q843705423/autumn/ -->
<dependency>
    <groupId>io.github.q843705423</groupId>
    <artifactId>autumn</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.q843705423/autumn/
implementation 'io.github.q843705423:autumn:1.0.2'
// https://jarcasting.com/artifacts/io.github.q843705423/autumn/
implementation ("io.github.q843705423:autumn:1.0.2")
'io.github.q843705423:autumn:jar:1.0.2'
<dependency org="io.github.q843705423" name="autumn" rev="1.0.2">
  <artifact name="autumn" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.q843705423', module='autumn', version='1.0.2')
)
libraryDependencies += "io.github.q843705423" % "autumn" % "1.0.2"
[io.github.q843705423/autumn "1.0.2"]

Dependencies

compile (6)

Group / Artifact Type Version
org.springframework : spring-context jar 5.1.12.RELEASE
org.springframework.boot : spring-boot-starter-web jar 2.1.3.RELEASE
com.alibaba : fastjson jar 1.2.69
cn.hutool : hutool-all jar 4.4.5
org.apache.httpcomponents : httpclient jar 4.3.4
org.apache.httpcomponents : httpcore jar 4.4.4

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1
0.1.0
0.0.9
0.0.3
0.0.2
0.0.1