silence-boot icon indicating copy to clipboard operation
silence-boot copied to clipboard

SpringBoot2.x开发微信后台管理系统: 基于RuoYi3.4版本和SpringBoot2.1.1.RELEASE升级模块构建后台权限管理系统,在原有的框架上增加了集成微信开发框架和lombok代码插件,开发更便捷

Results 8 silence-boot issues
Sort by recently updated
recently updated
newest added

Bumps [jsoup](https://github.com/jhy/jsoup) from 1.11.3 to 1.15.3. Release notes Sourced from jsoup's releases. jsoup 1.15.3 jsoup 1.15.3 is out now, and includes a security fix for potential XSS attacks, along with...

dependencies

Bumps [shiro-core](https://github.com/apache/shiro) from 1.4.0 to 1.9.1. Changelog Sourced from shiro-core's changelog. Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed...

dependencies

Bumps [fastjson](https://github.com/alibaba/fastjson) from 1.2.47 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 shiro-spring from 1.4.0 to 1.7.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.shiro:shiro-spring&package-manager=maven&previous-version=1.4.0&new-version=1.7.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps commons-io from 2.5 to 2.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.5&new-version=2.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps `shiro.version` from 1.4.0 to 1.7.1. Updates `shiro-core` from 1.4.0 to 1.7.1 Changelog Sourced from shiro-core's changelog. 1.7.1 ########################################################### Bug [SHIRO-797] - Shiro 1.7.0 is lower than using springboot version...

dependencies

mysql 的lower_case_table_names =0 时候,会抛异常: `Caused by: java.sql.SQLSyntaxErrorException: Table 'ry.QRTZ_LOCKS' doesn't exist ` **解决方法**: 修改参数:lower_case_table_names 设置1,不区分大小写。 需要注意两点: 1,修改此参数会造成数据库重启 2,您需要核实下实例下的库,表是否都是小写,否则修改会报错。 查大写的库表名: select table_schema,table_name from information_schema.tables where table_schema not in("mysql","information_schema") and (md5(table_name)md5(lower(table_name)) or...