- 博客(13)
- 收藏
- 关注
原创 登录除admin之外的页面会空白 谷粒学院P277
this.$router.push({ path: this.redirect || '/' })为this.$router.push({ path: '/' })前端views/login/index.vue中handleLogin()方法修改。
2024-04-01 23:05:18 152
原创 谷粒学院微信登录后 点击课程详情会不显示的bug validJSON
var userStr = JSON.stringify(this.loginInfo)//必须转换一下 不然有问题。console.log('呢称='+this.loginInfo.nickname)原因是util包中的request.js里的微信登录的用户信息没有进行json转换。console.log('呢称='+userStr)
2024-03-26 21:38:26 219
原创 vue中导入文件报SyntaxError Unexpected identifier
package.json中axios的版本没对应最后改为。"axios": "0.18.0"就好了。
2024-03-22 21:15:22 254 1
原创 启动oos模块报错no server available
EnableDiscoveryClient注解 启动就不报错了。原因是其他模块注册中心注册了。
2024-03-22 11:38:57 284 1
原创 JDK17改为JDK8就好了 原因是版本不兼容的错误 ERROR org.springframework.boot.SpringApplication - Application run failed
2024-03-14 10:41:21.278 [main] ERROR org.springframework.boot.SpringApplication - Application run failedorg.springframework.beans.factory.BeanDefinitionStoreException: Failed to read candidate component class: file [D:\java\IDEA\SGG\stu_parent\service\ser
2024-03-14 10:55:34 1638 2
原创 :com.atguigu.mapper.UserMapper.selectById
这个方法报错是因为实体类的主键id要加这个注解才行@TableId。
2024-03-11 19:20:39 289 1
原创 springboot
文件中填写com.alibaba.druid.spring.boot3.autoconfigure.DruidDataSourceAutoConfigure就ok了。创建org.springframework.boot.autoconfigure.AutoConfiguration.imports文件。解决办法 在resource下创建METAINF/spring文件夹。springboot整合druid连接池启动报错。
2024-03-11 19:19:19 336 1
原创 Error creating bean with name ‘dataSourceScriptDatabaseInitializer‘ defined in class path resource
文件中填写com.alibaba.druid.spring.boot3.autoconfigure.DruidDataSourceAutoConfigure就ok了。创建org.springframework.boot.autoconfigure.AutoConfiguration.imports文件。springboot整合druid连接池启动报错。2.或者将次启动器的版本更新至1.2.20。-- druid启动器的依赖 -->更新到1.2.20启动不再报错。
2024-03-10 20:01:27 856
原创 报错Invalid packaging for parent POM org.springframework.boot:spring-boot:2.3.7.RELEASE, must be “pom“
不是spring-boot-starter而是 spring-boot-starter-parent。我一开始看报错说打包方式应该是pom然后我就改成pom发现还是报错,最后在网上查找发现。parent父类依赖引用错了。
2024-03-10 15:34:03 664 1
原创 ssm整合中请求400由于被认为是客户端对错误(例如:畸形的请求语法、无效的请求信息帧或者虚拟的请求路由),服务器无法或不会处理当前请求。
原本应该是判断非空数据校验@NotNukk 携程了@NonNull。一定要注意分辨 这就是盲目快捷键的后果。最后找到错误原因是 实体类中注解写错。
2024-03-10 14:21:58 405
原创 解决注入时报异常问题Could not autowire. No beans of ‘EmployeeMapper‘ type found.
解决注入时红线问题
2024-03-10 11:31:59 920 1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人