ixortalk-config-server

IxorTalk Config Server

License

License

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

com.ixortalk
ArtifactId

ArtifactId

ixortalk-config-server
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

ixortalk-config-server
IxorTalk Config Server
Project Organization

Project Organization

IxorTalk CVBA
Source Code Management

Source Code Management

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

Download ixortalk-config-server

How to add to project

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

Dependencies

compile (8)

Group / Artifact Type Version
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)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 1.5.6.RELEASE

Project Modules

There are no modules declared in this project.

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.

Versions

Version
2.0.0