tangr1 / springboot-mca

A spring-boot microservice architecture example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring-boot Microservice Architecture Example

Build Status

Architecture

Installation

Prerequisites

Install the following tools before you continue:

  • Java 1.8
  • Gradle 2.4
  • Redis server 2.8

Build and run by one script

./run.sh

This script will run four servers in local, please make sure the ports are not occupied:

  • Gateway: localhost:8080
  • UI: localhost:9000
  • Resource: localhost:9001
  • Admin: localhost:9002

Access "http://localhost:8080" in your browser, use user/password for login.

Code generation

cd codegen && ./codegen.sh

About

A spring-boot microservice architecture example

License:Apache License 2.0


Languages

Language:CSS 87.2%Language:Java 9.8%Language:HTML 1.4%Language:JavaScript 0.6%Language:Shell 0.5%Language:Groovy 0.5%