jamie fei

Results 5 comments of jamie fei

执行官方的用例,mybatis-plus-sample-auto-fill-metainfo,确认是最新版本3.5.2 ```java before user:User(id=1, name=Jone, age=18, [email protected], operator=test) start update fill .... ==> Preparing: UPDATE user SET NAME=?, AGE=?, EMAIL=?, OPERATOR=? WHERE ID=? ==> Parameters: Jone(String), 12(Integer), [email protected](String), test(String), 1(Long)...

。。。明白了。。。 MetaObjectHandler提供的默认方法的策略均为:如果属性有值则不覆盖,如果填充值为null则不填充 确实有这么一句话,,,但是没有明确标注,所以没看到。。。是我没好好看黄颜色的提示。

我本地在使用 clash for windows ,链接的是新加坡节点,也尝试过美国节点。 但是仍然报错,请问是clash代理的问题么。

> 我不认为这两种风格之间有什么区别? now: etcd_data:/bitnami/etcd update: ./etcd_data:/bitnami/etcd If I execute this command ‘etcd_data:/bitnami/etcd’, it will report that the folder does not exist. If I execute this command './etcd_data:/bitnami/etcd', it will generate...

You are correct. However, there are two issues. 1, this is just an example. For new users, it would be better if they could use it immediately after starting without...