Browse Source

Configure Continuous Integration ....

master
hypaas 10 months ago
parent
commit
a507aed740
  1. 2
      modules/export/src/main/resources/domains/CommonBoolean.xml
  2. 2
      modules/export/src/main/resources/domains/ExportStrategy.xml
  3. 2
      modules/export/src/main/resources/domains/ExportTemplate.xml
  4. 11
      src/main/resources/application.properties

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

@ -1,6 +1,6 @@
<?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="com.export.enums" package="com.export.common"/>
<module name="com.export.enums" package="com.export.CommonBoolean"/>
<enum name="CommonBoolean">
<item name="IS" title="是" value="IS"/>
<item name="NOT" title="否" value="NOT"/>

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.common.CommonBoolean" name="isExport" copy="true"/>
<enum title="是否支持导出" massUpdate="false" ref="com.export.CommonBoolean.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"/>

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

@ -5,6 +5,6 @@
<string actOverwrite="false" title="模板编码" copy="true" massUpdate="false" name="code" isJudg="false"/>
<string actOverwrite="false" title="模板名称" copy="true" massUpdate="false" name="name" isJudg="false"/>
<many-to-one title="实体名称" massUpdate="false" ref="com.hypaas.meta.db.MetaJsonModel" name="entityName" copy="true"/>
<enum title="是否默认模板" massUpdate="false" ref="com.export.common.CommonBoolean" name="isDefaultTemplate" copy="true"/>
<enum title="是否默认模板" massUpdate="false" ref="com.export.CommonBoolean.CommonBoolean" name="isDefaultTemplate" copy="true"/>
</entity>
</domain-models>

11
src/main/resources/application.properties

@ -1,7 +1,7 @@
# Application Information
# ~~~~~
application.name=\u6587\u4ef6\u5bfc\u51fa
application.id=
application.id=49bf7958-b828-49d4-8fe3-df85d4e4ca02
application.sid=1611179340802818048
application.callback.url=http://117.78.10.170:3000/api/v1/message/preview/
application.description=
@ -64,11 +64,11 @@ auth.logout.local=true
# MySQL
#db.default.driver = com.mysql.jdbc.Driver
#db.default.visible=false
db.default.driver=
db.default.driver=com.mysql.cj.jdbc.Driver
db.default.ddl=update
db.default.url=jdbc:://?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useSSL=false&nullCatalogMeansCurrent=true
db.default.user=
db.default.password=
db.default.url=jdbc:mysql://117.78.10.170:3006/app_697b1517b1e2735c8cb78ba7fd0c10d2_master_pre?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useSSL=false&nullCatalogMeansCurrent=true
db.default.user=app_wangyunjie
db.default.password=Asdf123!@#
db.company1.name=Company 1
db.company1.driver=com.mysql.cj.jdbc.Driver
@ -320,3 +320,4 @@ logging.level.com.hypaas=INFO
#logging.level.com.zaxxer.hikari = INFO

Loading…
Cancel
Save