leandrocgsi / RestWithSpringBootUdemyArchetype

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rest with Spring Boot Udemy Archetype

Step 1 - GIT Clone

git clone https://github.com/leandrocgsi/RestWithSpringBootUdemyArchetype.git

Step 2 - Access folder and run command

mvn clean install

Step 3 - Run Maven Archetype

mvn archetype:generate
    -DarchetypeGroupId=br.com.erudio
    -DarchetypeArtifactId=rest-with-springboot-udemy-archetype
    -DarchetypeVersion=0.0.1-SNAPSHOT (YOUR_VERSION)
    -DgroupId=br.com.semeru (YOUR_GROUP_ID)
    -DartifactId=rest-api-from-archetype (YOUR_ARTIFACT_ID)

Image

Este é o repositório dos codigos fonte desenvolvidos no curso REST API's RESTFul do 0 à AWS com Spring Boot 2.x e Docker

Cursos Relacionados

Image

Image

Image

Image

In English

Image

Image

Sobre REST

HTTP Status Codes adotados pelas API's mais famosas do mundo

Essa lista se baseia nesse repositório aqui!

API Status Codes
Twitter 200, 304, 400, 401, 403, 404, 406, 410, 420, 422, 429, 500, 502, 503, 504
Stripe 200, 400, 401, 402, 404, 429, 500, 502, 503, 504
Github 200, 400, 422, 301, 302, 304, 307, 401, 403
Pagerduty 200, 201, 204, 400, 401, 403, 404, 408, 500
NewRelic Plugins 200, 400, 403, 404, 405, 413, 500, 502, 503, 503
Etsy 200, 201, 400, 403, 404, 500, 503
Dropbox 200, 400, 401, 403, 404, 405, 429, 503, 507
Spotify 200, 201, 204, 304, 400, 401, 403, 404, 429, 500, 502, 503
Google Cloud 200, 301, 304, 307, 308, 400, 401, 403, 404, 405, 409, 411, 412, 416, 429, 500, 501, 503
HipChat 200, 201, 202, 400, 401, 403, 404, 405, 429, 500, 503
Telegram 200, 303, 400, 401, 403, 404, 420, 500
Pocket 200, 400, 401, 403, 503
Uber 200, 201, 400, 401, 403, 404, 406, 409, 422, 429, 500

Status codes usados pela maioria deles: 200, 201, 202, 204, 301, 302, 303, 304, 307, 308, 400, 401, 402, 403, 404, 405, 406, 408, 409, 410, 411, 412, 413, 416, 420, 422, 429, 500, 501, 502, 503, 504, 507

Usado por pelo menos dois deles: 200, 201, 204, 301, 304, 307, 400, 401, 403, 404, 405, 406, 409, 420, 422, 429, 500, 502, 503, 504

Usado por pelo menos três deles: 200, 201, 304, 400, 401, 403, 404, 405, 422, 429, 500, 502, 503

Usado por pelo menos quatro deles: 200, 201, 304, 400, 401, 403, 404, 405, 429, 500, 502, 503

Usado por pelo menos cinco deles: 200, 201, 400, 401, 403, 404, 405, 429, 500, 503

Usado por todos eles: 200, 400

About

License:Apache License 2.0


Languages

Language:Java 100.0%