userService


License

License

GroupId

GroupId

com.ubirch.user
ArtifactId

ArtifactId

userservice_2.11
Last Version

Last Version

0.8.4
Release Date

Release Date

Type

Type

jar
Description

Description

userService
userService
Project URL

Project URL

http://ubirch.com
Project Organization

Project Organization

com.ubirch.user
Source Code Management

Source Code Management

https://github.com/ubirch/ubirch-user-service

Download userservice_2.11

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.8

Project Modules

There are no modules declared in this project.

ubirch-user-service

General Information

ubirch user management service

Configuration

TODO

Run the service

enter the server module and run:

mvn compile exec:java -Dexec.mainClass="com.ubirch.user.server.Boot"

Deployment Notes

This service depends on MongoDB (tested with 2.6 and 3.4).

Automated Tests

run all tests

mvn test

generate coverage report

mvn surefire-report:report test

more details here: https://github.com/scoverage/sbt-scoverage

Create Docker Image

mvn surefire-report:report deploy --update-snapshots -U -B -Ddockerfile.dockerConfigFile=/.docker/config.json -Duser.home=/build -Ddockerfile.tag=${GO_PIPELINE_LABEL} -Dbuild.number=${GO_PIPELINE_LABEL}
com.ubirch.user

ubirch GmbH

Versions

Version
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.7.0