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 ...)

Лицензия

Лицензия

Группа

Группа

io.github.jistol
Идентификатор

Идентификатор

jistol-spring-remote
Последняя версия

Последняя версия

2.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

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 ...)
Ссылка на сайт

Ссылка на сайт

https://github.com/jistol/jistol-spring-remote
Организация-разработчик

Организация-разработчик

Pivotal Software, Inc.
Система контроля версий

Система контроля версий

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

Скачать jistol-spring-remote

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.springframework : spring-web jar 4.3.7.RELEASE

test (2)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-starter-web jar 1.5.2.RELEASE
org.springframework.boot : spring-boot-starter-test jar 1.5.2.RELEASE

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
2.0.0
1.0.0