Lab#SB03-1: APIs & cloud

Spring Boot API Rest

Spring-Boot
lab
Spring Boot
Author

albertprofe

Published

Tuesday, June 1, 2021

Modified

Friday, November 1, 2024

Welcome to the cifojava20Basics22-5 wiki!

1 Spring Boot Projects

1.0.1 Communication and data-connection APIs projects

Name Type Description Link
Library6s Server-Rest Spring Boot Data API Rest H2 Done
Library6c Client-Web ThymeLeaf Web Project RestTemplate (data from API Rest) Done
Library8 Server-Web Websockets Spring Boot Project with JS Web-Client SockJS & Stomp Done
Library9 Server-GraphQL GraphQL Spring Boot Project with PlayGround Done
Library10 Server-Web-Axios Axios JS SPA Web Spring Boot Project Done

1.0.2 Cloud-database projects

Name Type Description Link
Library7 Server-Rest Web Spring Boot Project with MongoDB Done
Library12 Server-Web Web Spring Boot Projec with DynamodDB AWS Done
Library13 Server-Web Web Spring Boot Project WebFlux Done
Library14 Server-Web Web Spring Boot Project WebFlux with Local-Reactive-MongoDB Done

1.0.3 Security and video projects

Name Type Description Link
Library11 Server-Web-Security Web Spring Boot Project Thyemleaf-Security Done
Library15 WebFlux Video WebFlux Project Video Streaming Done

2 Spring Boot Projects Details

2.1 (6S-6C) ThymeLeaf Web Project RestTemplate (data from API Rest)

Library6
  • Base project:
    • Library1 > Library6server
    • library5 > library6server
    • Templates html Thymeleaf
    • @Controller and @RestController
    • @Service: RestTemplate

2.2 (8) Websockets Spring Boot Project with JS Web-Client SockJS & Stomp

Library8
  • Base project:
    • Library3
    • WebSocket
    • STOMP Web-Client JS

2.3 (9) GraphQL Spring Boot Project with PlayGround

Library9
  • Base project:
    • Library3
    • GraphQL

2.4 (10) Axios JS SPA Web Spring Boot Project

Library10
  • Base project:
    • Library5
    • Axios JS
    • SPA

2.5 (7) Spring Boot Project with API Rest MongoDB

Library7
  • Base project:
    • Library3
    • MongoCrud
    • @RestController

2.6 (12) Spring Boot Server DynamoDB AWS

Library12
  • Base project:
    • Library5
    • Cloud DynamoDB AWS

2.7 (13-14) Web Spring Boot Project WebFlux

Library13-14
  • Base project:
    • Library5
    • WebFlux

2.8 (11) Web Spring Boot Project Thyemleaf-Security

Library11
  • Base project:
    • Library5
    • Security

2.9 (15) WebFlux Project Video Streaming

Library15
  • Base project:
    • Library5
    • Video Streaming
Back to top