http://www.baeldung.com/spring-cloud-bootstrapping
generate your starter zip from http://start.spring.io/ :
http://start.spring.io/starter.zip?type=maven-project&language=java&bootVersion=2.0.1.RELEASE&baseDir=config&groupId=org.pierre&artifactId=config&name=config&description=Demo+project+for+Spring+Boot&packageName=org.pierre.config&packaging=jar&javaVersion=1.8&autocomplete=&generate-project=&style=cloud-config-server
unzip it
add import org.springframework.cloud.config.server.EnableConfigServer; and @EnableConfigServer to ConfigApplication
cd
mkdir application-config
cd application-config
git init
mvn spring-boot:run
http://callistaenterprise.se/blogg/teknik/2015/04/10/building-microservices-with-spring-cloud-and-netflix-oss-part-1/
git clone https://github.com/callistaenterprise/blog-microservices.git
Monday, May 21, 2018
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment