mirror of https://github.com/elunez/eladmin
[代码完善](v2.5): v2.5 beta 代码优化
parent
d0e3bd5574
commit
06e427c5c7
|
@ -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 {
|
||||
|
|
|
@ -37,8 +37,8 @@ import java.util.Set;
|
|||
* @date 2019-08-24
|
||||
*/
|
||||
@RestController
|
||||
@Api(tags = "运维:应用管理")
|
||||
@RequiredArgsConstructor
|
||||
@Api(tags = "运维:应用管理")
|
||||
@RequestMapping("/api/app")
|
||||
public class AppController {
|
||||
|
||||
|
|
Loading…
Reference in New Issue