随笔分类 -  Springcloud

摘要:server: port: 6001 # 服务端口 eureka: instance: hostname: localhost # eureka服务端的实例名称 client: registerWithEureka: false # 服务注册,false表示不将自已注册到Eureka服务中 fetc 阅读全文
posted @ 2019-11-22 21:46 互联网蜜蜂 阅读(207) 评论(0) 推荐(0)
摘要:<parent> <artifactId>microservice-cloud-01</artifactId> <groupId>com.mengxuegu.springcloud</groupId> <version>1.0-SNAPSHOT</version> <relativePath>../ 阅读全文
posted @ 2019-11-22 21:45 互联网蜜蜂 阅读(147) 评论(0) 推荐(0)