mirror of
https://github.com/weizhiqiang1995/erp-pro.git
synced 2025-02-25 07:53:13 +08:00
feat: xxl-job升级
This commit is contained in:
parent
de9f41c05e
commit
e32c20b012
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -12,7 +12,7 @@ spring:
|
|||
repositories:
|
||||
enabled: false # 项目未使用到 Spring Data Redis 的 Repository,所以直接禁用,保证启动速度
|
||||
profiles:
|
||||
active: public
|
||||
active: dev
|
||||
cloud:
|
||||
nacos:
|
||||
discovery:
|
||||
|
|
Loading…
Reference in a new issue