- 博客(3)
- 收藏
- 关注
原创 启动SpringBoot项目报错:Circular view path , Check your ViewResolver setup!
忘记加thymeleaf依赖了,加了就没事了! <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency>
2020-05-29 10:46:10
459
原创 jQuery的Validator校验插件 -- >Maximum call stack size exceeded错误
情况: 使用jQuery的Validator前端校验插件的时候,因为静态页面是复制过来的,然后对form注册表单进行校验是,出现了如下的错误: 而复制的静态页面是:(以下为部分代码) ```java <form action="" id="register_form" method="post" class="sui-form form-horizontal"> <d...
2020-03-19 18:22:46
433
原创 SSM项目使用bootstraptable遇到的日期格式问题解决
1.日期 前提:在MySQL数据库中,使用了datetime日期时间数据类型。 问题:在bootstraptable渲染出来的日期是变成了时间戳(一堆数字)。 解决:在实体类的日期上面在上如下注解: @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") private Date start_time; @JsonFormat(pattern = "yyyy-MM...
2020-03-19 18:01:29
497
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人