mirror of
https://gitee.com/incloudcode/yexuejc-springboot.git
synced 2025-09-28 10:53:21 +08:00
增加示例代码
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
|
||||
### 内部集成
|
||||
#
|
||||
* [(2.0.3-2.0.5)新增 集成security多方登录](SECURITY.md)
|
||||
单独使用例子工程:[https://github.com/yexuejc/springboot-security-login-simple](https://github.com/yexuejc/springboot-security-login-simple)
|
||||
* 1.2.1 项目所集成的插件都增加开关-默认关闭,升级版本请阅读[第三方集成具体使用](plugin/AutoConfigure.md)
|
||||
* [1.1.4新增 集成security登录](SECURITY.md)
|
||||
|
||||
* [1.0.6新增 针对API请求安全解决方案](PARAMS_RSA_DECRYPT_ENCRYPT.md)<br/>
|
||||
* [1.0.6新增 加密功能](PARAMS_RSA_DECRYPT_ENCRYPT.md)
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#生成私钥
|
||||
keytool -genkey -alias lgfishing -keyalg RSA -keystore lgfishing2.keystore -keysize 1024 -validity 36500
|
||||
keytool -genkey -alias test -keyalg RSA -keystore test.keystore -keysize 1024 -validity 36500
|
||||
```
|
||||
输入密钥库口令:
|
||||
再次输入新口令:
|
||||
|
Reference in New Issue
Block a user