mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-13 02:57:13 +08:00
chore: 任务调度服务端增加环境配置
This commit is contained in:
@@ -2,6 +2,10 @@
|
|||||||
spring:
|
spring:
|
||||||
application:
|
application:
|
||||||
name: continew-admin-job-server
|
name: continew-admin-job-server
|
||||||
|
## 环境配置
|
||||||
|
profiles:
|
||||||
|
# 启用的环境
|
||||||
|
active: dev
|
||||||
|
|
||||||
--- ### MyBatis Plus 配置
|
--- ### MyBatis Plus 配置
|
||||||
mybatis-plus:
|
mybatis-plus:
|
||||||
|
Reference in New Issue
Block a user