完成管理后台分类 商品 规格 运费模板 素材等功能

This commit is contained in:
hupeng
2023-06-09 11:04:20 +08:00
parent 6ff21a3799
commit 31fc0da4b5
97 changed files with 4511 additions and 70 deletions

View File

@ -64,6 +64,7 @@ flowable:
mybatis-plus:
configuration:
map-underscore-to-camel-case: true # 虽然默认为 true ,但是还是显示去指定下。
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
global-config:
db-config:
id-type: NONE # “智能”模式,基于 IdTypeEnvironmentPostProcessor + 数据源的类型,自动适配成 AUTO、INPUT 模式。