bydongxing

Results 4 issues of bydongxing

目前通过插件生成的代码 实体类的注释是这样 ``` /** * xxxx * */ ``` 希望 可以有地方可以设置 注释模版,类适于 idea中可以设置 template,这样在新建 class 的时候,会自动添加 @author @date 这些内容 ``` /** * XXX * * @author xx * @date xxx...

### Ⅰ. Issue Description When the project started, the 192.168.64.1 obtained is not my real ip. ### Ⅱ. Describe what happened ``` 2024-01-10 12:11:41.145 INFO [26943, ] --- [main] i.s.core.rpc.netty.NettyPoolableFactory...

type: question
status: waiting-for-feedback

使用 nacos-operator 按照 nacos_cluster_mysql.yaml 文件部署 nacos 2.2.2 的 nacos 集群,部署3 个实例,启动报错!错误信息: ``` com.alibaba.nacos.api.exception.runtime.NacosRuntimeException: errCode: 102, errMsg: dataSource or tableName is null ``` ``nacos_cluster_mysql.yaml`` 文件内容信息如下: ``` apiVersion: nacos.io/v1alpha1 kind: Nacos metadata:...

### 当前使用版本(必填,否则不予处理) ```java com.baomidou mybatis-plus-boot-starter 3.5.6 com.github.yulichang mybatis-plus-join-boot-starter 1.4.12 ``` ### 该问题是如何引起的?(确定最新版也有问题再提!!!) ```java this.baseMapper.selectJoinList(UserDTO.class, new MPJLambdaWrapper() // 查询 user 的所有字段 .selectAll(User.class) .select(Address::getCity, Address::getAddress) // .leftJoin(Address.class, Address::getUserId, User::getId), // DataScope.builder().build()); .leftJoin(Address.class,...