feat: 新增项目配置
This commit is contained in:
@@ -110,7 +110,7 @@ spring:
|
||||
locale: zh_CN
|
||||
time-zone: GMT+8
|
||||
profiles:
|
||||
active: local
|
||||
active: dev
|
||||
redis:
|
||||
database: 1
|
||||
host: 127.0.0.1
|
||||
@@ -127,3 +127,15 @@ spring:
|
||||
multipart:
|
||||
max-file-size: 100MB
|
||||
max-request-size: 100MB
|
||||
application:
|
||||
name: material-manage-service
|
||||
snowy:
|
||||
config:
|
||||
common:
|
||||
backend-url: http://localhost:8192
|
||||
front-url: http://localhost:8181
|
||||
ten:
|
||||
default-ten-id: -1
|
||||
enabled: true
|
||||
ignore-table-names: ''
|
||||
ten-id-column-name: TENANT_ID
|
Reference in New Issue
Block a user