ixortalk-assetmgmt

IxorTalk Asset Management Microservice

License

License

GroupId

GroupId

com.ixortalk
ArtifactId

ArtifactId

ixortalk-assetmgmt
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

ixortalk-assetmgmt
IxorTalk Asset Management Microservice
Project URL

Project URL

https://github.com/ixortalk/ixortalk-assetmgmt/tree/master
Project Organization

Project Organization

IxorTalk CVBA
Source Code Management

Source Code Management

https://github.com/ixortalk/ixortalk-assetmgmt/tree/master

Download ixortalk-assetmgmt

How to add to project

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

Dependencies

compile (20)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-actuator jar 1.5.10.RELEASE
org.springframework.boot : spring-boot-starter-web jar 1.5.10.RELEASE
org.springframework.boot : spring-boot-starter-data-mongodb jar 1.5.10.RELEASE
org.springframework.cloud : spring-cloud-starter-config jar
com.ixortalk : ixortalk-oauth2-spring-boot-starter jar 0.0.2
org.springframework.boot : spring-boot-starter-data-rest jar 1.5.10.RELEASE
org.springframework.boot : spring-boot-starter-security jar 1.5.10.RELEASE
org.springframework.security : spring-security-data jar
javax.inject : javax.inject jar 1
com.google.guava : guava jar 19.0-rc2
com.github.fge : json-schema-validator jar 2.2.6
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml jar 2.8.5
io.prometheus : simpleclient jar 0.0.22
io.prometheus : simpleclient_hotspot jar 0.0.22
io.prometheus : simpleclient_servlet jar 0.0.22
io.prometheus : simpleclient_spring_boot jar 0.0.22
com.ixortalk : ixortalk-util jar 1.0.2
javax.xml.bind : jaxb-api jar 2.3.0
org.glassfish.jaxb : jaxb-runtime jar 2.3.0
commons-httpclient : commons-httpclient jar 3.1

test (11)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 1.5.10.RELEASE
org.springframework.security : spring-security-test jar
org.assertj : assertj-core jar 3.5.1
de.flapdoodle.embed : de.flapdoodle.embed.mongo jar 1.50.5
com.jayway.restassured : rest-assured jar 2.9.0
org.springframework.restdocs : spring-restdocs-core jar 1.1.0.RELEASE
org.springframework.restdocs : spring-restdocs-restassured jar 1.1.0.RELEASE
com.shazam : shazamcrest jar 0.11
com.ixortalk : ixortalk-test jar 1.0.0
org.springframework.cloud : spring-cloud-config-server jar
net.javacrumbs.json-unit : json-unit-fluent jar 1.24.0

Project Modules

There are no modules declared in this project.

IxorTalk AssetMgmt

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

IxorTalk Assetmgmt is a Spring Boot Microservice responsible for managing assets within the IxorTalk instance. It uses Spring Data Rest on top of MongoDb.

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.
com.ixortalk

IxorTalk

Connected Experiences

Versions

Version
1.0.3
1.0.2
1.0.1
1.0.0