标签:spring dem amp pre style nbsp artifact bsp type
project:
https://github.com/apache/incubator-dubbo-spring-boot-project
1. usage
<dependency> <groupId>com.alibaba.boot</groupId> <artifactId>dubbo-spring-boot-starter</artifactId> <version>0.2.0</version> </dependency>
2. main
changed
SpringApplication.run(DemoApplication.class, args);
--->
new SpringApplicationBuilder(DemoApplication.class) .web(WebApplicationType.NONE) .run(args);
标签:spring dem amp pre style nbsp artifact bsp type
原文地址:https://www.cnblogs.com/xiaobin-hlj80/p/9808099.html