2024-05-27 14:15:48 +08:00
|
|
|
server:
|
|
|
|
|
port: 8011
|
2024-06-05 14:59:51 +08:00
|
|
|
# 项目配置
|
|
|
|
|
nl:
|
|
|
|
|
config:
|
|
|
|
|
mysql:
|
|
|
|
|
ip: 127.0.0.1
|
|
|
|
|
port: 3306
|
|
|
|
|
username: root
|
2024-10-14 08:32:57 +08:00
|
|
|
password: 123456
|
2024-08-06 13:40:45 +08:00
|
|
|
database: ldnx_lms2
|
2024-06-05 14:59:51 +08:00
|
|
|
redis:
|
|
|
|
|
ip: 127.0.0.1
|
|
|
|
|
port: 6379
|
|
|
|
|
password: null
|
|
|
|
|
database: 1
|
2024-06-05 20:18:28 +08:00
|
|
|
logging-path: C:\log\wms
|
|
|
|
|
dynamic-log-path: C:\log\lms
|