Skip to content
Albert edited this page Jun 22, 2022 · 35 revisions

Welcome to the cifojava2022-5 wiki!

Spring Boot Projects

Name Type Description Link
Library6server Server-Rest Spring Boot Data API Rest H2 Done
Library6client Client-Web ThymeLeaf Web Project RestTemplate (data from API Rest) Done
Library8 Server-Web Websockets Spring Boot Project with JS Web-Client To-do
Library9 Server-GraphQL GraphQL Spring Boot Project with PlayGround To-do
Library10 Server-Web-Axios Axios JS SPA Web Spring Boot Project Done
Library11 Server-Web-Security Web Spring Boot Project Thyemleaf-Security To-do
Name Type Description Link
Library7 Server-Rest MongoDB Spring Boot Project with API Rest Doing
Library12 Server-Web Web Spring Boot Projec with DynamodDB AWS To-do
Library13 Server-Web Web Spring Boot Project WebFlux Doing
Library14 Server-Web Web Spring Boot Project WebFlux with Local-Reactive-MongoDB Doing

(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

(7) MongoDB Spring Boot Project with API Rest

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

(8) Websockets Spring Boot Project with JS Web-Client

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

(9) GraphQL Spring Boot Project with PlayGround

Library9
  • Base project:
    • Library3
    • GraphQL

(10) Axios JS SPA Web Spring Boot Project

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

(11) Web Spring Boot Project Thyemleaf-Security

Library11
  • Base project:
    • Library5
    • Security

(12) Spring Boot Server DynamoDB AWS

Library12
  • Base project:
    • Library5
    • Cloud DynamoDB AWS

(13-14) Web Spring Boot Project WebFlux

Library13-14
  • Base project:
    • Library5
    • WebFlux

Clone this wiki locally