| Лицензия |
Лицензия |
|---|---|
| Группа | Группа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 ...)
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| jistol-spring-remote-2.0.0.pom | |
| jistol-spring-remote-2.0.0.jar | 7 KB |
| jistol-spring-remote-2.0.0-sources.jar | 2 KB |
| jistol-spring-remote-2.0.0-javadoc.jar | 37 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework : spring-web | jar | 4.3.7.RELEASE |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | 1.5.2.RELEASE |
| org.springframework.boot : spring-boot-starter-test | jar | 1.5.2.RELEASE |