Skip to content

MiniSpringBootTutorial/spring-boot-microservices

 
 

Repository files navigation

Spring Boot MicroServices

environment

please install Java 8 JCE: http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html

Services

  • Config Server
  • Eureka Registry Server
  • Spring Boot Admin Server
  • Spring Cloud DataFlow Server

How to start services

  • Start Eureka
  • Start Config Server(integrated with eureka)
  • Start Spring Boot Admin (integrated with eureka)

Maven plugins

  • maven-compiler-plugin: 1.8 compile
  • spring-boot-maven-plugin: build-info
  • git-commit-id-plugin: git full mode

###Spring Cloud Consul

Startup

Consul Configuration

Consul Key/Value支持的Spring config Server目录结构如下:

config/testApp,dev/
config/testApp/
config/application,dev/
config/application/

接下来就是在这些目录下创建对应的Key/Value。

Reference

About

Spring Boot MicroServices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.4%
  • Shell 0.6%