Browse Source

Configure Continuous Integration ....

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

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

@ -10,9 +10,9 @@
<long nullable="true" column="HASHVALUE" actOverwrite="false" massUpdate="false" name="hashValue" copy="true" isJudg="false"/>
<string nullable="true" actOverwrite="false" copy="true" column="LEVELDESC" massUpdate="false" name="levelDesc" isJudg="false"/>
<integer actOverwrite="false" copy="true" column="LEVELNUM" massUpdate="false" name="levelNum" isJudg="false"/>
<string actOverwrite="false" copy="true" column="MODULE" massUpdate="false" name="module" isJudg="false"/>
<enum column="MODULE" massUpdate="false" ref="module.Module" name="module" copy="true"/>
<string actOverwrite="false" copy="true" column="OBJECTNAME" massUpdate="false" name="objectName" isJudg="false"/>
<string nullable="true" actOverwrite="false" copy="true" column="OPTYPE" massUpdate="false" name="opType" isJudg="false"/>
<string actOverwrite="false" copy="true" column="OPTYPE" massUpdate="false" name="opType" isJudg="false"/>
<string nullable="true" actOverwrite="false" copy="true" column="PROGRAM" massUpdate="false" name="program" 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"/>

11
modules/test/src/main/resources/domains/Module.xml

@ -0,0 +1,11 @@
<?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.module.enmus" package="module"/>
<enum name="Module">
<item name="A1" value="处理器管理模块"/>
<item name="A2" value="存储器管理模块"/>
<item name="A3" value="设备管理模块"/>
<item name="A4" value="文件管理模块"/>
<item name="A5" value="作业管理模块"/>
</enum>
</domain-models>

4
modules/test/src/main/resources/views/Log-ServiceUser-grid.xml

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<grid title="业务用户操作日志(网格)" model="Log.LogEntity" edit-icon="true" freeSearch="all" name="Log-ServiceUser-grid" width="large">
<grid canEdit="false" canNew="false" title="业务用户操作日志(网格)" model="Log.LogEntity" canDelete="false" edit-icon="true" canSave="false" freeSearch="all" name="Log-ServiceUser-grid" width="large">
<field search-field="true" canSuggest="true" name="userId" title="用户ID"/>
<field search-field="true" canSuggest="true" name="levelNum" title="告警级别"/>
<field search-field="true" canSuggest="true" name="time" title="操作时间"/>
<field search-field="true" canSuggest="true" name="address" title="IP"/>
<field search-field="true" canSuggest="true" name="objectName" title="客体"/>
<field search-field="true" canSuggest="true" name="module" title="操作模块"/>
<field search-field="true" canSuggest="true" name="module" canNew="false" title="操作模块" canView="false"/>
<field search-field="true" canSuggest="true" name="opType" title="操作类型"/>
<field search-field="true" canSuggest="true" name="content" title="操作内容"/>
</grid>

11
src/main/resources/application.properties

@ -1,7 +1,7 @@
# Application Information
# ~~~~~
application.name=\u004c\u006f\u0067\u004d\u0061\u006e\u0061\u0067\u0065
application.id=8f5762ae-e23b-47b5-802d-f39704bb4960
application.id=
application.sid=1719173642480254976
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_331617a15c45392328b161de78a9aa81_master_pre?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useSSL=false&nullCatalogMeansCurrent=true
db.default.user=app_zhangqiyang
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
@ -343,5 +343,6 @@ logging.level.com.hypaas=INFO

Loading…
Cancel
Save