Loading

上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 18 下一页
摘要: 实体类继承 Model public class Test extends Model<Test> implements Serializable {} 就可以 new Test().insert().... 等在实体上直接调用 service/mapper 的函数,而无需注入 service 或 阅读全文
posted @ 2021-07-12 22:31 myEsn2E9 阅读(66) 评论(0) 推荐(0) 编辑
摘要: 配置依赖和注解处理器 ... <properties> <org.mapstruct.version>1.4.2.Final</org.mapstruct.version> </properties> ... <dependencies> <dependency> <groupId>org.maps 阅读全文
posted @ 2021-07-12 22:20 myEsn2E9 阅读(2500) 评论(0) 推荐(0) 编辑
摘要: 注意 如果开发 electron 桌面软件,需要设置以下两个镜像地址 disturl、electron_mirror 如果用到了 node-sass 需要设置以下一个镜像地址 sass_binary_site yarn yarn config set registry https://registr 阅读全文
posted @ 2021-07-10 21:26 myEsn2E9 阅读(1841) 评论(0) 推荐(0) 编辑
摘要: 前提:需要先将 vmware 软件里的所有虚拟机关机 查看以下两个服务是否启动 如果以上两个服务未启动,就全部启动起来,如果某一个在启动时报错,就打开 vmware 软件,执行以下操作 编辑 > 虚拟网络编辑器 > 更改设置 > 还原默认设置,操作完毕后再查看上面两个服务是否已启动,如果某一个服务找 阅读全文
posted @ 2021-07-10 20:07 myEsn2E9 阅读(475) 评论(0) 推荐(0) 编辑
摘要: 传送门 阅读全文
posted @ 2021-07-04 15:14 myEsn2E9 阅读(252) 评论(0) 推荐(0) 编辑
摘要: 说明 spring-boot-configuration-processor 包的作用是自动生成 META-INF/spring-configuration-metadata.json 文件,而这个 json 文件可以为我们在配置 application.yml 文件时提供智能提示、自动补全、注释、 阅读全文
posted @ 2021-07-03 21:20 myEsn2E9 阅读(429) 评论(0) 推荐(0) 编辑
摘要: 解决方案传送门 阅读全文
posted @ 2021-07-03 17:41 myEsn2E9 阅读(56) 评论(0) 推荐(0) 编辑
摘要: 解决方案传送门 阅读全文
posted @ 2021-07-03 16:33 myEsn2E9 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 安装 x64 架构 install docker switch mirror docker desktop docker run -d -p 80:80 docker/getting-started arm64 架构(树莓派 4b) How To Install Docker and Docker- 阅读全文
posted @ 2021-06-26 23:23 myEsn2E9 阅读(337) 评论(0) 推荐(0) 编辑
摘要: 安装参考 ubuntu.com/wsl microsoft/wsl/install-manual microsoft/terminal 错误解决方案 github/启动 WSL 2时警告“参考的对象类型不支持尝试的操作” csdn/启动 WSL 2时警告“参考的对象类型不支持尝试的操作” 阅读全文
posted @ 2021-06-26 22:54 myEsn2E9 阅读(48) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 18 下一页