Skip to content

Commit

Permalink
Course rename changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rozagerardo committed Jun 3, 2024
1 parent 69c5bf5 commit 00b3bb5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# About this repo

This is the codebase of the **REST with Spring** course.
This is the codebase of the **REST With Spring Boot** course.

If you're already a student of the course you can start exploring this through the lesson notes in the course.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"info": {
"_postman_id": "02341d85-87fe-4f33-b66d-e4401c33c0e5",
"name": "RwS",
"description": "Postman requests for REST with Spring Course",
"name": "RWSB",
"description": "Postman requests for REST With Spring Boot Course",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "418131"
},
"item": [
{
"name": "The Basics of REST with Spring",
"name": "The Basics of REST With Spring Boot",
"item": [
{
"name": "The Web Configuration",
Expand Down Expand Up @@ -109,7 +109,7 @@
"description": "Requests to test URL web configuration based on HTTP Method."
}
],
"description": "Demonstrates the basics of REST with Spring"
"description": "Demonstrates the basics of REST with Spring Boot"
},
{
"name": "REST and HTTP Semantics",
Expand Down Expand Up @@ -1280,7 +1280,7 @@
"header": [
{
"key": "Accept",
"value": "application/vnd.rws.api.v1+json",
"value": "application/vnd.rwsb.api.v1+json",
"type": "text"
}
],
Expand Down Expand Up @@ -1308,7 +1308,7 @@
"header": [
{
"key": "Accept",
"value": "application/vnd.rws.api.v2+json",
"value": "application/vnd.rwsb.api.v2+json",
"type": "text"
}
],
Expand Down Expand Up @@ -1336,7 +1336,7 @@
"header": [
{
"key": "Accept",
"value": "application/vnd.rws.api.v2+json",
"value": "application/vnd.rwsb.api.v2+json",
"type": "text"
}
],
Expand Down Expand Up @@ -1373,12 +1373,12 @@
"header": [
{
"key": "Accept",
"value": "application/vnd.rws.api.v2+json",
"value": "application/vnd.rwsb.api.v2+json",
"type": "text"
},
{
"key": "Content-Type",
"value": "application/vnd.rws.api.v2+json",
"value": "application/vnd.rwsb.api.v2+json",
"type": "text"
}
],
Expand Down

0 comments on commit 00b3bb5

Please sign in to comment.