Browse Source

Configure Continuous Integration ....

master
hypaas 1 year ago
parent
commit
29067963ab
  1. 11
      modules/test/src/main/resources/views/Log-ServiceUser-form.xml
  2. 1
      src/main/resources/application.properties

11
modules/test/src/main/resources/views/Log-ServiceUser-form.xml

@ -1,8 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<object-views xmlns="http://hypaas.com/xml/ns/object-views" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hypaas.com/xml/ns/object-views http://hypaas.com/xml/ns/object-views/object-views_5.3.xsd">
<form title="业务用户操作日志(表单)" model="Log.LogEntity" name="Log-ServiceUser-form" width="large">
<panel itemSpan="6" showFrame="true" name="用户ID">
<field canSuggest="true" name="userId" title="userId"/>
<panel itemSpan="6" showFrame="true" showTitle="false" name="用户ID">
<field depends="time" canSuggest="true" showTitle="true" name="time" title="操作时间" onSelect="action.view.LogManage.Log" canView="false" colSpan="3"/>
<field depends="userId" canSuggest="true" showTitle="true" name="userId" title="用户Id" colSpan="3"/>
<field canSuggest="true" showTitle="true" name="objectName" title="客体" colSpan="3"/>
<field canSuggest="true" showTitle="true" name="content" title="操作内容" colSpan="3"/>
<field canSuggest="true" showTitle="true" name="address" title="IP地址" colSpan="3"/>
<field canSuggest="true" showTitle="true" name="levelNum" title="告警级别" colSpan="3"/>
<field canSuggest="true" showTitle="true" name="module" title="操作模块" colSpan="3"/>
<field canSuggest="true" showTitle="true" name="opType" title="操作类型" colSpan="3"/>
</panel>
</form>
</object-views>

1
src/main/resources/application.properties

@ -331,3 +331,4 @@ logging.level.com.hypaas=INFO

Loading…
Cancel
Save