Skip to content

Raghav2211/spring-web-flux-todo-app

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
ci
 
 
 
 
 
 
 
 
 
 

TODO APP

Gradle Pipeline Maven Pipeline

This application is an scaffold which is a basic setup of spring-cloud-gateway, config-server and a resource server(A todo application). It demonstrate how data flows between gateway & resource-server using config-server which holds specific enviornment configs and secrets

WorkFlow

Workflow

Tech

TODO App uses following technologies:

  • [Java 11] - JDK
  • [Maven-3.6.3] - Build tool
  • [Gradle-6.7.1] - Build tool
  • [Springboot-2.7.0] - Open source Java-based Micro-Service framework
  • [OpenApi-1.6.9] - Rest API documentation
  • [Junit-5.7.0] - Unit test
  • [MongoDB-4.2.21] - Backend data store
  • [Docker-19.03.8] - OS level virtualization

Build

  1. Todo App Build
  2. Edge Service Build
  3. Config Server Build

Deploy

Todo Infra