商品模块代码提交

This commit is contained in:
Tankaikai
2025-02-19 11:47:57 +08:00
parent a3e1e45a4e
commit 166250c654
9 changed files with 202 additions and 9 deletions

View File

@@ -8,4 +8,12 @@ spring:
active: dev
logging:
config: classpath:logback.xml
config: classpath:logback.xml
# MyBatis-Flex
mybatis-flex:
configuration:
map-underscore-to-camel-case: true
cache-enabled: false
call-setters-on-nulls: true
jdbc-type-for-null: 'null'