-
controller的使用 作用是主要用来接收用户端的请求。 @Controller需要配合spring官方的模板Thymeleaf(类似JSP) @RestController返回的是一个json数据 @RequestMapping是一个url映射查看全部
-
spring是mvc的升级版,减少配置,入门级微服务框架查看全部
-
课程介绍查看全部
-
由findOne()变成geOne()会报如下错误: { "timestamp": 1506940675387, "status": 500, "error": "Internal Server Error", "exception": "org.springframework.http.converter.HttpMessageNotWritableException", "message": "Could not write JSON: No serializer found for class org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer and no properties discovered to create BeanSerializer (to avoid exception, disable SerializationFeature.FAIL_ON_EMPTY_BEANS); nested exception is com.fasterxml.jackson.databind.JsonMappingException: No serializer found for class org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer and no properties discovered to create BeanSerializer (to avoid exception, disable SerializationFeature.FAIL_ON_EMPTY_BEANS) (through reference chain: com.xgm.girl.Girl_$$_jvst5e3_0[\"handler\"])", "path": "/girls/2" }查看全部
-
post的,我按照老师的办法会报如下错误 { "timestamp": 1506939541553, "status": 400, "error": "Bad Request", "exception": "org.springframework.web.bind.MissingServletRequestParameterException", "message": "Required String parameter 'cupSize' is not present", "path": "/girls" } 我自己试了下,填写到Params里面的key-value键值对里面就没有问题,请大家知道这种情况查看全部
-
Spring Boot的特点查看全部
-
springboot的特点: 1.化简为繁,简化配置 2.备受关注,是下一代框架爱 3.微服务的入门级微框架查看全部
-
cupSize取不到的同学改成@Value("${server.cupSize}")就可以了,我是刚刚自己试出来了,一看有的同学也碰到了此坑查看全部
-
属性配置 属性查看全部
-
五种auto查看全部
-
Mysql配置和data jpa的配置查看全部
-
插入两大组件查看全部
-
廖师兄开车了查看全部
-
数据库属性设置查看全部
-
3种启动方式 1 程序中直接启动 2 进入对应目录启动 3 找到。jar启动查看全部
举报
0/150
提交
取消