Last Version

Microservice Application 1.1.18

This is an example of a microservice oriented application that a typical enterprise will work with. It is not meant to be of the scale of NetFlix/Facebook but for more normal loads of a large company where IT is not their primary function.

License

License

Categories

Categories

Net
GroupId

GroupId

net.trajano.ms.app
ArtifactId

ArtifactId

app-ms
Version

Version

1.1.18
Type

Type

pom
Description

Description

Microservice Application
This is an example of a microservice oriented application that a typical enterprise will work with. It is not meant to be of the scale of NetFlix/Facebook but for more normal loads of a large company where IT is not their primary function.
Project Organization

Project Organization

Trajano
Source Code Management

Source Code Management

https://github.com/trajano/app-ms

Download app-ms 1.1.18

Filename Size
app-ms-1.1.18.pom 7 KB
Browse

<!-- https://jarcasting.com/artifacts/net.trajano.ms.app/app-ms/ -->
<dependency>
    <groupId>net.trajano.ms.app</groupId>
    <artifactId>app-ms</artifactId>
    <version>1.1.18</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.trajano.ms.app/app-ms/
implementation 'net.trajano.ms.app:app-ms:1.1.18'
// https://jarcasting.com/artifacts/net.trajano.ms.app/app-ms/
implementation ("net.trajano.ms.app:app-ms:1.1.18")
'net.trajano.ms.app:app-ms:pom:1.1.18'
<dependency org="net.trajano.ms.app" name="app-ms" rev="1.1.18">
  <artifact name="app-ms" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.trajano.ms.app', module='app-ms', version='1.1.18')
)
libraryDependencies += "net.trajano.ms.app" % "app-ms" % "1.1.18"
[net.trajano.ms.app/app-ms "1.1.18"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • ms-base
  • ms-common
  • ms-common-auth
  • ms-common-impl
  • ms-engine
  • ms-engine-manifest
  • ms-engine-spring-jaxrs
  • ms-engine-swagger
  • ms-gateway
  • ms-oidc
  • ms-resource
  • ms-swagger
  • quasar-ms
  • sample-authn
  • sample-authz
  • sample-ms
  • sample-oidc