提交 18fc7b14 编写于 作者: JEECG低代码平台's avatar JEECG低代码平台

Cloud demo 命名让人误解,改名为example

上级 3792f463
...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
<version>2.4.2</version> <version>2.4.2</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>jeecg-cloud-demo</artifactId> <artifactId>jeecg-cloud-example</artifactId>
<description>jeecg-cloud-demo示例模块</description> <description>jeecg-cloud-example 微服务测试例子</description>
<dependencies> <dependencies>
<!-- 引入jeecg-boot-starter-cloud依赖--> <!-- 引入jeecg-boot-starter-cloud依赖-->
<dependency> <dependency>
......
...@@ -9,9 +9,9 @@ import org.springframework.scheduling.annotation.EnableScheduling; ...@@ -9,9 +9,9 @@ import org.springframework.scheduling.annotation.EnableScheduling;
@EnableScheduling @EnableScheduling
@EnableFeignClients(basePackages = {"org.jeecg"}) @EnableFeignClients(basePackages = {"org.jeecg"})
@SpringBootApplication(scanBasePackages = "org.jeecg") @SpringBootApplication(scanBasePackages = "org.jeecg")
public class JeecgCloudDemoApplication { public class JeecgCloudExampleApplication {
public static void main(String[] args) { public static void main(String[] args) {
SpringApplication.run(JeecgCloudDemoApplication.class, args); SpringApplication.run(JeecgCloudExampleApplication.class, args);
} }
} }
...@@ -17,7 +17,7 @@ import java.util.List; ...@@ -17,7 +17,7 @@ import java.util.List;
* *
*/ */
@Slf4j @Slf4j
@Api(tags = "jeecg-cloud-demo") @Api(tags = "jeecg-demo")
@RestController @RestController
@RequestMapping("/test") @RequestMapping("/test")
public class JeecgDemoController { public class JeecgDemoController {
......
...@@ -16,7 +16,8 @@ ...@@ -16,7 +16,8 @@
<module>jeecg-cloud-gateway</module> <module>jeecg-cloud-gateway</module>
<module>jeecg-cloud-monitor</module> <module>jeecg-cloud-monitor</module>
<module>jeecg-cloud-xxljob</module> <module>jeecg-cloud-xxljob</module>
<module>jeecg-cloud-demo</module> <!-- 微服务测试学习例子
<module>jeecg-cloud-example</module>-->
</modules> </modules>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册