随笔分类 -  Eureka

摘要:消费端pom.xml <!--消费者 实体类+web--> <dependencies> <dependency> <groupId>org.example</groupId> <artifactId>springcloudapi</artifactId> <version>1.0-SNAPSHOT 阅读全文
posted @ 2021-02-05 16:04 iJunHello 阅读(121) 评论(0) 推荐(0)
摘要:提供端依赖pom.xml <!-- 加入eureka依赖--> <!-- 我们需要拿到实体类--> <dependencies> <!-- https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-starte 阅读全文
posted @ 2021-02-05 15:51 iJunHello 阅读(406) 评论(0) 推荐(0)
摘要:eureka依赖 <dependencies> <!-- https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-starter-eureka-server --> <dependency> <groupId 阅读全文
posted @ 2021-02-05 15:26 iJunHello 阅读(74) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-02-03 14:56 iJunHello 阅读(49) 评论(0) 推荐(0)