Browse Source

Configure Continuous Integration ....

master
hypaas 6 months ago
parent
commit
e9b768557d
  1. 6
      modules/test/src/main/resources/domains/LogEntity.xml
  2. 1
      src/main/resources/application.properties

6
modules/test/src/main/resources/domains/LogEntity.xml

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<domain-models xmlns="http://hypaas.com/xml/ns/domain-models" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hypaas.com/xml/ns/domain-models http://hypaas.com/xml/ns/domain-models/domain-models_5.2.xsd">
<module name="Log" package="Log" table-prefix="" repo-package=""/>
<entity hashAll="false" logUpdates="true" persistable="true" name="LogEntity" cacheable="false" lang="java" strategy="SINGLE" table="sys_log">
<entity hashAll="false" logUpdates="true" persistable="true" supportWf="false" name="LogEntity" cacheable="false" lang="java" strategy="SINGLE" table="sys_log">
<string actOverwrite="false" copy="true" column="CONTENT" massUpdate="false" name="content" isJudg="false"/>
<string nullable="true" actOverwrite="false" copy="true" column="DEPT" massUpdate="false" name="dept" isJudg="false"/>
<string nullable="true" actOverwrite="false" copy="true" column="EXMSG" massUpdate="false" name="exceptionMessage" isJudg="false"/>
@ -26,8 +26,8 @@
<enum title="备份周期" massUpdate="false" ref="module.BackupCycle" name="backupCycle" copy="true"/>
<string actOverwrite="false" title="密码" copy="true" massUpdate="false" name="password" isJudg="false"/>
<string actOverwrite="false" title="确认密码" copy="true" massUpdate="false" name="confirmPassword" isJudg="false"/>
<datetime actOverwrite="false" title="开始时间" massUpdate="false" name="startTime" copy="true" isJudg="false"/>
<datetime actOverwrite="false" title="结束时间" massUpdate="false" name="endTime" copy="true" isJudg="false"/>
<datetime actOverwrite="false" title="开始时间" massUpdate="false" name="exportStartTime" copy="true" isJudg="false"/>
<datetime actOverwrite="false" title="结束时间" massUpdate="false" name="exportEndTime" copy="true" isJudg="false"/>
<string actOverwrite="false" copy="true" massUpdate="false" name="address" isJudg="false"/>
</entity>
</domain-models>

1
src/main/resources/application.properties

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

Loading…
Cancel
Save