摘要:        
### commit的类别,建议使用下面7个标识 feat 新功能(feature) fix 修补bug docs 文档 style 格式 refactor 重构 test 测试 chore 构建过程    阅读全文
posted @ 2023-07-18 17:18
Ashe|||^_^
阅读(36)
评论(0)
推荐(0)
        
            
        
        
摘要:        
1、配置文件中修改全局策略(最不推荐) mybatis-plus: global-config: field-strategy: 0 2、实体对应属性加注解(推荐) @TableField(updateStrategy = FieldStrategy.IGNORED) 3、手写SQL(适用任何场景)    阅读全文
posted @ 2023-07-18 15:07
Ashe|||^_^
阅读(1005)
评论(0)
推荐(0)
        
                    
                
浙公网安备 33010602011771号