自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(8)
  • 收藏
  • 关注

原创 mybatis使用注意事项

主要是用于mapper和xml之间跳转。

2022-08-22 09:54:28 232 1

原创 layui table的简单使用

简单地从数据拿到数据,然后返回到前端去;值得注意的是要将url返回的数据格式写成layui要求的才可以成功!HTML: <table id="content" lay-filter="DeleteClass"></table> <script type="text/html" id="BarContent">...

2020-03-05 08:47:58 251

原创 Failed to determine a suitable driver class

我用的是yml,里面的配置信息是spring: datasource: username: root password: 123 url: jdbc:mysql://localhost:3306/Homework?serverTimezone=UTC&useUnicode=true&characterEncoding=utf-8&useSSL...

2020-02-09 20:32:19 422

原创 springboot配置Druid出现 404错误

原来我的依赖是这样的 <dependency> <groupId>com.alibaba</groupId> <artifactId>druid-spring-boot-starter</artifactId> <version>1.1.2...

2020-01-20 13:11:23 3436 1

原创 Access denied for user ‘root’@‘localhost’(using password: YES)

spring: datasource: username: root data-password: 123 url: jdbc:mysql://localhost:3306/student?useUnicode=true&serverTimezone=Asia/Shanghai&characterEncoding=utf-8 driver-cla...

2020-01-19 22:33:31 212

原创 templates下的html文件找不到

springboot的启动文件必须要和控制器放在一个目录下面才会生效!!!

2020-01-14 19:15:51 937

原创 springMVC 后台没有错误,却报404错误

我的配置如下:@org.springframework.stereotype.Controller@RequestMapping("hello")public class Controller { public String hello(Model model){model.addAttribute("msg","Hello,SpringMVC,Annotation"); ...

2020-01-12 17:23:15 1050

原创 spirng的beans.xml文件报错

问题如下图:我在网上找了好多解决方案都不行,后来仔细看了看maven的pom.xml文件如下:发现我的依赖居然没有放在depenencys里面,于是我就试了试,就成功解决了!beans就不会爆红了...

2020-01-10 09:18:51 369

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除