提交 7a3252db 作者: 沈振路

测试配置

上级 936bfbda
......@@ -273,7 +273,7 @@
</dependencies>
</dependencyManagement>
<build>
<finalName>customer_service</finalName>
<finalName>customer-service</finalName>
<extensions>
<extension>
<groupId>org.apache.maven.wagon</groupId>
......
......@@ -12,7 +12,7 @@ import org.springframework.scheduling.annotation.EnableScheduling;
* @date 2022/9/15 18:13
*/
@SpringBootApplication
@EnableScheduling
//@EnableScheduling
@MapperScan("com.yaoyaozw.customer.mapper")
@EnableFeignClients
@EnableAsync
......
......@@ -4,7 +4,7 @@ spring:
application:
name: customer-service
profiles:
active: pro
active: dev
---
spring:
profiles: dev
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论