10 2021 档案
摘要:pom.xml文件添加配置: <!-- fastdfs --> <dependency> <groupId>com.github.tobato</groupId> <artifactId>fastdfs-client</artifactId> <version>1.26.2</version> </
阅读全文
摘要:1.运行命令后报如下错误 解决方案 1.首先进入 /etc/yum.rebpos.d 目录备份文件 CentOS-Base.repo,执行 cp CentOS-Base.repo CentOS-Base.repo.bak 2.修改CentOS-Base.repo文件 http://mirrors.c
阅读全文
摘要:EasyExcel学习 依赖 <dependency> <groupId>com.alibaba</groupId> <artifactId>easyexcel</artifactId> <version>3.0.0-beta3</version> </dependency> 写入操作测试代码 这里
阅读全文
摘要:第一次使用SpringBoot整合Nacos遇到了以下错误: Could not find artifact com.alibaba.boot:nacos-config-spring-boot-starter:pom:0.1.1.RELEASE in central (https://repo.ma
阅读全文
摘要:第一天 官方网址:https://nacos.io/zh-cn/index.html 1.1 Nacos定义 服务(Service)是 Nacos 世界的一等公民。Nacos 支持几乎所有主流类型的“服务”的发现、配置和管理: Kubernetes Service gRPC & Dubbo RPC
阅读全文