增加 ERP 模块

This commit is contained in:
YunaiV
2024-02-17 22:56:28 +08:00
parent f71a3b7dc0
commit 5f53986d5e
233 changed files with 19094 additions and 28 deletions

View File

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