Skip to content

Commit 06e427c

Browse files
committed
[代码完善](v2.5): v2.5 beta 代码优化
1 parent d0e3bd5 commit 06e427c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

eladmin-common/src/main/java/me/zhengjie/utils/RsaUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
/**
1212
* @author https://www.cnblogs.com/nihaorz/p/10690643.html
13-
* @description
13+
* @description Rsa 工具类,公钥私钥生成,加解密
1414
* @date 2020-05-18
1515
**/
1616
public class RsaUtils {

eladmin-system/src/main/java/me/zhengjie/modules/mnt/rest/AppController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
* @date 2019-08-24
3838
*/
3939
@RestController
40-
@Api(tags = "运维:应用管理")
4140
@RequiredArgsConstructor
41+
@Api(tags = "运维:应用管理")
4242
@RequestMapping("/api/app")
4343
public class AppController {
4444

0 commit comments

Comments
 (0)