8000 GitHub - AlexPaiva98/spring-crud: Spring-CRUD is a framework that provides a framework with basic server application operations (API). With it, it is possible to speed up the development of services and reuse source code. Main operations: register, update, delete, list all with pagination and list one.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Spring-CRUD is a framework that provides a framework with basic server application operations (API). With it, it is possible to speed up the development of services and reuse source code. Main operations: register, update, delete, list all with pagination and list one.

Notifications You must be signed in to change notification settings

AlexPaiva98/spring-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ABOUT

Spring-CRUD is a framework that provides a framework with basic server application operations (API). With it, it is possible to speed up the development of services and reuse source code. Main operations: register, update, delete, list all with pagination and list one.

Structure

7705
  • Architectures: Layers and REST
  • Programming language: JAVA (11)
  • Framework: Spring 2.6.4

Methods Provided

  • GET: fetch all with pagination
  • GET: search resource by ID
  • GET: seek resource through information (enable pagination)
  • POST: register resource
  • PUT: update a resource's information
  • PATCH: update a resource's information set
  • DELETE: disable resource
  • DELETE: disable resource through an information

Observations

  • Get methods that return a lot of data allow for pagination
  • Delete methods follow the philosophy of never really deleting data, only disabling

HOW TO EXPORT

  1. In the root of the project type: mvn package

HOW TO IMPORT

By Intellij

  1. File > Project Structure... > Libraries > + > Java > PROJECT.jar
  2. Insert the annotation @ComponentScan(basePackages = { "br.ufrn.imd.*" }) in the Application.java

EXAMPLES

AUTHORS

  • Alex Sandro de Paiva
  • João Vítor Venceslau Coelho

About

Spring-CRUD is a framework that provides a framework with basic server application operations (API). With it, it is possible to speed up the development of services and reuse source code. Main operations: register, update, delete, list all with pagination and list one.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0