Code Monkey home page Code Monkey logo

warehouse-springcloud's Introduction

warehouse-springcloud

This system is about warehouse management and using spring cloud.

Introduce This system is divided into 13 parts.

1.admin-server
2.auth-user
3.auth-service
4.commons-dao
5.config-server
6.eureka-server
7.feign-user
8.maiterial-service
9.order-service
10.product-service
11.user-service
12.utils
13.zuul-server

The admin-server is a monitor.It can see all the system health status.

The auth-service is about the security system part.It using the OAuth2 and JWT to protect the system.

The commons-dao is a base dao interface.It using to query data from the mysql.The system is not use the distribute transation,so we just using the common part to all the system where need to query from the databases.

The eureka-server is a register center.

The feign-user is a web site.Using the feign to call other part of system.And getting the data from the other part of the system, and show it one the website.

The zuul-server is a gateway.


git operation: 1.git checkout -b dev -b mean create and switch the branch.

It also can use: git branch dev git checkout dev

2.show current branch: git branch

3.switch the branch git checkout master

dev

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.