1
0
mirror of https://gitee.com/incloudcode/yexuejc-springboot.git synced 2026-02-25 08:21:13 +08:00

2.1.3[原功能的最后一个版本]

This commit is contained in:
2023-09-19 11:26:17 +08:00
parent b8cba48792
commit 15498dafcc
18 changed files with 183 additions and 209 deletions

View File

@@ -13,3 +13,11 @@
单独使用例子工程:[https://github.com/yexuejc/springboot-security-login-simple](https://github.com/yexuejc/springboot-security-login-simple)
* [1.0.6新增 针对API请求安全解决方案](PARAMS_RSA_DECRYPT_ENCRYPT.md)<br/>
* [1.0.6新增 加密功能](PARAMS_RSA_DECRYPT_ENCRYPT.md)
### 运行错误
1. jdk版本问题请切换jdk为1.8版或者jvm增加启动参数`--add-opens java.base/java.util=ALL-UNNAMED`
```
Cannot load configuration class: com.example.demo.DemoApplication
Unable to make protected final java.lang.Class java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) throws java.lang.ClassFormatError accessible: module java.base does not "opens java.lang" to unnamed module @5af3afd9
```