Skip to content
View SantiagoCz's full-sized avatar

Block or report SantiagoCz

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
SantiagoCz/README.md

My Tech Stack

Java

Spring Hibernate JPA Thymeleaf Maven

MySQL PostgreSQL MongoDB

IntelliJ IDEA Git Docker

REST SOAP JSON XML

JWT

Microservices Tomcat

Pinned Loading

  1. Spring-Microservices-Architecture Spring-Microservices-Architecture Public

    Project with a microservices architecture using Spring Boot and Spring Cloud. It includes: -API Gateway -Config Server for centralized configuration -Eureka Server for service discovery -CRUD servi…

    Java

  2. login_backend login_backend Public

    This repository contains a Java Spring Boot application for managing user authentication and CRUD operations. It uses Spring Data JPA for database interactions and Spring Security with JWT for auth…

    Java

  3. Customer_Microservice Customer_Microservice Public

    A SpringBoot microservice for managing customers with CRUD operations. It integrates with the Order-Microservice via Feign clients to manage order assignments and interactions.

    Java

  4. Order_Microservice Order_Microservice Public

    A SpringBoot microservice for managing orders with CRUD operations. It interacts with the Customer-Microservice using Feign clients to handle customer assignments and related operations.

    Java

  5. Author-Microservice Author-Microservice Public

    A microservice for managing authors with CRUD operations. It integrates with the Book-Microservice via Feign clients to manage book assignments and interactions.

    Java

  6. Book-Microservice Book-Microservice Public

    A microservice for managing books with CRUD operations. It interacts with the Author-Microservice using Feign clients to handle author assignments and related operations.

    Java