31727ad9 by chentao

no message

1 parent c2cb69da
......@@ -46,8 +46,8 @@ public class UpgradeController extends BaseController {
public R<String> list() {
try {
ResourceVo resourceVo = service.list();
// ObjectMapper objectMapper = new ObjectMapper();
// String json = objectMapper.writeValueAsString(resourceVo);
ObjectMapper objectMapper = new ObjectMapper();
String json = objectMapper.writeValueAsString(resourceVo);
return R.ok(MessageUtils.message("system.success"),EncryptUtils.encryptByAes(json));
}
catch(Exception e){
......
......@@ -136,6 +136,7 @@ security:
# actuator 监控配置
- /actuator
- /actuator/**
- /core/upgrade/list1
# MyBatisPlus配置
# https://baomidou.com/config/
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!