Browse Source

Configure Continuous Integration ....

master
hypaas 10 months ago
parent
commit
59f90fa3c4
  1. 4
      modules/test/src/main/resources/domains/LogEntity.xml
  2. 2
      modules/test/src/main/resources/views/Log-ServiceUser-form.xml
  3. 11
      src/main/resources/application.properties

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

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?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"> <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"/> <module name="Log" package="Log"/>
<entity hashAll="false" logUpdates="true" persistable="true" name="LogEntity" cacheable="false" lang="java" strategy="SINGLE" table="LogManage"> <entity hashAll="false" logUpdates="true" persistable="true" 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 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="DEPT" massUpdate="false" name="dept" isJudg="false"/>
<string nullable="true" actOverwrite="false" copy="true" column="EXMSG" massUpdate="false" name="exceptionMessage" isJudg="false"/> <string nullable="true" actOverwrite="false" copy="true" column="EXMSG" massUpdate="false" name="exceptionMessage" isJudg="false"/>
@ -17,7 +17,7 @@
<integer nullable="true" column="RESULT" actOverwrite="false" massUpdate="false" name="result" copy="true" isJudg="false"/> <integer nullable="true" column="RESULT" actOverwrite="false" massUpdate="false" name="result" copy="true" isJudg="false"/>
<string nullable="true" actOverwrite="false" copy="true" column="RESULTDESC" massUpdate="false" name="resultDesc" isJudg="false"/> <string nullable="true" actOverwrite="false" copy="true" column="RESULTDESC" massUpdate="false" name="resultDesc" isJudg="false"/>
<integer nullable="true" column="STATUS" actOverwrite="false" massUpdate="false" name="status" copy="true" isJudg="false"/> <integer nullable="true" column="STATUS" actOverwrite="false" massUpdate="false" name="status" copy="true" isJudg="false"/>
<datetime nullable="true" column="TIME" actOverwrite="false" massUpdate="false" name="time" copy="true" isJudg="false"/> <datetime nullable="true" tz="false" column="TIME" actOverwrite="false" massUpdate="false" name="time" copy="true" isJudg="false"/>
<integer nullable="true" column="USERAUTH" actOverwrite="false" required="false" massUpdate="false" name="userAuth" copy="true" isJudg="false"/> <integer nullable="true" column="USERAUTH" actOverwrite="false" required="false" massUpdate="false" name="userAuth" copy="true" isJudg="false"/>
<string nullable="true" actOverwrite="false" copy="true" column="USERAUTHDESC" massUpdate="false" name="userAuthDesc" isJudg="false"/> <string nullable="true" actOverwrite="false" copy="true" column="USERAUTHDESC" massUpdate="false" name="userAuthDesc" isJudg="false"/>
<string actOverwrite="false" copy="true" column="USERID" massUpdate="false" name="userId" isJudg="false"/> <string actOverwrite="false" copy="true" column="USERID" massUpdate="false" name="userId" isJudg="false"/>

2
modules/test/src/main/resources/views/Log-ServiceUser-form.xml

@ -2,7 +2,7 @@
<object-views xmlns="http://hypaas.com/xml/ns/object-views" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hypaas.com/xml/ns/object-views http://hypaas.com/xml/ns/object-views/object-views_5.3.xsd"> <object-views xmlns="http://hypaas.com/xml/ns/object-views" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hypaas.com/xml/ns/object-views http://hypaas.com/xml/ns/object-views/object-views_5.3.xsd">
<form canNew="true" title="业务用户操作日志(表单)" model="Log.LogEntity" name="Log-ServiceUser-form" width="large"> <form canNew="true" title="业务用户操作日志(表单)" model="Log.LogEntity" name="Log-ServiceUser-form" width="large">
<panel hidden="false" title="搜索日志" itemSpan="6" onTabSelect="action.view.LogManage.Log" showFrame="true" colSpan="12" showTitle="true" name="查找记录" attached="false"> <panel hidden="false" title="搜索日志" itemSpan="6" onTabSelect="action.view.LogManage.Log" showFrame="true" colSpan="12" showTitle="true" name="查找记录" attached="false">
<field type="datetime" depends="time" canSuggest="true" showTitle="true" domain="self.time=:time" name="time" widget="DateTime" title="操作时间" canView="false" grid-view="Log-ServiceUser-grid" colSpan="3"/> <toolbar type="datetime" form-view="Log-ServiceUser-form" depends="time" canSuggest="true" domain="self.time=:time" widget="DateTime" canNew="false" onSelect="action.view.LogManage.Log" canView="true" grid-view="Log-ServiceUser-grid" colSpan="3" canSelect="true"/>
<field depends="userId" canSuggest="true" showTitle="true" domain="self.userId=:userId" name="userId" title="用户Id" grid-view="Log-ServiceUser-grid" colSpan="3"/> <field depends="userId" canSuggest="true" showTitle="true" domain="self.userId=:userId" name="userId" title="用户Id" grid-view="Log-ServiceUser-grid" colSpan="3"/>
<field depends="objectName" canSuggest="true" showTitle="true" domain="self.objectName=:objectName" name="objectName" title="客体" grid-view="Log-ServiceUser-grid" colSpan="3"/> <field depends="objectName" canSuggest="true" showTitle="true" domain="self.objectName=:objectName" name="objectName" title="客体" grid-view="Log-ServiceUser-grid" colSpan="3"/>
<field depends="content" canSuggest="true" showTitle="true" domain="self.content=:content" name="content" title="操作内容" grid-view="Log-ServiceUser-grid" colSpan="3"/> <field depends="content" canSuggest="true" showTitle="true" domain="self.content=:content" name="content" title="操作内容" grid-view="Log-ServiceUser-grid" colSpan="3"/>

11
src/main/resources/application.properties

@ -1,7 +1,7 @@
# Application Information # Application Information
# ~~~~~ # ~~~~~
application.name=\u004c\u006f\u0067\u004d\u0061\u006e\u0061\u0067\u0065 application.name=\u004c\u006f\u0067\u004d\u0061\u006e\u0061\u0067\u0065
application.id=8f5762ae-e23b-47b5-802d-f39704bb4960 application.id=
application.sid=1719173642480254976 application.sid=1719173642480254976
application.callback.url=http://117.78.10.170:3000/api/v1/message/preview/ application.callback.url=http://117.78.10.170:3000/api/v1/message/preview/
application.description= application.description=
@ -64,11 +64,11 @@ auth.logout.local=true
# MySQL # MySQL
#db.default.driver = com.mysql.jdbc.Driver #db.default.driver = com.mysql.jdbc.Driver
#db.default.visible=false #db.default.visible=false
db.default.driver=com.mysql.cj.jdbc.Driver db.default.driver=
db.default.ddl=update db.default.ddl=update
db.default.url=jdbc:mysql://117.78.10.170:3006/app_331617a15c45392328b161de78a9aa81_master_pre?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useSSL=false&nullCatalogMeansCurrent=true db.default.url=jdbc:://?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useSSL=false&nullCatalogMeansCurrent=true
db.default.user=app_zhangqiyang db.default.user=
db.default.password=Asdf123!@# db.default.password=
db.company1.name=Company 1 db.company1.name=Company 1
db.company1.driver=com.mysql.cj.jdbc.Driver db.company1.driver=com.mysql.cj.jdbc.Driver
@ -364,5 +364,6 @@ logging.level.com.hypaas=INFO

Loading…
Cancel
Save