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

Welcome to the cifojava2022-5 wiki!

Spring Boot Projects

Name Type Description Link
Library6S Server-Rest Spring Boot Data API Rest H2 To-do
Library6C Client-Web ThymeLeaf Web Project RestTemplate (data from API Rest) To-do
Library7 Server-Rest MongoDB Spring Boot Project with API Rest To-do
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 Client-Web-React Spring Boot Server API Rest <> JS React Client To-do
Library12 Server-Web-Security Web Spring Boot Project Thyemleaf-Security To-do

(6) ThymeLeaf Web Project RestTemplate (data from API Rest)

Library6
  • Base project:
    • Library3
    • Templates html Thymeleaf
    • @Controller instead of @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) Spring Boot Server API Rest <> JS React Client

Library11
  • Base project:
    • Library5
    • Security

(12) Web Spring Boot Project Thyemleaf-Security

Library12
  • Base project:
    • Library5
    • Security

Clone this wiki locally