add:入库

This commit is contained in:
2023-11-20 14:44:06 +08:00
parent ac856ed2f6
commit b4896b7061
27 changed files with 1794 additions and 60 deletions

View File

@@ -122,10 +122,31 @@ security:
mybatis-plus:
configuration:
map-underscore-to-camel-case: false
call-setters-on-nulls: true
jdbc-type-for-null: null
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
mapper-locations:
- classpath:org.nl.**.mapper/*.xml
- classpath:/org/nl/**/mapper/**/*.xml
global-config:
db-config:
id-type: INPUT
jetcache:
statIntervalMinutes: 15
areaInCacheName: false
local:
default:
type: linkedhashmap
keyConvertor: fastjson
remote:
default:
type: redis
keyConvertor: fastjson2
broadcastChannel: projectA
valueEncoder: java
valueDecoder: java
poolConfig:
minIdle: 5
maxIdle: 20
maxTotal: 50
host: 127.0.0.1
port: 6379