10 2022 档案
摘要:nacos报错 [root@localhost logs]# tail -f start.out : | \ | : ,--.--. , . / / | / / ' Pid: 2510 | : ' '; | / \ / \. ; ,. :| : /`./ Console: http://192.16
阅读全文
摘要:vi /etc/sysconfig/network-scripts/ifcfg-ens33 BOOTPROTO="static" IPADDR=192.168.96.11(此处的IP就是你虚拟机的IP) GATEWAY=192.168.96.2(这是网关,此网关不是真实的交换机网关,是虚拟机的虚拟网
阅读全文
摘要:SpringBoot项目整合Mybatis时Mapper.xml文件的存放位置 目录: 方式一:放在与Mapper接口同级目录 方式二:在resources创建Mapper接口同名文件夹用来存放Mapper.xml文件 方式三:在resources目录下创建mapper文件夹存放mapper.xml
阅读全文
摘要:放到dependencyManagement之后子项目必须显示的声明,而其他会直接继承
阅读全文
摘要:https://www.bilibili.com/video/BV1Nq4y127Xn?p=4&spm_id_from=pageDriver&vd_source=7a086e507ebe4af7b3c2c47f3454f12b 看他的注解springboot注解跨域
阅读全文
摘要:认证是账号密码等(验证码),然后判断是否是正确的用户,然后返回token 鉴权,通过token判断判断用户的权限是否允许访问 https://www.bilibili.com/video/BV1tw411f79E?spm_id_from=333.337.search-card.all.click
阅读全文
摘要:A granted authority textual representation is required 是查询出的权限有null值
阅读全文
摘要:启动、停止、开机自启动 启动 通过systemctl start 来启动 sudo systemctl start test.service 1 停止 通过systemctl stop 来停止 sudo systemctl stop test.service 1 重启 通过systemctl res
阅读全文
摘要:1 问题 使用Xshell工具登录Linux时,常常会跳出如下界面 Connection established. To escape to local shell, press 'Ctrl+Alt+]'. 往往在等待很久后才能连接上... 2 原理 因为OpenSSH服务器中有一个DNS查找选项U
阅读全文
摘要:https://www.docker.com/ hub.docker.com 使用阿里云的dockerhub
阅读全文