Browse Source

Configure Continuous Integration ....

master
hypaas 10 months ago
parent
commit
a11a11a1a2
  1. 2
      modules/export/src/main/resources/domains/ExportStrategy.xml
  2. 1
      src/main/resources/application.properties

2
modules/export/src/main/resources/domains/ExportStrategy.xml

@ -5,7 +5,7 @@
<string actOverwrite="false" title="导出字段名" copy="true" massUpdate="false" name="fieldName" isJudg="false"/>
<string actOverwrite="false" title="导出字段类型" copy="true" massUpdate="false" name="fieldType" isJudg="false"/>
<string actOverwrite="false" title="导出字段属性" copy="true" massUpdate="false" name="fieldAttr" isJudg="false"/>
<enum title="是否支持导出" massUpdate="false" ref="com.export.CommonBoolean.CommonBoolean" name="isExport" copy="true"/>
<enum title="是否支持导出" massUpdate="false" ref="com.export.enums.CommonBoolean" name="isExport" copy="true"/>
<string actOverwrite="false" title="导出内容" copy="true" massUpdate="false" name="outContent" isJudg="false"/>
<string actOverwrite="false" title="导出字段名称" copy="true" massUpdate="false" name="exportFiledName" isJudg="false"/>
<string actOverwrite="false" title="导出后的内容" copy="true" massUpdate="false" name="exportContent" isJudg="false"/>

1
src/main/resources/application.properties

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

Loading…
Cancel
Save