Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Eladmin
Commits
06e427c5
Commit
06e427c5
authored
May 28, 2020
by
ZhengJie
Browse files
[代码完善](v2.5): v2.5 beta 代码优化
parent
d0e3bd55
Changes
2
Hide whitespace changes
Inline
Side-by-side
eladmin-common/src/main/java/me/zhengjie/utils/RsaUtils.java
View file @
06e427c5
...
...
@@ -10,7 +10,7 @@ import java.security.spec.X509EncodedKeySpec;
/**
* @author https://www.cnblogs.com/nihaorz/p/10690643.html
* @description
* @description
Rsa 工具类,公钥私钥生成,加解密
* @date 2020-05-18
**/
public
class
RsaUtils
{
...
...
eladmin-system/src/main/java/me/zhengjie/modules/mnt/rest/AppController.java
View file @
06e427c5
...
...
@@ -37,8 +37,8 @@ import java.util.Set;
* @date 2019-08-24
*/
@RestController
@Api
(
tags
=
"运维:应用管理"
)
@RequiredArgsConstructor
@Api
(
tags
=
"运维:应用管理"
)
@RequestMapping
(
"/api/app"
)
public
class
AppController
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment