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