forum icon indicating copy to clipboard operation
forum copied to clipboard

一个简单的论坛项目,开发IDE为IntelliJ IDEA,通过Maven构建,后台采用Spring、SpringMVC、MyBatis,数据库采用MySQL、Redis,前台用到jQuery,图片被上传到七牛云。

Results 37 forum issues
Sort by recently updated
recently updated
newest added

Bumps [spring-expression](https://github.com/spring-projects/spring-framework) from 4.2.5.RELEASE to 5.2.21.RELEASE. Release notes Sourced from spring-expression's releases. v5.2.21.RELEASE :star: New Features Remove DNS lookups during websocket connection initiation #28281 :lady_beetle: Bug Fixes Improve documentation and...

dependencies

Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 5.1.35 to 8.0.28. Changelog Sourced from mysql-connector-java's changelog. Changelog https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/ Version 8.0.29 Fix for Bug#21978230, COMMENT PARSING NOT PROPER IN PREPSTMT.EXECUTEBATCH(). Fix for Bug#81468 (23312764), MySQL server...

dependencies

Bumps [fastjson](https://github.com/alibaba/fastjson) from 1.2.12 to 1.2.83. Release notes Sourced from fastjson's releases. FASTJSON 1.2.83版本发布(安全修复) 这是一个安全修复版本,修复最近收到在特定场景下可以绕过autoType关闭限制的漏洞,建议fastjson用户尽快采取安全措施保障系统安全。 安全修复方案 :https://github.com/alibaba/fastjson/wiki/security_update_20220523 Issues 安全加固 修复JDK17下setAccessible报错的问题 #4077 下载 https://repo1.maven.org/maven2/com/alibaba/fastjson/1.2.83/ 文档 https://github.com/alibaba/fastjson/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98 源码 https://github.com/alibaba/fastjson/tree/1.2.83 fastjson 1.2.79版本发布,BUG修复 这又是一个bug...

dependencies

Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 4.2.5.RELEASE to 5.2.22.RELEASE. Release notes Sourced from spring-core's releases. v5.2.22.RELEASE :star: New Features Refine CachedIntrospectionResults property introspection #28446 :lady_beetle: Bug Fixes Ignore invalid STOMP frame #28444 v5.2.21.RELEASE...

dependencies

Bumps [spring-webmvc](https://github.com/spring-projects/spring-framework) from 4.2.5.RELEASE to 5.3.18. Release notes Sourced from spring-webmvc's releases. v5.3.18 :star: New Features Restrict access to property paths on Class references #28261 Introduce cancel(boolean mayInterruptIfRunning) in ScheduledTask...

dependencies

Bumps [spring-beans](https://github.com/spring-projects/spring-framework) from 4.2.5.RELEASE to 5.3.18. Release notes Sourced from spring-beans's releases. v5.3.18 :star: New Features Restrict access to property paths on Class references #28261 Introduce cancel(boolean mayInterruptIfRunning) in ScheduledTask...

dependencies

Bumps [mybatis](https://github.com/mybatis/mybatis-3) from 3.2.8 to 3.5.6. Release notes Sourced from mybatis's releases. mybatis-3.5.6 Enhancements: A new configuration option defaultSqlProviderType is added. The specified class will be used as the SQL...

dependencies

新手一个,文件数据库配置完之后,将项目部署到intellij,启动出现HTTP Status 500 - Unable to compile class for JSP错误,后台也报错,百度不是说jar包有问题就是tomcat的版本问题,我用的maven的tomcat7插件启动,jdk10。一一排除不是这些问题,请大神告知,万分感谢!!