Browse Source

Configure Continuous Integration ....

master
hypaas 10 months ago
parent
commit
943cc5319b
  1. 2
      modules/export/src/main/resources/domains/ExportTemplate.xml
  2. 11
      src/main/resources/application.properties

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

@ -4,7 +4,7 @@
<entity hashAll="false" logUpdates="true" persistable="true" name="ExportTemplate" cacheable="false" lang="java" strategy="SINGLE">
<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"/>
<many-to-one title="实体名称" massUpdate="false" ref="com.hypass.meta.db.MetaModel" name="entityName" 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=49bf7958-b828-49d4-8fe3-df85d4e4ca02
application.id=
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=com.mysql.cj.jdbc.Driver
db.default.driver=
db.default.ddl=update
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.default.url=jdbc:://?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useSSL=false&nullCatalogMeansCurrent=true
db.default.user=
db.default.password=
db.company1.name=Company 1
db.company1.driver=com.mysql.cj.jdbc.Driver
@ -321,3 +321,4 @@ logging.level.com.hypaas=INFO

Loading…
Cancel
Save