init config
This commit is contained in:
@ -1,39 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<beans
|
|
||||||
xmlns="http://www.springframework.org/schema/beans"
|
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
||||||
xmlns:p="http://www.springframework.org/schema/p" xmlns:context="http://www.springframework.org/schema/context"
|
|
||||||
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd http://www.springframework.org/schema/context https://www.springframework.org/schema/context/spring-context.xsd">
|
|
||||||
|
|
||||||
<!-- 自动扫描装配 -->
|
|
||||||
<context:component-scan base-package="com.sipai.quartz.job"/>
|
|
||||||
<!--<context:component-scan base-package="com.sipai"/>-->
|
|
||||||
|
|
||||||
<bean id="propertyConfigurer" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
|
|
||||||
<property name="fileEncoding" value="utf-8" />
|
|
||||||
<property name="locations">
|
|
||||||
<list>
|
|
||||||
<value>classpath*:xxl-job-executor.properties</value>
|
|
||||||
</list>
|
|
||||||
</property>
|
|
||||||
</bean>
|
|
||||||
|
|
||||||
<!-- 配置02、执行器 -->
|
|
||||||
<bean id="xxlJobSpringExecutor" class="com.xxl.job.core.executor.impl.XxlJobSpringExecutor" init-method="start" destroy-method="destroy" >
|
|
||||||
<!-- 执行器注册中心地址[选填],为空则关闭自动注册 -->
|
|
||||||
<property name="adminAddresses" value="${xxl.job.admin.addresses}" />
|
|
||||||
<!-- 执行器AppName[选填],为空则关闭自动注册 -->
|
|
||||||
<property name="appName" value="${xxl.job.executor.appname}" />
|
|
||||||
<!-- 执行器IP[选填],为空则自动获取 -->
|
|
||||||
<property name="ip" value="${xxl.job.executor.ip}" />
|
|
||||||
<!-- 执行器端口号[选填],小于等于0则自动获取 -->
|
|
||||||
<property name="port" value="${xxl.job.executor.port}" />
|
|
||||||
<!-- 访问令牌[选填],非空则进行匹配校验 -->
|
|
||||||
<property name="accessToken" value="${xxl.job.accessToken}" />
|
|
||||||
<!-- 执行器日志路径[选填],为空则使用默认路径 -->
|
|
||||||
<property name="logPath" value="${xxl.job.executor.logpath}" />
|
|
||||||
<!-- 日志保存天数[选填],值大于3时生效 -->
|
|
||||||
<property name="logRetentionDays" value="${xxl.job.executor.logretentiondays}" />
|
|
||||||
</bean>
|
|
||||||
|
|
||||||
</beans>
|
|
||||||
@ -1,38 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"
|
|
||||||
xmlns:b3mn="http://b3mn.org/2007/b3mn"
|
|
||||||
xmlns:ext="http://b3mn.org/2007/ext"
|
|
||||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
||||||
xmlns:atom="http://b3mn.org/2007/atom+xhtml">
|
|
||||||
<head profile="http://purl.org/NET/erdf/profile">
|
|
||||||
<title>Activiti BPM suite</title>
|
|
||||||
<!-- libraries -->
|
|
||||||
<script src="../libs/prototype-1.5.1.js" type="text/javascript" />
|
|
||||||
<script src="../libs/path_parser.js" type="text/javascript" />
|
|
||||||
<script src="../libs/ext-2.0.2/adapter/ext/ext-base.js" type="text/javascript" />
|
|
||||||
<script src="../libs/ext-2.0.2/ext-all-debug.js" type="text/javascript" />
|
|
||||||
<script src="../libs/ext-2.0.2/color-field.js" type="text/javascript" />
|
|
||||||
<style media="screen" type="text/css">
|
|
||||||
@import url("../libs/ext-2.0.2/resources/css/ext-all.css");
|
|
||||||
@import url("../libs/ext-2.0.2/resources/css/xtheme-darkgray.css");
|
|
||||||
</style>
|
|
||||||
<link rel="Stylesheet" media="screen" href="../editor/css/theme_norm.css" type="text/css" />
|
|
||||||
<link rel="Stylesheet" media="screen" href="../editor/css/theme_norm_signavio.css" type="text/css" />
|
|
||||||
<link rel="Stylesheet" media="screen" href="../explorer/src/css/xtheme-smoky.css" type="text/css" />
|
|
||||||
<link rel="Stylesheet" media="screen" href="../explorer/src/css/custom-style.css" type="text/css" />
|
|
||||||
<!-- oryx editor -->
|
|
||||||
<!-- language files -->
|
|
||||||
<script src="../editor/i18n/translation_en_us.js" type="text/javascript" />
|
|
||||||
<script src="../editor/i18n/translation_signavio_en_us.js" type="text/javascript" />
|
|
||||||
<script src="../libs/utils.js" type="text/javascript" />
|
|
||||||
<script src="../editor/oryx.debug.js" type="text/javascript" />
|
|
||||||
<!-- erdf schemas -->
|
|
||||||
<link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" />
|
|
||||||
<link rel="schema.dcTerms" href="http://purl.org/dc/terms/" />
|
|
||||||
<link rel="schema.b3mn" href="http://b3mn.org" />
|
|
||||||
<link rel="schema.oryx" href="http://oryx-editor.org/" />
|
|
||||||
<link rel="schema.raziel" href="http://raziel.org/" />
|
|
||||||
</head>
|
|
||||||
<body style="overflow:hidden;">
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@ -1,9 +1,11 @@
|
|||||||
driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
|
driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
|
||||||
|
|
||||||
|
#url=jdbc:sqlserver://127.0.0.1:1433;DatabaseName=SIPAIIS_WMS_HQAQ
|
||||||
url=jdbc:sqlserver://122.51.194.184:1433;DatabaseName=SIPAIIS_WMS_HQAQ
|
url=jdbc:sqlserver://122.51.194.184:1433;DatabaseName=SIPAIIS_WMS_HQAQ
|
||||||
username=sa
|
username=sa
|
||||||
password=P76XB3nm36aMkN6n
|
password=P76XB3nm36aMkN6n
|
||||||
|
|
||||||
|
#scada-url=jdbc:sqlserver://127.0.0.1:1433;DatabaseName=EIP_PRD_HQWS
|
||||||
scada-url=jdbc:sqlserver://122.51.194.184:1433;DatabaseName=EIP_PRD_HQWS
|
scada-url=jdbc:sqlserver://122.51.194.184:1433;DatabaseName=EIP_PRD_HQWS
|
||||||
scada-username=sa
|
scada-username=sa
|
||||||
scada-password=P76XB3nm36aMkN6n
|
scada-password=P76XB3nm36aMkN6n
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
#es.nodes=127.0.0.1
|
||||||
es.nodes=122.51.194.184
|
es.nodes=122.51.194.184
|
||||||
es.host=9200
|
es.host=9200
|
||||||
es.name=elastic
|
es.name=elastic
|
||||||
|
#es.name=elasticsearch-sipaiis
|
||||||
|
|||||||
@ -1,8 +1,10 @@
|
|||||||
#redis<69><73><EFBFBD><EFBFBD>
|
#redis<69><73><EFBFBD><EFBFBD>
|
||||||
redis.host=122.51.194.184
|
redis.host=122.51.194.184
|
||||||
|
#redis.host=127.0.0.1
|
||||||
#<23><><EFBFBD><EFBFBD>single <20><>Ⱥcluster
|
#<23><><EFBFBD><EFBFBD>single <20><>Ⱥcluster
|
||||||
redis.mode=single
|
redis.mode=single
|
||||||
redis.port=26739
|
redis.port=26739
|
||||||
|
#redis.port=6379
|
||||||
redis.password=Aa112211
|
redis.password=Aa112211
|
||||||
redis.maxIdle=100
|
redis.maxIdle=100
|
||||||
redis.maxActive=300
|
redis.maxActive=300
|
||||||
|
|||||||
@ -1,15 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<persistence version="2.0" xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd">
|
|
||||||
<persistence-unit name="spring.data.jpa.activiti">
|
|
||||||
<properties>
|
|
||||||
<!-- <property name = "openjpa.ConnectionDriverName" value = "com.mysql.jdbc.Driver"/>
|
|
||||||
<property name = "openjpa.ConnectionURL" value = "jdbc:mysql://localhost:3306/le?useUnicode=true&characterEncoding=utf8"/>
|
|
||||||
<property name = "openjpa.ConnectionUserName" value = "root"/>
|
|
||||||
<property name = "openjpa.ConnectionPassword" value = "root"/> -->
|
|
||||||
<property name = "openjpa.jdbc.SynchronizeMappings" value = "buildSchema(ForeignKeys=true)"/>
|
|
||||||
<!--显示SQL执行语句-->
|
|
||||||
<property name="openjpa.Log" value="SQL=TRACE"/>
|
|
||||||
<property name="openjpa.RuntimeUnenhancedClasses" value="supported"></property>
|
|
||||||
</properties>
|
|
||||||
</persistence-unit>
|
|
||||||
</persistence>
|
|
||||||
@ -1,68 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<config>
|
|
||||||
|
|
||||||
<plugins>
|
|
||||||
<plugin source="version.js" name="" />
|
|
||||||
<plugin source="signavio.js" name="Signavio.Plugins.Loading" />
|
|
||||||
|
|
||||||
<!-- following plugins require Ext -->
|
|
||||||
<plugin source="toolbar.js" name="ORYX.Plugins.Toolbar" />
|
|
||||||
<plugin source="shapemenu.js" name="ORYX.Plugins.ShapeMenuPlugin">
|
|
||||||
<property group="Alignment" align="Oryx_Top" />
|
|
||||||
<property group="Edit" align="Oryx_Left" />
|
|
||||||
</plugin>
|
|
||||||
<plugin source="shaperepository.js" name="ORYX.Plugins.ShapeRepository" />
|
|
||||||
<plugin source="propertywindow.js" name="ORYX.Plugins.PropertyWindow" />
|
|
||||||
<plugin source="loading.js" name="ORYX.Plugins.Loading" />
|
|
||||||
<plugin source="canvasResize.js" name="ORYX.Plugins.CanvasResize">
|
|
||||||
<notUsesIn namespace="http://b3mn.org/stencilset/xforms#"/>
|
|
||||||
</plugin>
|
|
||||||
|
|
||||||
<plugin source="renameShapes.js" name="ORYX.Plugins.RenameShapes" />
|
|
||||||
<plugin source="undo.js" name="ORYX.Plugins.Undo" />
|
|
||||||
<plugin source="processLink.js" name="ORYX.Plugins.ProcessLink">
|
|
||||||
<requires namespace="http://b3mn.org/stencilset/bpmn1.1#"/>
|
|
||||||
</plugin>
|
|
||||||
|
|
||||||
<!-- following plugins don't require Ext -->
|
|
||||||
<plugin source="arrangement.js" name="ORYX.Plugins.Arrangement">
|
|
||||||
<notUsesIn namespace="http://b3mn.org/stencilset/xforms#"/>
|
|
||||||
</plugin>
|
|
||||||
<plugin source="file.js" name="ORYX.Plugins.Save"/>
|
|
||||||
<plugin source="view.js" name="ORYX.Plugins.View" />
|
|
||||||
<plugin source="dragdropresize.js" name="ORYX.Plugins.DragDropResize" />
|
|
||||||
<plugin source="shapeHighlighting.js" name="ORYX.Plugins.HighlightingSelectedShapes" />
|
|
||||||
<plugin source="dragDocker.js" name="ORYX.Plugins.DragDocker">
|
|
||||||
<notUsesIn namespace="http://b3mn.org/stencilset/xforms#" />
|
|
||||||
</plugin>
|
|
||||||
<plugin source="addDocker.js" name="ORYX.Plugins.AddDocker">
|
|
||||||
<notUsesIn namespace="http://b3mn.org/stencilset/xforms#" />
|
|
||||||
</plugin>
|
|
||||||
<plugin source="selectionframe.js" name="ORYX.Plugins.SelectionFrame">
|
|
||||||
<notUsesIn namespace="http://b3mn.org/stencilset/xforms#" />
|
|
||||||
</plugin>
|
|
||||||
<plugin source="shapeHighlighting.js" name="ORYX.Plugins.ShapeHighlighting" />
|
|
||||||
<plugin source="overlay.js" name="ORYX.Plugins.Overlay" />
|
|
||||||
<plugin source="edit.js" name="ORYX.Plugins.Edit" />
|
|
||||||
<plugin source="keysMove.js" name="ORYX.Plugins.KeysMove" />
|
|
||||||
<plugin source="Layouter/edgeLayouter.js" name="ORYX.Plugins.Layouter.EdgeLayouter" />
|
|
||||||
|
|
||||||
<!-- Begin: BPMN2.0 specific plugins -->
|
|
||||||
<plugin source="bpmn2.0/bpmn2.0.js" name="ORYX.Plugins.BPMN2_0">
|
|
||||||
<requires namespace="http://b3mn.org/stencilset/bpmn2.0#" />
|
|
||||||
</plugin>
|
|
||||||
|
|
||||||
<!-- End: BPMN2.0 specific plugins -->
|
|
||||||
</plugins>
|
|
||||||
|
|
||||||
<properties>
|
|
||||||
<property group="File" index="1" />
|
|
||||||
<property group="Edit" index="2" />
|
|
||||||
<property group="Undo" index="3" />
|
|
||||||
<property group="Alignment" index="4" />
|
|
||||||
<property group="Group" index="5" />
|
|
||||||
<property group="Z-Order" index="6" />
|
|
||||||
<property group="Docker" index="7" />
|
|
||||||
<property group="Zoom" index="8" />
|
|
||||||
</properties>
|
|
||||||
</config>
|
|
||||||
1329
src/stencilset.json
1329
src/stencilset.json
File diff suppressed because one or more lines are too long
@ -1,57 +0,0 @@
|
|||||||
{
|
|
||||||
"code": 1,
|
|
||||||
"bizId": "021NS",
|
|
||||||
"name" : "地磅统计",
|
|
||||||
"id" : "wagonBalance",
|
|
||||||
"yesterdayCode" : "",
|
|
||||||
"goods" : [ {
|
|
||||||
"name" : "PAM+",
|
|
||||||
"safeDays" : "0",
|
|
||||||
"drugConsumptionCode" : "",
|
|
||||||
"drugConsumptionValue" : "",
|
|
||||||
"unitConsumption" : "0.07",
|
|
||||||
"currentCode" : ""
|
|
||||||
},{
|
|
||||||
"name" : "硫酸铵",
|
|
||||||
"safeDays" : "0",
|
|
||||||
"drugConsumptionCode" : "021NS_LSA_DAY",
|
|
||||||
"drugConsumptionValue" : "",
|
|
||||||
"unitConsumption" : "4.45",
|
|
||||||
"currentCode" : "021NS_LSAKC"
|
|
||||||
},{
|
|
||||||
"name" : "PAM-",
|
|
||||||
"safeDays" : "0",
|
|
||||||
"drugConsumptionCode" : "",
|
|
||||||
"drugConsumptionValue" : "",
|
|
||||||
"unitConsumption" : "0.11",
|
|
||||||
"currentCode" : ""
|
|
||||||
},{
|
|
||||||
"name" : "液氧",
|
|
||||||
"safeDays" : "0",
|
|
||||||
"drugConsumptionCode" : "",
|
|
||||||
"drugConsumptionValue" : "",
|
|
||||||
"unitConsumption" : "11.01",
|
|
||||||
"currentCode" : ""
|
|
||||||
},{
|
|
||||||
"name" : "硫酸铝",
|
|
||||||
"safeDays" : "0",
|
|
||||||
"drugConsumptionCode" : "021NS_LSL_DAY",
|
|
||||||
"drugConsumptionValue" : "",
|
|
||||||
"unitConsumption" : "28.16",
|
|
||||||
"currentCode" : "021NS_LSLKC"
|
|
||||||
},{
|
|
||||||
"name" : "次氯酸钠",
|
|
||||||
"safeDays" : "0",
|
|
||||||
"drugConsumptionCode" : "021NS_CLSN_DAY",
|
|
||||||
"drugConsumptionValue" : "",
|
|
||||||
"unitConsumption" : "19.05",
|
|
||||||
"currentCode" : "021NS_CLSNKC"
|
|
||||||
},{
|
|
||||||
"name" : "污泥",
|
|
||||||
"safeDays" : "0",
|
|
||||||
"drugConsumptionCode" : "",
|
|
||||||
"drugConsumptionValue" : "",
|
|
||||||
"unitConsumption" : "",
|
|
||||||
"currentCode" : ""
|
|
||||||
} ]
|
|
||||||
}
|
|
||||||
BIN
功能清单详细版.xlsx
BIN
功能清单详细版.xlsx
Binary file not shown.
Reference in New Issue
Block a user