- 博客(5)
- 收藏
- 关注
原创 spring-boot在eclipse正常idea 404
<dependency> <groupId>org.apache.tomcat.embed</groupId> <artifactId>tomcat-embed-jasper</artifactId> <!--<scope>provided</
2018-12-10 22:25:56
506
原创 hibernate5:org.hibernate.QueryException: Legacy-style query parameters (`?`)错误
Legacy-style query parameters (?) are no longer supported; use JPA-style ordinal parameters (e.g., ?1) instead: 参数加上序号 比如 this.getHibernateTemplate().find("from Product p where p.pname=?", name); 改为 t...
2018-10-24 13:21:12
3195
原创 SSH:FlushMode.MANUAL等错误
1.HTTP Status 500 - Request processing failed; nested exception is org.springframework.dao.InvalidDataAccessApiUsageException: Write operations are not allowed in read-only mode (FlushMode.MANUAL): Tu...
2018-10-23 23:08:06
320
原创 Struts2:Wrong method was defined as an action method: index的解决办法
删除项目里的JAR包 struts2-rest-plugin-2.5.*
2018-10-22 21:53:05
1643
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人