Last Version

CRUD API Base 1.0.9

Fornece implementação básica e expansível para criação API's CRUD com Spring Boot e Spring Data JPA.

License

License

GroupId

GroupId

com.github.paulosalonso
ArtifactId

ArtifactId

crud-api-base
Version

Version

1.0.9
Type

Type

jar
Description

Description

CRUD API Base
Fornece implementação básica e expansível para criação API's CRUD com Spring Boot e Spring Data JPA.
Project URL

Project URL

https://github.com/paulosalonso/crud-api-base
Project Organization

Project Organization

Pivotal Software, Inc.
Source Code Management

Source Code Management

https://github.com/paulosalonso/crud-api-base.git

Download crud-api-base 1.0.9


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

Dependencies

compile (11)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-validation jar 2.3.0.RELEASE
org.springframework.boot : spring-boot-configuration-processor Optional jar 2.3.0.RELEASE
com.cosium.spring.data : spring-data-jpa-entity-graph jar 2.3.0
com.fasterxml.jackson.datatype : jackson-datatype-hibernate5 jar 2.10.1
javax.validation : validation-api jar 2.0.1.Final
com.github.paulosalonso : querydecoder jar 2.0.1
com.github.paulosalonso : expression-specification-for-spring-data-jpa jar 1.0.0
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 jar
org.modelmapper : modelmapper jar 2.3.7
io.springfox : springfox-swagger2 jar 2.9.1
io.springfox : springfox-swagger-ui jar 2.9.1

provided (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web jar 2.3.0.RELEASE
org.springframework.boot : spring-boot-starter-data-jpa jar 2.3.0.RELEASE

test (4)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.3.0.RELEASE
com.h2database : h2 jar 1.4.200
io.rest-assured : rest-assured jar 3.3.0
org.assertj : assertj-core jar 3.16.1

Project Modules

There are no modules declared in this project.