Configrd Service

External configuration service

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

configrd-service
Последняя версия

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

2.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Configrd Service
External configuration service
Ссылка на сайт

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

https://github.com/configrd/configrd-service
Система контроля версий

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

https://github.com/configrd/configrd-service

Скачать configrd-service

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

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

Зависимости

test (2)

Идентификатор библиотеки Тип Версия
org.junit.vintage : junit-vintage-engine jar 5.1.1
org.glassfish.jersey.media : jersey-media-json-jackson jar 2.26

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

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

MaintainabilityCircleCI

See the full documentation at https://configrd.io

Quick Start

Pull & Run

Pull the docker image and start the service and map a volume to /srv/configrd on both container and host

docker run -d -p 9191:9191 -v /srv/configrd:/srv/configrd configrd/configrd-service:latest

A default configrd.yaml file will be created at /srv/configrd on your local file system. The service will listen to requests on port 9191.

service:
  defaults:
    fileName: default.properties
  repos:
    default:
      uri: file:/srv/configrd
      sourceName: file

Now open your favorite browser and navigate to http://localhost:9191/configrd/v1/

io.configrd

Configrd

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

Версия
2.0.0