Browse Source

Configure Continuous Integration ....

master
hypaas 5 months ago
parent
commit
ecaba66092
  1. 9
      modules/test/src/main/resources/domains/LogBackup.xml
  2. 1
      src/main/resources/application.properties

9
modules/test/src/main/resources/domains/LogBackup.xml

@ -0,0 +1,9 @@
<?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="LogBackup" cacheable="false" lang="java" strategy="SINGLE">
<integer actOverwrite="false" title="存储阈值" copy="true" massUpdate="false" name="threshold" isJudg="false"/>
<integer actOverwrite="false" title="备份周期" copy="true" massUpdate="false" name="backupCycle" isJudg="false"/>
<string actOverwrite="false" title="备份开始日期" copy="true" massUpdate="false" name="backupStartTime" isJudg="false"/>
</entity>
</domain-models>

1
src/main/resources/application.properties

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

Loading…
Cancel
Save