Custom Spring Remote Annotation

You can set up Spring RMI and HttpInvoker in only two steps. Step 1. Set @EnableRemoteType on application main. Step 2. Add @RemoteType on your service(or component, resource ...)

License

License

GroupId

GroupId

io.github.jistol
ArtifactId

ArtifactId

jistol-spring-remote
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Custom Spring Remote Annotation
You can set up Spring RMI and HttpInvoker in only two steps. Step 1. Set @EnableRemoteType on application main. Step 2. Add @RemoteType on your service(or component, resource ...)
Project URL

Project URL

https://github.com/jistol/jistol-spring-remote
Project Organization

Project Organization

Pivotal Software, Inc.
Source Code Management

Source Code Management

https://github.com/jistol/jistol-spring-remote

Download jistol-spring-remote

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.springframework : spring-web jar 4.3.7.RELEASE

test (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web jar 1.5.2.RELEASE
org.springframework.boot : spring-boot-starter-test jar 1.5.2.RELEASE

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.0
1.0.0