spring-boot-api-project-seed
spring-boot-api-project-seed copied to clipboard
如果要添加dubbo支持,要怎么做?
微服务支持. Spring cloud支持要怎么做?
在项目中加入dubbo服务的支持:
<dependency> <groupId>io.dubbo.springboot</groupId> <artifactId>spring-boot-starter-dubbo</artifactId> <version>1.0.0</version> </dependency>
@tandg1993 Spring Cloud呢?
这和本项目已经无关了,相信通过本项目你已经对Spring Boot有一定了解了,剩下的就继续学习吧,直接取搜索引擎搜,现在这些东西已经很成熟了,很多人都搞过了。