Skip to content

maryellenteaches/FirstSpringBootMicroservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Creating Your First Spring Boot Microservice

by Mary Ellen Bowman

LinkedIn Learning Course "Creating Your First Spring Boot Microservice" by Mary Ellen Bowman

Mary Ellen's LinkedIn Profile

Mary Ellen's LinkedIn Learning Author Page

Twitter: @MEllenBowman

Live Interview with Mary Ellen

Repository contain exercises from the course

Branches correspond to videos (chapter-lesson)

1-2 : Project setup

2-2 : The JPA Entities

2-3 begin & end : Declare Spring Data JPA Repository Interfaces

2-4 begin & end : Spring Data JPA Repository Dependency Injection

2-5 begin & end : Invoking the Spring Data JPA Repositories

2-6 begin & end : Introduction to Spring Data Query Methods

3-3 begin & end : Explore the /search resource

3-4 begin & end : Paging and Sorting

3-5 begin & end : Controlling API Exposure

3-6 begin & end : Hypertext Application Language Browser

4-2 : Declaring a new RestController

4-3 begin & end : Create RestController HTTP Post method

4-4 begin & end : Create RestController HTTP Get methods

4-5 begin & end : Create RestController HTTP Push, Patch and Delete methods

4-6 begin & end : Paging and Sorting DTOs

5-begin : Pivot to a MongoDb NoSQL Data source (before)

5-end : Pivot to a MongoDb NoSQL Data source (after)

Releases

No releases published

Packages

No packages published

Languages