Browse Source

Configure Continuous Integration ....

master
hypaas 9 months ago
parent
commit
f8af2cab9d
  1. 2
      modules/test/src/main/resources/views/SystemManageUser-form.xml
  2. 1
      src/main/resources/application.properties

2
modules/test/src/main/resources/views/SystemManageUser-form.xml

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?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"> <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="SystemManageUser-form" width="large"> <form title="系统管理员操作日志表单" model="Log.LogEntity" name="SystemManageUser-form" width="large">
<panel title="系统管理员操作日志表单" itemSpan="6" showFrame="true" name="panel_3"> <panel title="系统管理员操作日志" itemSpan="6" showFrame="true" name="panel_3">
<field canSuggest="true" name="userId" title="用户id"/> <field canSuggest="true" name="userId" title="用户id"/>
<field canSuggest="true" name="objectName" title="客体"/> <field canSuggest="true" name="objectName" title="客体"/>
<field canSuggest="true" name="content" title="操作类型"/> <field canSuggest="true" name="content" title="操作类型"/>

1
src/main/resources/application.properties

@ -377,5 +377,6 @@ logging.level.com.hypaas=INFO

Loading…
Cancel
Save