摘要: SpringBoot连接mysql密码正确但SQLException: Access denied for user ‘root’@‘localhost’ (using password: YES) yaml: properties: debug发现,在使用yaml配置文件,用户名和密码没有加双引号 阅读全文
posted @ 2021-02-16 21:40 Latteitcjz 阅读(494) 评论(0) 推荐(0)
摘要: SpringBoot使用@Email报错误 在pom加上 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-validation</artifactId> </depend 阅读全文
posted @ 2021-02-16 00:36 Latteitcjz 阅读(120) 评论(0) 推荐(0)