ixortalk-config-server

IxorTalk Config Server

Лицензия

Лицензия

Категории

Категории

config Библиотеки уровня приложения Configuration
Группа

Группа

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

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

ixortalk-config-server
Последняя версия

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

2.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

ixortalk-config-server
IxorTalk Config Server
Организация-разработчик

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

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

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

https://github.com/ixortalkadmin/ixortalk-config-server/tree/master

Скачать ixortalk-config-server

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

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

Зависимости

compile (8)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-starter-actuator jar 1.5.6.RELEASE
org.springframework.boot : spring-boot-starter-web jar 1.5.6.RELEASE
org.springframework.cloud : spring-cloud-config-server jar
javax.inject : javax.inject jar 1
io.prometheus : simpleclient jar 0.2.0
io.prometheus : simpleclient_hotspot jar 0.2.0
io.prometheus : simpleclient_servlet jar 0.2.0
io.prometheus : simpleclient_spring_boot jar 0.2.0

test (1)

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

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

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

IxorTalk Config Server

For general documentation about the IxorTalk platform: https://github.com/ixortalk/ixortalk-gateway

IxorTalk Config Server is a Spring Cloud config server microservice. When bootstrapping a config server, the reference to the repository containing the configuration should be provided. See ixortalk-config-docker for an example on how to start this microservice.

Building

For building Maven, Java 1.8+ and Docker are required.

$ mvn clean install

To build without a Docker image being built:

$ mvn clean install -DskipDocker

Running

For easy bootstrapping an IxorTalk instance, see ixortalk-config-docker which contains a Docker compose configuration for the complete stack.

Contributing

Pull request are welcome.

License

The MIT License (MIT)

Copyright (c) 2016-present IxorTalk CVBA

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

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

Версия
2.0.0