feat: xxl-job升级

This commit is contained in:
weizhiqiang 2024-09-14 15:19:48 +08:00
parent de9f41c05e
commit e32c20b012
2 changed files with 6 additions and 1 deletions

View file

@ -63,6 +63,11 @@
<artifactId>spring-boot-starter-mail</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-bootstrap</artifactId>
</dependency>
<!-- starter-actuator -->
<dependency>
<groupId>org.springframework.boot</groupId>

View file

@ -12,7 +12,7 @@ spring:
repositories:
enabled: false # 项目未使用到 Spring Data Redis 的 Repository所以直接禁用保证启动速度
profiles:
active: public
active: dev
cloud:
nacos:
discovery: