Root

Provides a start point for building spring boot api with spring data jpa. creates base classes and interfaces required to get you started

License

License

GroupId

GroupId

io.github.samburi
ArtifactId

ArtifactId

root
Last Version

Last Version

1.0.7
Release Date

Release Date

Type

Type

jar
Description

Description

Root
Provides a start point for building spring boot api with spring data jpa. creates base classes and interfaces required to get you started

Download root

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.samburi/root/ -->
<dependency>
    <groupId>io.github.samburi</groupId>
    <artifactId>root</artifactId>
    <version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.samburi/root/
implementation 'io.github.samburi:root:1.0.7'
// https://jarcasting.com/artifacts/io.github.samburi/root/
implementation ("io.github.samburi:root:1.0.7")
'io.github.samburi:root:jar:1.0.7'
<dependency org="io.github.samburi" name="root" rev="1.0.7">
  <artifact name="root" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.samburi', module='root', version='1.0.7')
)
libraryDependencies += "io.github.samburi" % "root" % "1.0.7"
[io.github.samburi/root "1.0.7"]

Dependencies

compile (11)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-data-jpa jar 2.5.4
org.springframework.boot : spring-boot-starter-validation jar 2.5.4
org.springframework.data : spring-data-envers jar
org.springframework.boot : spring-boot-starter-web jar 2.5.4
org.springframework.cloud : spring-cloud-starter-config jar
org.springframework.cloud : spring-cloud-starter-netflix-eureka-client jar
org.springdoc : springdoc-openapi-ui jar 1.4.8
org.modelmapper : modelmapper jar 2.3.9
org.projectlombok : lombok jar 1.18.20
org.springframework.cloud : spring-cloud-starter-bootstrap jar
org.springframework.boot : spring-boot-starter-actuator jar 2.5.4

runtime (2)

Group / Artifact Type Version
mysql : mysql-connector-java jar 8.0.26
com.microsoft.sqlserver : mssql-jdbc jar 9.2.1.jre8

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.5.4

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0