Spring Boot Web Utility

A nascent library for incorporation into spring boot microservices offering (or soon to offer) an opinionated take on how certain common issues (e.g. errors, authentication, alerts, logging) should be handled, also offering some common model objects

Лицензия

Лицензия

Категории

Категории

Utility Универсальные библиотеки
Группа

Группа

com.baliset
Идентификатор

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

springboot-web-utility
Последняя версия

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

0.1.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

Spring Boot Web Utility
A nascent library for incorporation into spring boot microservices offering (or soon to offer) an opinionated take on how certain common issues (e.g. errors, authentication, alerts, logging) should be handled, also offering some common model objects
Ссылка на сайт

Ссылка на сайт

http://github.com/baliset/springboot-web-utility

Скачать springboot-web-utility

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

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

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
org.springframework : spring-jdbc jar 4.2.5.RELEASE
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 jar 2.8.9
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml jar 2.8.9
com.fasterxml.jackson.dataformat : jackson-dataformat-xml jar 2.8.9
org.codehaus.woodstox : woodstox-core-asl jar 4.4.1

provided (4)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-starter-web jar 1.5.6.RELEASE
org.springframework : spring-context jar 4.3.10.RELEASE
org.springframework.boot : spring-boot jar 1.5.6.RELEASE
org.slf4j : slf4j-api jar 1.7.25

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

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

Данный проект не имеет модулей.
com.baliset

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

Версия
0.1.2
0.1.1