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

License

License

Categories

Categories

Utility General Purpose Libraries
GroupId

GroupId

com.baliset
ArtifactId

ArtifactId

springboot-web-utility
Last Version

Last Version

0.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

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
Project URL

Project URL

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

Download springboot-web-utility

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
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)

Group / Artifact Type Version
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)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.
com.baliset

Versions

Version
0.1.2
0.1.1