- 博客(6)
- 资源 (10)
- 收藏
- 关注
原创 mysql 重置密码
grep "password" /var/log/mysqld.log 【执行后,发现 localhost 后面是密码】mysql> set global validate_password_policy=LOW;mysql> set global validate_password_length=9;mysql> ALTER USER USER() IDENTIFIED BY 'wangzi2124';mysql> grant all privileges on *.* .
2021-07-28 01:07:05
100
原创 springCould, 无法使用openClient
一 、如果使用 默认方式,RestTemplate ,客户端与服务端,pom.xml 中 分别引入<!--eureka-client--><dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-netflix-eureka-client</artifactId></dependen
2021-06-17 15:45:41
329
2
原创 关于Idea ,spring 配置文件不显示绿叶问题
1、首先确定yml所在的文件夹类型是不是 Resources Root 类型(通过File ->Project Structure 配置),如果不是,就在 resources 上右键 Make Directory as Resources Root。若无绿叶,继续。2、添加Spring Assistant、Spring Boot、Spring Support插件:File - Setting - Plugins 里面搜索对应的插件,然后安装即可,安装完之后重启 idea。若无绿叶继续3、进 Mod
2021-06-17 10:28:14
1706
2
原创 MySQL Could not create connection to database server 解决
1、执行sql select version() from dual;2、-- 查看 mysql版本号 = 8.0.193、替换 pom.xml mysql 驱动<dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <version>8.0.
2021-05-26 20:38:09
227
原创 ant design vue switch 属性 动态赋值
<template> <div> <a-switch default-checked :autoFocus="false" :checked="checked" checkedChildren='选中' :loading="loading" size="small" unCheckedChildren="取消" @change="onChange" > &.
2021-05-20 11:18:56
6436
原创 spring 整合遇到问题
// spring 相关// 多系统整合 遇到的 CacheManager 重复 ,spring cache 与 EhCache 冲突/** * 显式声明 CacheManager ,防止 EhCacheCacheConfiguration 调用 ehCacheCacheManager() * 继续生成 CacheManager * @return */@Beanpublic CacheManager ehCacheCacheManager() { CacheManager c.
2021-04-30 15:22:13
146
1
Ngrok 本地端口映射工具
2023-09-11
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人