feat:增加 bpm 工作流的能力

This commit is contained in:
YunaiV
2022-07-27 00:54:09 +08:00
parent 03d3c8b5a8
commit 38270be962
177 changed files with 9063 additions and 4 deletions

View File

@@ -0,0 +1,14 @@
spring:
application:
name: bpm-server
profiles:
active: local
server:
port: 48083
# 日志文件配置。注意,如果 logging.file.name 不放在 bootstrap.yaml 配置文件,而是放在 application.yaml 中,会导致出现 LOG_FILE_IS_UNDEFINED 文件
logging:
file:
name: ${user.home}/logs/${spring.application.name}.log # 日志文件名,全路径