mybatisplus update null字段的策略改为允许把值改为null
parent
43bd74d842
commit
33d913fe74
|
|
@ -58,4 +58,7 @@ gunshi:
|
||||||
|
|
||||||
mybatis-plus:
|
mybatis-plus:
|
||||||
configuration:
|
configuration:
|
||||||
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
||||||
|
global-config:
|
||||||
|
db-config:
|
||||||
|
update-strategy: always
|
||||||
|
|
@ -56,3 +56,9 @@ gunshi:
|
||||||
username: gunshi_logger
|
username: gunshi_logger
|
||||||
password: 1234567a
|
password: 1234567a
|
||||||
|
|
||||||
|
mybatis-plus:
|
||||||
|
configuration:
|
||||||
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
||||||
|
global-config:
|
||||||
|
db-config:
|
||||||
|
update-strategy: always
|
||||||
Loading…
Reference in New Issue