serveo-spring-boot-starter

Serveo Spring Boot Starter

Лицензия

Лицензия

Категории

Категории

Spring Boot Контейнер Микросервисы
Группа

Группа

com.github.migangqui
Идентификатор

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

serveo-spring-boot-starter
Последняя версия

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

1.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

serveo-spring-boot-starter
Serveo Spring Boot Starter
Ссылка на сайт

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

https://github.com/migangqui/spring-boot-starter-serveo
Организация-разработчик

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

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

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

https://github.com/migangqui/spring-boot-starter-serveo

Скачать serveo-spring-boot-starter

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

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

Зависимости

compile (2)

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

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

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

Serveo Spring Boot Starter

Spring Boot Starter to share your localhost Spring Application with an external url.

What is Serveo?

From the official website, Serveo is an SSH server just for remote port forwarding. When a user connects to Serveo, they get a public URL that anybody can use to connect to their localhost server.

How works this starter?

When you add this dependency to your pom.xml and configure it, you'll automatically get a public url to your local server.

Dependency

Actual version is 1.1

  • Maven:
<dependency>
   <groupId>com.github.migangqui</groupId>
   <artifactId>serveo-spring-boot-starter</artifactId>
   <version>1.0</version>
</dependency>
  • Gradle:
compile('com.github.migangqui:serveo-spring-boot-starter:1.0')

https://mvnrepository.com/artifact/com.github.migangqui/serveo-spring-boot-starter

Configuration

You must enable Serveo runner adding the following property:

serveo:
    enabled: true

As optional property, you can choose a subdomain:

serveo:
    custom:
      domain: mysubdomain

References

Disclaimer

ArtifactId has been modified from spring-boot-starter-serveo to serveo-spring-boot-starter to follow Spring instruction starters naming https://docs.spring.io/spring-boot/docs/2.0.0.M5/reference/html/boot-features-developing-auto-configuration.html#boot-features-custom-starter-naming

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

Версия
1.1
1.0