Create Spring CRUD Microservice REST API ( Spring Boot 3 )
Key Points
References
Reference_description_with_linked_URLs_______________________ | Notes______________________________________________________________ |
---|---|
https://developer.okta.com/blog/2022/06/17/simple-crud-react-and-spring-boot CRUD-REST-API-w-Spring-Boot-v3-developer.okta.com-Use React and Spring Boot to Build a Simple CRUD App.pdf url | |
Full Stack Development with Spring Boot and React-2021.pdf link Full Stack Development with Spring Boot and React-2021.pdf file | good guide with tool setups for server, client dev as well as full solutions for REST, CRUD for React |
Spring-Boot+Microservice+Architecture+with+Spring+Boot+and+Spring+Cloud.pdf link Spring-Boot+Microservice+Architecture+with+Spring+Boot+and+Spring+Cloud.pdf file | |
Key Concepts
m Grails CRUD services and apps
JHipster Lite - Java, NPM solution for SCRUD services - apps
CRUD-REST-API-w-Spring-Boot-v3-developer.okta.com-Use React and Spring Boot to Build a Simple CRUD App.pdf url
Spring-Boot+Microservice+Architecture+with+Spring+Boot+and+Spring+Cloud.pdf link
Spring-Boot+Microservice+Architecture+with+Spring+Boot+and+Spring+Cloud.pdf file
Potential Value Opportunities
Potential Challenges
Candidate Solutions
Simple Test Environment for the Tutorials above
- Local Linux VM or MACOS
- or
- AWS Linux EC2 instance
- open JDK17
- Tomcat
- Data Store - H2, MYSQL, CouchDB, Postgres
Candidate solutions to test
- REST API - HelloName async
- GRPC - HelloName async
- Message API - send, receive async from a message broker store
- GraphQL test
- Groovy Data Science test
Step-by-step guide for Example
sample code block