上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 68 下一页
摘要: 把这个服务改为禁用 阅读全文
posted @ 2022-10-18 10:11 yvioo 阅读(769) 评论(0) 推荐(0) 编辑
摘要: 引入依赖 <dependency> <!-- this is needed or IntelliJ gives junit.jar or junit-platform-launcher:1.3.2 not found errors --> <groupId>org.junit.platform</g 阅读全文
posted @ 2022-10-11 14:24 yvioo 阅读(835) 评论(0) 推荐(0) 编辑
摘要: 添加git地址 选择要提交的git地址即可 阅读全文
posted @ 2022-09-30 14:50 yvioo 阅读(630) 评论(0) 推荐(0) 编辑
摘要: 一个项目下创建两个模块 在hello-springboot-starter的项目pom.xml引入hello-springboot-starter-autoconfigure的依赖 其他什么都不需要写 hello-springboot-starter-autoconfigure的pom依赖根据自己需 阅读全文
posted @ 2022-09-20 23:33 yvioo 阅读(7) 评论(0) 推荐(0) 编辑
摘要: Initialization failed for 'https://start.spring.io'Please check URL, network and proxy settings. Error message:Cannot download 'https://start.spring.i 阅读全文
posted @ 2022-09-20 22:57 yvioo 阅读(868) 评论(0) 推荐(0) 编辑
摘要: 使用mybatis-plus的时候 默认是不会更新空值的数据的 如果要更新 需要在实体类加上注解 @TableField(updateStrategy = FieldStrategy.IGNORED) private Integer test; 阅读全文
posted @ 2022-08-31 17:48 yvioo 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 使用自带的convert方法 Page pageList = page(page, Wrappers.emptyWrapper()); IPage page1 = pageList.convert(s -> { ProductDto dto = new ProductDto(); BeanUtils 阅读全文
posted @ 2022-08-24 17:23 yvioo 阅读(1102) 评论(0) 推荐(0) 编辑
摘要: 我们一般使用volumes是没法挂载单个文件的 只能挂载文件夹 version: '3.2' #这里需要我们版本version是3.2的才能使用 services: mydemo: image: 11/sss volumes: - type: bind source: /data/demo/demo 阅读全文
posted @ 2022-08-18 09:32 yvioo 阅读(6436) 评论(2) 推荐(0) 编辑
摘要: 总共有三个模块 zabbix-server:是agent程序报告系统可用性、系统完整性和统计数据的核心组件,是所有配置信息、统计信息和操作数据的核心存储器。数据库存储所有配置信息和Zabbix收集到的数据都被存储在数据库中。 zabbix-web:前端的展示页面 zabbix-agent:安装在每个 阅读全文
posted @ 2022-08-17 17:22 yvioo 阅读(590) 评论(0) 推荐(0) 编辑
摘要: 如果你点击了没反应, 那就是你的win11系统不兼容,只能安装docker4.4.4及以下版本,如果是以上版本会点击了没反应 下载地址:https://docs.docker.com/desktop/release-notes/#docker-desktop-444 默认会安装在C盘 可以配置软链接 阅读全文
posted @ 2022-07-24 18:08 yvioo 阅读(1830) 评论(1) 推荐(1) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 68 下一页