
springboot
文戌
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
SpringBoot+Vue+WebSocket+Shiro校园兼职平台(毕业设计)
本人的毕业设计项目,前后端分离,基于SpringBoot+Vue框架的校园兼职平台,功能较为简陋。使用Shiro进行登录时的认证,使用WebSocket实现实时聊天系统。原创 2022-07-24 14:04:48 · 1022 阅读 · 1 评论 -
Springboot整合mybatisplus时,使用条件构造器排序报错
异常信息{ "timestamp": "2022-03-23T12:04:29.797+0000", "status": 500, "error": "Internal Server Error", "message": "Error attempting to get column 'create_time' from result set. Cause: java.sql.SQLFeatureNotSupportedException\n; null; nested原创 2022-03-23 20:14:28 · 1559 阅读 · 0 评论 -
Shiro整合Springboot和redis,jwt过程中的错误 shiroFilterChainDefinition
在Shiro整合Springboot和redis,jwt过程中,编写完成ShiroConfig之后启动项目报错Description:Field shiroFilterChainDefinition in org.apache.shiro.spring.web.config.AbstractShiroWebFilterConfiguration required a bean of type 'org.apache.shiro.spring.web.config.ShiroFilterChainDef原创 2022-03-16 12:19:02 · 2243 阅读 · 2 评论 -
SpringBoot整合mybatis步骤
1.创建项目创建项目时勾选依赖web依赖lombokmysql和mybatis或者直接在pom.xml中导入依赖(mybatis/mysql/) <!-- https://mvnrepository.com/artifact/org.mybatis.spring.boot/mybatis-spring-boot-starter --> <depende...原创 2020-04-07 08:40:22 · 519 阅读 · 0 评论 -
idea springboot报错 Access denied for user ''@'localhost' (using password: NO)
在使用springboot链接数据库时报了如下错误java.sql.SQLException: Access denied for user ''@'localhost' (using password: NO) at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:129) at com.mys...原创 2020-04-03 10:34:06 · 518 阅读 · 0 评论