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.

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

net.trajano.ms.app
Идентификатор

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

app-ms
Последняя версия

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

1.1.18
Дата

Дата

Тип

Тип

pom
Описание

Описание

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.
Организация-разработчик

Организация-разработчик

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

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

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

Скачать app-ms

Имя Файла Размер
app-ms-1.1.18.pom 6 KB
Обзор

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

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

  • 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

Microservice Application

Build Status Quality Gate Javadocs

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.

The core technology stack used:

  • Vert.X as the reactive framework
  • Netty (part of Vert.X) as the web server and client technology
  • RESTEasy for JAX-RS
  • Jackson for XML/JSON mapping
  • GSON for fast JSON processing
  • Swagger for REST API documentation
  • Spring boot for configuration
  • SLF4J for logging
  • Spring for depdency injection
  • Docker
  • Docker-Compose

For the examples:

  • VueJS is used for the UI
  • Google would be the identity provider
  • nginx for static content delivery
  • Spring-Data for persistence
  • Hazelcast for any caching requirements

More details are available from the Maven site

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

Версия
1.1.18
1.1.15
1.1.12
1.1.11
1.1.10
1.1.7
1.1.6
1.1.5
1.1.3
1.1.0
1.0.2
1.0.0
0.0.9
0.0.8
0.0.7
0.0.5
0.0.4