Browse Source

Configure Continuous Integration ....

master
hypaas 5 months ago
parent
commit
9471993bfa
  1. 6
      modules/test/src/main/resources/views/actionGroup.xml
  2. 1
      src/main/resources/application.properties

6
modules/test/src/main/resources/views/actionGroup.xml

@ -23,9 +23,6 @@
<action-view name="action.view.ServiceUserLogBackup.Log" model="Log.LogConfig" title="业务用户日志备份">
<view name="ServiceUserLogBackup-grid" type="grid"/>
</action-view>
<action-method name="action.method.system.logDeleteBackup" model="Log.LogConfig">
<call method="deleteBackup" class="com.system.log.controller.LogController"/>
</action-method>
<action-method name="action.method.system.logExport" model="Log.LogEntity">
<call method="exportLog" class="com.system.log.controller.LogController"/>
</action-method>
@ -42,6 +39,9 @@
<action-view name="action.view.System.Log" title="查询系统日志">
<view name="SystemManageUser-grid" type="grid"/>
</action-view>
<action-method name="action.method.system.systemManageUserBackupLogDelete" model="Log.LogConfig">
<call method="deleteSystemManageUserBackup" class="com.system.log.controller.LogController"/>
</action-method>
<action-view name="action.view.SystemManageUserLogBackup.Log" model="Log.LogConfig" title="系统管理员日志备份">
<view name="SystemManageUserBackup-grid" type="grid"/>
</action-view>

1
src/main/resources/application.properties

@ -467,5 +467,6 @@ application.gatewaycontext=/lowcode-portal-logmanage/

Loading…
Cancel
Save