Generic Crud Controller

A crud controller for spring boot applications that provides basic get, post and delete functionality.

License

License

Categories

Categories

Net
GroupId

GroupId

net.lonewolfcode.opensource.springutilities
ArtifactId

ArtifactId

GenericCrudController
Last Version

Last Version

1.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

Generic Crud Controller
A crud controller for spring boot applications that provides basic get, post and delete functionality.
Project URL

Project URL

https://github.com/CodingSorcerer/CrudController
Source Code Management

Source Code Management

https://github.com/CodingSorcerer/CrudController

Download GenericCrudController

How to add to project

<!-- https://jarcasting.com/artifacts/net.lonewolfcode.opensource.springutilities/GenericCrudController/ -->
<dependency>
    <groupId>net.lonewolfcode.opensource.springutilities</groupId>
    <artifactId>GenericCrudController</artifactId>
    <version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.lonewolfcode.opensource.springutilities/GenericCrudController/
implementation 'net.lonewolfcode.opensource.springutilities:GenericCrudController:1.3.0'
// https://jarcasting.com/artifacts/net.lonewolfcode.opensource.springutilities/GenericCrudController/
implementation ("net.lonewolfcode.opensource.springutilities:GenericCrudController:1.3.0")
'net.lonewolfcode.opensource.springutilities:GenericCrudController:jar:1.3.0'
<dependency org="net.lonewolfcode.opensource.springutilities" name="GenericCrudController" rev="1.3.0">
  <artifact name="GenericCrudController" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.lonewolfcode.opensource.springutilities', module='GenericCrudController', version='1.3.0')
)
libraryDependencies += "net.lonewolfcode.opensource.springutilities" % "GenericCrudController" % "1.3.0"
[net.lonewolfcode.opensource.springutilities/GenericCrudController "1.3.0"]

Dependencies

compile (2)

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

runtime (1)

Group / Artifact Type Version
com.h2database : h2 jar 1.4.194

test (1)

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

Project Modules

There are no modules declared in this project.

Versions

Version
1.3.0
1.2.0
1.0.0