diff --git a/xm-bootstrap/src/main/resources/application-123prod.properties b/xm-bootstrap/src/main/resources/application-123prod.properties deleted file mode 100644 index 74277776..00000000 --- a/xm-bootstrap/src/main/resources/application-123prod.properties +++ /dev/null @@ -1,84 +0,0 @@ -#内置服务器的端口 -spring.application.name=oa - -server.port=7078 -server.context-path=/${spring.application.name} -#session失效时间 秒 -server.session.timeout=43200 -spring.session.store-type=none -spring.cloud.inetutils.preferredNetworks[0]=^10\. -spring.cloud.inetutils.preferredNetworks[1]=^172\. -#eureka.client.serviceUrl.defaultZone=http://172.18.153.157:6110/eureka/ -#eureka.instance.hostname= ${spring.cloud.client.ipAddress} -#eureka.instance.instance-id=${spring.cloud.client.ipAddress}:${server.port} -#eureka.instance.prefer-ip-address=true - -spring.cloud.consul.host=localhost -spring.cloud.consul.port=8500 - - -#服务跟踪 -spring.zipkin.enabled=false -spring.zipkin.base-url=http://172.18.153.157:6119/ -spring.sleuth.sampler.percentage=1.0 - - -spring.jackson.mapper.default-view-inclusion=false -spring.jackson.date-format=yyyy-MM-dd HH:mm:ss -spring.mvc.date-format=yyyy-MM-dd HH:mm:ss -spring.jackson.time-zone=GMT+8 -spring.jackson.serialization.indent_output=true -spring.jackson.serialization.fail_on_empty_beans=false -spring.jackson.deserialization.fail_on_unknown_properties=false -spring.jackson.parser.allow_unquoted_control_chars=true -spring.jackson.parser.allow_single_quotes=true - - -#配置图片文件上传下载的相关参数,如果此次配置将覆盖数据库系统参数中的 arcImageUploadRootPath 及 arcImageDownloadBaseUri两个参数 -mdp.arc.image-upload-root-path=E:/arc/image -mdp.arc.image-download-base-uri=arc/ -mdp.arc.file-upload-root-path=E:/arc/files - -#限制文件上传大小 -spring.http.multipart.maxFileSize=10Mb -spring.http.multipart.maxRequestSize=10Mb - -#配置数据源 -spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver -spring.datasource.jdbc-url=jdbc:mysql://rm-wz929m40310oa78u6.mysql.rds.aliyuncs.com:3306/arc?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=CTT -spring.datasource.username=mall -spring.datasource.password=mall_0319_m -spring.datasource.validation-query=select 1 -spring.datasource.test-on-borrow=true -spring.datasource.validation-interval=30000 - -##begin 商户相关配置###顶级商户########################################################### -mdp.topMech.mechId=m1000 -mdp.topMech.mechName=广州擎勤网络科技有限公司 -mdp.topMech.userid=1000 -mdp.topMech.userName=广州擎勤网络科技有限公司 -mdp.topMech.accountId=m1000 -##end 商户相关配置################################################################ - -#腾讯云短信验证码@Value("${mdp.sms.appid}") -mdp.sms.appid=1400038813 -mdp.sms.app-secret=4b0659a2ee8ba4e54a570515fda94aef - -# REDIS (RedisProperties) -spring.redis.database=0 -# Redis服务器地址 -spring.redis.host=172.18.153.171 -# Redis服务器连接端口 -spring.redis.port=6379 -# Redis服务器连接密码(默认为空) -spring.redis.password=QqKj*123 -# 连接池最大连接数(使用负值表示没有限制) -spring.redis.pool.max-active=8 -# 连接池最大阻塞等待时间(使用负值表示没有限制) -spring.redis.pool.max-wait=-1 -# 连接池中的最大空闲连接 -spring.redis.pool.max-idle=8 -# 连接池中的最小空闲连接 -spring.redis.pool.min-idle=2 -# 连接超时时间(毫秒) -spring.redis.timeout=100000 \ No newline at end of file diff --git a/xm-bootstrap/src/main/resources/application-dev.properties b/xm-bootstrap/src/main/resources/application-dev.properties deleted file mode 100644 index 4f110ed5..00000000 --- a/xm-bootstrap/src/main/resources/application-dev.properties +++ /dev/null @@ -1,138 +0,0 @@ -#内置服务器的端口 -spring.application.name=xm - -server.port=7067 -#server.context-path=/${spring.application.name} -#session失效时间 秒 -server.session.timeout=43200 -spring.session.store-type=none -spring.cloud.inetutils.preferredNetworks[0]=^10\. -spring.cloud.inetutils.preferredNetworks[1]=^172\. -#eureka.client.serviceUrl.defaultZone=http://172.16.16.16:6110/eureka/ -#eureka.instance.hostname= ${spring.cloud.client.ipAddress} -#eureka.instance.instance-id=${spring.cloud.client.ipAddress}:${server.port} -#eureka.instance.prefer-ip-address=true - -spring.cloud.consul.host=134.175.57.249 -spring.cloud.consul.port=8500 - - -#服务跟踪 -spring.zipkin.enabled=true -spring.zipkin.base-url=http://172.16.16.16:6119/ -spring.sleuth.sampler.percentage=1.0 - -spring.jackson.mapper.default-view-inclusion=false -spring.jackson.date-format=yyyy-MM-dd HH:mm:ss -spring.mvc.date-format=yyyy-MM-dd HH:mm:ss -spring.jackson.time-zone=GMT+8 -spring.jackson.serialization.indent_output=true -spring.jackson.serialization.fail_on_empty_beans=false -spring.jackson.deserialization.fail_on_unknown_properties=false -spring.jackson.parser.allow_unquoted_control_chars=true -spring.jackson.parser.allow_single_quotes=true - - -#配置图片文件上传下载的相关参数,如果此次配置将覆盖数据库系统参数中的 arcImageUploadRootPath 及 arcImageDownloadBaseUri两个参数 -mdp.arc.image-upload-root-path=E:/arc/image -mdp.arc.image-download-base-uri=arc/ -mdp.arc.file-upload-root-path=E:/arc/files - -#限制文件上传大小 -spring.http.multipart.maxFileSize=10Mb -spring.http.multipart.maxRequestSize=10Mb - -mdp.api-gate=http://134.175.57.249:7015 -mdp.platform-branch-id=platform-branch-001 - -# 权限自动注册接口,云环境下 http://微服务名称/sys/qx/autoRegist,本地调试 http://ip:port/sys/qx/autoRegist -mdp.auth.qx-regist-url=${mdp.api-gate}/sys/sys/qx/autoRegist -# 审计日志收集,云环境下 http://微服务名称/audit/base/operLog/add,本地调试 http://ip:port/audit/base/operLog/add -mdp.audit.audit-log-url=${mdp.api-gate}/audit/audit/base/operLog/add -# 元数据/系统参数等接口 云环境下 http://微服务名称/sys/meta/itemOption/list/byItemCode,本地调试 http://ip:port/meta/itemOption/list/byItemCode -mdp.meta.item-options-query-uri= ${mdp.api-gate}/sys/meta/itemOption/list/byItemCode -# 元数据/系统参数等接口 云环境下 http://微服务名称/sys/meta/item/list,本地调试 http://ip:port/meta/item/list -mdp.meta.items-query-uri= ${mdp.api-gate}//sys/meta/item/list -# 第三方授权登陆参数配置数据访问接口 云环境下 http://微服务名称/app/appTpAuth/list,本地调试 http://ip:port/app/appTpAuth/list -mdp.tpa.app-tp-auth-query-uri= ${mdp.api-gate}/sys/app/appTpAuth/list -# 第三方授权支付参数配置数据访问接口 云环境下 http://微服务名称/app/appTpPay/list,本地调试 http://ip:port/app/appTpPay/list -mdp.tpa.app-tp-pay-query-uri= ${mdp.api-gate}/sys/app/appTpPay/list -# 第三方授权登陆登陆用户查询接口 云环境下 http://微服务名称/sys/userTpa/list,本地调试 http://ip:port/sys/userTpa/list -mdp.tpa.user-tpa-query-uri= ${mdp.api-gate}/sys/sys/userTpa/list - - -# mdp平台授权验证服务器访问地址 cloud环境下换成 http://oauth2server,本地调试http://127.0.0.1:7000,本地如果不起验证服务器,可改为 https://www.qingqinkj.com/api/m1/oauth2server -mdp.oauth2.server.uri=http://oauth2server -# 客户端必须在数据库表adm.oauth_client_details中配置,否则无法访问 - -# 下面配置 password 模式 -spring.security.oauth2.client.registration.password-client.provider=oauth2server -spring.security.oauth2.client.registration.password-client.client-id=${spring.application.name} -spring.security.oauth2.client.registration.password-client.client-secret= ${spring.application.name}-8888 -spring.security.oauth2.client.registration.password-client.authorization-grant-type= password -spring.security.oauth2.client.registration.password-client.scope= all - -# 下面配置 client_credentials 模式 -spring.security.oauth2.client.registration.def-client.provider=oauth2server -spring.security.oauth2.client.registration.def-client.client-id=${spring.application.name} -spring.security.oauth2.client.registration.def-client.client-secret= ${spring.application.name}-8888 -spring.security.oauth2.client.registration.def-client.authorization-grant-type= client_credentials -spring.security.oauth2.client.registration.def-client.scope= all - -# 下面配置authorization_code模式 -spring.security.oauth2.client.registration.code-client.provider=oauth2server -spring.security.oauth2.client.registration.code-client.client-id=${spring.application.name} -spring.security.oauth2.client.registration.code-client.client-secret= ${spring.application.name}-8888 -spring.security.oauth2.client.registration.code-client.authorization-grant-type= authorization_code -# 授权码模式下需要配置重定向地址 -spring.security.oauth2.client.registration.code-client.redirect-uri= ${messages.base-uri}/authorized -spring.security.oauth2.client.registration.code-client.scope= all - -# 授权码方式获取code -spring.security.oauth2.client.provider.oauth2server.authorization-uri= ${mdp.oauth2.server.uri}/oauth2/authorize -# 获取token接口 -spring.security.oauth2.client.provider.oauth2server.token-uri= ${mdp.oauth2.server.uri}/oauth2/token - -# 资源服务器 -spring.security.oauth2.resourceserver.jwt.jwk-set-uri= ${mdp.oauth2.server.uri}/oauth2/jwks - -#配置数据源 -spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver -spring.datasource.jdbc-url=jdbc:mysql://123.207.117.5:3306/arc?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=CTT -spring.datasource.username=root -spring.datasource.password=1qaz@WSX -spring.datasource.validation-query=select 1 -spring.datasource.test-on-borrow=true -spring.datasource.validation-interval=30000 - -##begin 商户相关配置###顶级商户########################################################### -mdp.topMech.mechId=m1000 -mdp.topMech.mechName=广州擎勤网络科技有限公司 -mdp.topMech.userid=1000 -mdp.topMech.userName=广州擎勤网络科技有限公司 -mdp.topMech.accountId=m1000 -##end 商户相关配置################################################################ - -#腾讯云短信验证码@Value("${mdp.sms.appid}") -mdp.sms.appid=1400038813 -mdp.sms.app-secret=4b0659a2ee8ba4e54a570515fda94aef - - # REDIS (RedisProperties) -# Redis数据库索引(默认为0) -spring.redis.database=0 -# Redis服务器地址 -spring.redis.host=134.175.57.249 -# Redis服务器连接端口 -spring.redis.port=6379 -# Redis服务器连接密码(默认为空) -spring.redis.password=QqKj*123 -# 连接池最大连接数(使用负值表示没有限制) -spring.redis.pool.max-active=8 -# 连接池最大阻塞等待时间(使用负值表示没有限制) -spring.redis.pool.max-wait=-1 -# 连接池中的最大空闲连接 -spring.redis.pool.max-idle=8 -# 连接池中的最小空闲连接 -spring.redis.pool.min-idle=2 -# 连接超时时间(毫秒) -spring.redis.timeout=100000 \ No newline at end of file diff --git a/xm-bootstrap/src/main/resources/application-m1.xm.prod.1.0.properties b/xm-bootstrap/src/main/resources/application-m1.xm.prod.1.0.properties deleted file mode 100644 index 4f8c561e..00000000 --- a/xm-bootstrap/src/main/resources/application-m1.xm.prod.1.0.properties +++ /dev/null @@ -1,142 +0,0 @@ -#内置服务器的端口 -spring.application.name=xm -server.port=7067 -# 默认情况下为 spring.application.name + server.port, 如果在多个服务器上同一个服务, 因为应用名和端口都一致, 会导致service id 会重复, 所以一般情况都需要引入一个随机数避免重复 . -# spring.cloud.consul.discovery.instance-id=${spring.application.name}-${server.port}-${random.value} - -#server.context-path=/${spring.application.name} -#session失效时间 秒 -server.session.timeout=43200 -spring.session.store-type=redis -spring.cloud.inetutils.preferredNetworks[0]=^10\. -spring.cloud.inetutils.preferredNetworks[1]=^172\. -#eureka.client.serviceUrl.defaultZone=http://172.16.16.16:6110/eureka/ -#eureka.instance.hostname= ${spring.cloud.client.ipAddress} -#eureka.instance.instance-id=${spring.cloud.client.ipAddress}:${server.port} -#eureka.instance.prefer-ip-address=true - -spring.cloud.consul.host=172.16.16.16 -spring.cloud.consul.port=8500 - - -#服务跟踪 -spring.zipkin.enabled=true -spring.zipkin.base-url=http://172.16.16.16:6119/ -spring.sleuth.sampler.percentage=1.0 - -spring.jackson.mapper.default-view-inclusion=false -spring.jackson.date-format=yyyy-MM-dd HH:mm:ss -spring.mvc.date-format=yyyy-MM-dd HH:mm:ss -spring.jackson.time-zone=GMT+8 -spring.jackson.serialization.indent_output=true -spring.jackson.serialization.fail_on_empty_beans=false -spring.jackson.deserialization.fail_on_unknown_properties=false -spring.jackson.parser.allow_unquoted_control_chars=true -spring.jackson.parser.allow_single_quotes=true - -#限制文件上传大小 -spring.http.multipart.maxFileSize=10Mb -spring.http.multipart.maxRequestSize=10Mb - - -#配置图片文件上传下载的相关参数,如果此次配置将覆盖数据库系统参数中的 arcImageUploadRootPath 及 arcImageDownloadBaseUri两个参数 -#mdp.arc.image-upload-root-path=/home/keyun/mall/arc/image -#mdp.arc.image-download-base-uri=arc/ -#mdp.arc.file-upload-root-path=/home/keyun/mall/arc/files - -#mdp.auth.ips=ip1,ip2,ip3,授权ip地址列表,如果非授权ip应用只允许使用24小时 -mdp.auth.ips=172.18.153.152 - -mdp.api-gate=http://gate -mdp.platform-branch-id=platform-branch-001 - -# 权限自动注册接口,云环境下 http://微服务名称/sys/qx/autoRegist,本地调试 http://ip:port/sys/qx/autoRegist -mdp.auth.qx-regist-url=http://sys/sys/qx/autoRegist -# 审计日志收集,云环境下 http://微服务名称/audit/base/operLog/add,本地调试 http://ip:port/audit/base/operLog/add -mdp.audit.audit-log-url=http://audit/audit/base/operLog/add -# 元数据/系统参数等接口 云环境下 http://微服务名称/sys/meta/itemOption/list/byItemCode,本地调试 http://ip:port/meta/itemOption/list/byItemCode -mdp.meta.item-options-query-uri= http://sys/meta/itemOption/list/byItemCode -# 元数据/系统参数等接口 云环境下 http://微服务名称/sys/meta/item/list,本地调试 http://ip:port/meta/item/list -mdp.meta.items-query-uri= http://sys/meta/item/list -# 第三方授权登陆参数配置数据访问接口 云环境下 http://微服务名称/app/appTpAuth/list,本地调试 http://ip:port/app/appTpAuth/list -mdp.tpa.app-tp-auth-query-uri= http://sys/app/appTpAuth/list -# 第三方授权支付参数配置数据访问接口 云环境下 http://微服务名称/app/appTpPay/list,本地调试 http://ip:port/app/appTpPay/list -mdp.tpa.app-tp-pay-query-uri= http://sys/app/appTpPay/list -# 第三方授权登陆登陆用户查询接口 云环境下 http://微服务名称/sys/userTpa/list,本地调试 http://ip:port/sys/userTpa/list -mdp.tpa.user-tpa-query-uri= http://sys/sys/userTpa/list - -# mdp平台授权验证服务器访问地址 cloud环境下换成 http://oauth2server,本地调试如果不起验证服务器,可改为 https://www.qingqinkj.com/api/m1/oauth2server -# oauth2client服务比较特殊,oauth2client工程访问oauth2server要通过非cloud方式访问。即http://ip:port/的方式,或者https://www.qingqinkj.com/api/m1/oauth2server -mdp.oauth2.server.uri= http://oauth2server - -# 下面配置 password 模式 -spring.security.oauth2.client.registration.password-client.provider=def-oauth-server -spring.security.oauth2.client.registration.password-client.client-id=${spring.application.name} -spring.security.oauth2.client.registration.password-client.client-secret= ${spring.application.name}-8888 -spring.security.oauth2.client.registration.password-client.authorization-grant-type= password -spring.security.oauth2.client.registration.password-client.scope= all - -# 下面配置 client_credentials 模式 -spring.security.oauth2.client.registration.def-client.provider=def-oauth-server -spring.security.oauth2.client.registration.def-client.client-id=${spring.application.name} -spring.security.oauth2.client.registration.def-client.client-secret= ${spring.application.name}-8888 -spring.security.oauth2.client.registration.def-client.authorization-grant-type= client_credentials -spring.security.oauth2.client.registration.def-client.scope= all - -# 下面配置authorization_code模式 -spring.security.oauth2.client.registration.code-client.provider=def-oauth-server -spring.security.oauth2.client.registration.code-client.client-id=${spring.application.name} -spring.security.oauth2.client.registration.code-client.client-secret= ${spring.application.name}-8888 -spring.security.oauth2.client.registration.code-client.authorization-grant-type= authorization_code -# 授权码模式下需要配置重定向地址 -spring.security.oauth2.client.registration.code-client.redirect-uri= ${messages.base-uri}/authorized -spring.security.oauth2.client.registration.code-client.scope= all - -# 授权码方式获取code -spring.security.oauth2.client.provider.def-oauth-server.authorization-uri= ${mdp.oauth2.server.uri}/oauth2/authorize -# 获取token接口 -spring.security.oauth2.client.provider.def-oauth-server.token-uri= ${mdp.oauth2.server.uri}/oauth2/token - -# 资源服务器 -spring.security.oauth2.resourceserver.jwt.jwk-set-uri= ${mdp.oauth2.server.uri}/oauth2/jwks - -spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver -spring.datasource.jdbc-url=jdbc:mysql://10.0.0.5:3306/xm?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=CTT -spring.datasource.username=root -spring.datasource.password=1qaz@WSX -spring.datasource.validation-query=SELECT 1 -spring.datasource.test-on-borrow=true -spring.datasource.validation-interval=30000 - - -##begin 商户相关配置###顶级商户########################################################### -mdp.topMech.mechId=m1000 -mdp.topMech.mechName=广州擎勤网络科技有限公司 -mdp.topMech.userid=1000 -mdp.topMech.userName=广州擎勤网络科技有限公司 -mdp.topMech.accountId=m1000 -##end 商户相关配置################################################################ - -#腾讯云短信验证码@Value("${mdp.sms.appid}") -mdp.sms.appid=1400038813 -mdp.sms.app-secret=4b0659a2ee8ba4e54a570515fda94aef - -# REDIS (RedisProperties) -# Redis数据库索引(默认为0) -spring.redis.database=0 -# Redis服务器地址 -spring.redis.host=172.16.16.16 -# Redis服务器连接端口 -spring.redis.port=6379 -# Redis服务器连接密码(默认为空) -spring.redis.password=QqKj*123 -# 连接池最大连接数(使用负值表示没有限制) -spring.redis.pool.max-active=8 -# 连接池最大阻塞等待时间(使用负值表示没有限制) -spring.redis.pool.max-wait=-1 -# 连接池中的最大空闲连接 -spring.redis.pool.max-idle=8 -# 连接池中的最小空闲连接 -spring.redis.pool.min-idle=2 -# 连接超时时间(毫秒) -spring.redis.timeout=100000 \ No newline at end of file diff --git a/xm-bootstrap/src/main/resources/application-m1prod.properties b/xm-bootstrap/src/main/resources/application-m1prod.properties deleted file mode 100644 index 82caa8c4..00000000 --- a/xm-bootstrap/src/main/resources/application-m1prod.properties +++ /dev/null @@ -1,146 +0,0 @@ -#\u5185\u7F6E\u670D\u52A1\u5668\u7684\u7AEF\u53E3 -spring.application.name=xm -server.port=7067 -# \u9ED8\u8BA4\u60C5\u51B5\u4E0B\u4E3A spring.application.name + server.port, \u5982\u679C\u5728\u591A\u4E2A\u670D\u52A1\u5668\u4E0A\u540C\u4E00\u4E2A\u670D\u52A1, \u56E0\u4E3A\u5E94\u7528\u540D\u548C\u7AEF\u53E3\u90FD\u4E00\u81F4, \u4F1A\u5BFC\u81F4service id \u4F1A\u91CD\u590D, \u6240\u4EE5\u4E00\u822C\u60C5\u51B5\u90FD\u9700\u8981\u5F15\u5165\u4E00\u4E2A\u968F\u673A\u6570\u907F\u514D\u91CD\u590D . -spring.cloud.consul.discovery.instance-id=${spring.application.name}-${server.port}-${random.value} - -#server.context-path=/${spring.application.name} -#session\u5931\u6548\u65F6\u95F4 \u79D2 -server.session.timeout=43200 -spring.session.store-type=redis -spring.cloud.inetutils.preferredNetworks[0]=^10\. -spring.cloud.inetutils.preferredNetworks[1]=^172\. -#eureka.client.serviceUrl.defaultZone=http://172.16.16.16:6110/eureka/ -#eureka.instance.hostname= ${spring.cloud.client.ipAddress} -#eureka.instance.instance-id=${spring.cloud.client.ipAddress}:${server.port} -#eureka.instance.prefer-ip-address=true - -spring.cloud.consul.host=172.16.16.16 -spring.cloud.consul.port=8500 - - -#\u670D\u52A1\u8DDF\u8E2A -spring.zipkin.enabled=true -spring.zipkin.base-url=http://172.16.16.16:6119/ -spring.sleuth.sampler.percentage=1.0 - -spring.jackson.mapper.default-view-inclusion=false -spring.jackson.date-format=yyyy-MM-dd HH:mm:ss -spring.mvc.date-format=yyyy-MM-dd HH:mm:ss -spring.jackson.time-zone=GMT+8 -spring.jackson.serialization.indent_output=true -spring.jackson.serialization.fail_on_empty_beans=false -spring.jackson.deserialization.fail_on_unknown_properties=false -spring.jackson.parser.allow_unquoted_control_chars=true -spring.jackson.parser.allow_single_quotes=true - -#\u9650\u5236\u6587\u4EF6\u4E0A\u4F20\u5927\u5C0F -spring.http.multipart.maxFileSize=10Mb -spring.http.multipart.maxRequestSize=10Mb - - -#\u914D\u7F6E\u56FE\u7247\u6587\u4EF6\u4E0A\u4F20\u4E0B\u8F7D\u7684\u76F8\u5173\u53C2\u6570\uFF0C\u5982\u679C\u6B64\u6B21\u914D\u7F6E\u5C06\u8986\u76D6\u6570\u636E\u5E93\u7CFB\u7EDF\u53C2\u6570\u4E2D\u7684 arcImageUploadRootPath \u53CA arcImageDownloadBaseUri\u4E24\u4E2A\u53C2\u6570 -#mdp.arc.image-upload-root-path=/home/keyun/mall/arc/image -#mdp.arc.image-download-base-uri=arc/ -#mdp.arc.file-upload-root-path=/home/keyun/mall/arc/files - -#mdp.auth.ips=ip1,ip2,ip3,\u6388\u6743ip\u5730\u5740\u5217\u8868\uFF0C\u5982\u679C\u975E\u6388\u6743ip\u5E94\u7528\u53EA\u5141\u8BB8\u4F7F\u752824\u5C0F\u65F6 -mdp.auth.ips=172.18.153.152 - -mdp.api-gate=http://gate -mdp.platform-branch-id=platform-branch-001 - -# \u6743\u9650\u81EA\u52A8\u6CE8\u518C\u63A5\u53E3\uFF0C\u4E91\u73AF\u5883\u4E0B http://\u5FAE\u670D\u52A1\u540D\u79F0/sys/qx/autoRegist\uFF0C\u672C\u5730\u8C03\u8BD5 http://ip:port/sys/qx/autoRegist -mdp.auth.qx-regist-url=http://sys/sys/qx/autoRegist -# \u5BA1\u8BA1\u65E5\u5FD7\u6536\u96C6\uFF0C\u4E91\u73AF\u5883\u4E0B http://\u5FAE\u670D\u52A1\u540D\u79F0/audit/base/operLog/add\uFF0C\u672C\u5730\u8C03\u8BD5 http://ip:port/audit/base/operLog/add -mdp.audit.audit-log-url=http://audit/audit/base/operLog/add -# \u5143\u6570\u636E/\u7CFB\u7EDF\u53C2\u6570\u7B49\u63A5\u53E3 \u4E91\u73AF\u5883\u4E0B http://\u5FAE\u670D\u52A1\u540D\u79F0/sys/meta/itemOption/list/byItemCode\uFF0C\u672C\u5730\u8C03\u8BD5 http://ip:port/meta/itemOption/list/byItemCode -mdp.meta.item-options-query-uri= http://sys/meta/itemOption/list/byItemCode -# \u5143\u6570\u636E/\u7CFB\u7EDF\u53C2\u6570\u7B49\u63A5\u53E3 \u4E91\u73AF\u5883\u4E0B http://\u5FAE\u670D\u52A1\u540D\u79F0/sys/meta/item/list\uFF0C\u672C\u5730\u8C03\u8BD5 http://ip:port/meta/item/list -mdp.meta.items-query-uri= http://sys/meta/item/list -# \u7B2C\u4E09\u65B9\u6388\u6743\u767B\u9646\u53C2\u6570\u914D\u7F6E\u6570\u636E\u8BBF\u95EE\u63A5\u53E3 \u4E91\u73AF\u5883\u4E0B http://\u5FAE\u670D\u52A1\u540D\u79F0/app/appTpAuth/list\uFF0C\u672C\u5730\u8C03\u8BD5 http://ip:port/app/appTpAuth/list -mdp.tpa.app-tp-auth-query-uri= http://sys/app/appTpAuth/list -# \u7B2C\u4E09\u65B9\u6388\u6743\u652F\u4ED8\u53C2\u6570\u914D\u7F6E\u6570\u636E\u8BBF\u95EE\u63A5\u53E3 \u4E91\u73AF\u5883\u4E0B http://\u5FAE\u670D\u52A1\u540D\u79F0/app/appTpPay/list\uFF0C\u672C\u5730\u8C03\u8BD5 http://ip:port/app/appTpPay/list -mdp.tpa.app-tp-pay-query-uri= http://sys/app/appTpPay/list -# \u7B2C\u4E09\u65B9\u6388\u6743\u767B\u9646\u767B\u9646\u7528\u6237\u67E5\u8BE2\u63A5\u53E3 \u4E91\u73AF\u5883\u4E0B http://\u5FAE\u670D\u52A1\u540D\u79F0/sys/userTpa/list\uFF0C\u672C\u5730\u8C03\u8BD5 http://ip:port/sys/userTpa/list -mdp.tpa.user-tpa-query-uri= http://sys/sys/userTpa/list - -# mdp\u5E73\u53F0\u6388\u6743\u9A8C\u8BC1\u670D\u52A1\u5668\u8BBF\u95EE\u5730\u5740 cloud\u73AF\u5883\u4E0B\u6362\u6210 http://oauth2server\uFF0C\u672C\u5730\u8C03\u8BD5\u5982\u679C\u4E0D\u8D77\u9A8C\u8BC1\u670D\u52A1\u5668\uFF0C\u53EF\u6539\u4E3A https://www.qingqinkj.com/api/m1/oauth2server -# oauth2client\u670D\u52A1\u6BD4\u8F83\u7279\u6B8A\uFF0Coauth2client\u5DE5\u7A0B\u8BBF\u95EEoauth2server\u8981\u901A\u8FC7\u975Ecloud\u65B9\u5F0F\u8BBF\u95EE\u3002\u5373http://ip:port/\u7684\u65B9\u5F0F\uFF0C\u6216\u8005https://www.qingqinkj.com/api/m1/oauth2server -mdp.oauth2.server.uri= http://oauth2server - -# \u4E0B\u9762\u914D\u7F6E password \u6A21\u5F0F -spring.security.oauth2.client.registration.password-client.provider=def-oauth-server -spring.security.oauth2.client.registration.password-client.client-id=${spring.application.name} -spring.security.oauth2.client.registration.password-client.client-secret= ${spring.application.name}-8888 -spring.security.oauth2.client.registration.password-client.authorization-grant-type= password -spring.security.oauth2.client.registration.password-client.scope= all - -# \u4E0B\u9762\u914D\u7F6E client_credentials \u6A21\u5F0F -spring.security.oauth2.client.registration.def-client.provider=def-oauth-server -spring.security.oauth2.client.registration.def-client.client-id=${spring.application.name} -spring.security.oauth2.client.registration.def-client.client-secret= ${spring.application.name}-8888 -spring.security.oauth2.client.registration.def-client.authorization-grant-type= client_credentials -spring.security.oauth2.client.registration.def-client.scope= all - -# \u4E0B\u9762\u914D\u7F6Eauthorization_code\u6A21\u5F0F -spring.security.oauth2.client.registration.code-client.provider=def-oauth-server -spring.security.oauth2.client.registration.code-client.client-id=${spring.application.name} -spring.security.oauth2.client.registration.code-client.client-secret= ${spring.application.name}-8888 -spring.security.oauth2.client.registration.code-client.authorization-grant-type= authorization_code -# \u6388\u6743\u7801\u6A21\u5F0F\u4E0B\u9700\u8981\u914D\u7F6E\u91CD\u5B9A\u5411\u5730\u5740 -spring.security.oauth2.client.registration.code-client.redirect-uri= ${messages.base-uri}/authorized -spring.security.oauth2.client.registration.code-client.scope= all - -# \u6388\u6743\u7801\u65B9\u5F0F\u83B7\u53D6code -spring.security.oauth2.client.provider.def-oauth-server.authorization-uri= ${mdp.oauth2.server.uri}/oauth2/authorize -# \u83B7\u53D6token\u63A5\u53E3 -spring.security.oauth2.client.provider.def-oauth-server.token-uri= ${mdp.oauth2.server.uri}/oauth2/token - -# \u8D44\u6E90\u670D\u52A1\u5668 -spring.security.oauth2.resourceserver.jwt.jwk-set-uri= ${mdp.oauth2.server.uri}/oauth2/jwks - -spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver -spring.datasource.jdbc-url=jdbc:mysql://10.0.0.5:3306/xm?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=CTT -spring.datasource.username=root -spring.datasource.password=1qaz@WSX -spring.datasource.validation-query=SELECT 1 -spring.datasource.test-on-borrow=true -spring.datasource.validation-interval=30000 - - -##begin \u5546\u6237\u76F8\u5173\u914D\u7F6E###\u9876\u7EA7\u5546\u6237########################################################### -mdp.topMech.mechId=m1000 -mdp.topMech.mechName=\u5E7F\u5DDE\u64CE\u52E4\u7F51\u7EDC\u79D1\u6280\u6709\u9650\u516C\u53F8 -mdp.topMech.userid=1000 -mdp.topMech.userName=\u5E7F\u5DDE\u64CE\u52E4\u7F51\u7EDC\u79D1\u6280\u6709\u9650\u516C\u53F8 -mdp.topMech.accountId=m1000 -##end \u5546\u6237\u76F8\u5173\u914D\u7F6E################################################################ - -# \u914D\u7F6E\u654F\u611F\u8BCD\u5E93 -mdp.sensitive-word.words=\u4F60\u5988\u7684,\u4F60\u5976\u5976\u7684,\u60A8\u5988\u7684,\u60A8\u5976\u5976\u7684,\u8349\u4F60\u7801,\u5C3C\u739B,sb,\u50BB\u903C,\u8349\u6CE5\u9A6C,\u86CB\u75BC,\u4F60\u59B9,\u7EFF\u8336\u5A4A,\u5C4C\u7206,\u79D2\u6740,\u62A2\u7206,\u518D\u4E0D\u62A2\u5C31\u6CA1,\u4E0D\u4F1A\u518D\u4FBF\u5B9C,\u4E07\u4EBA\u75AF\u62A2,\u62A2\u75AF,\u9738\u738B\u9910,0\u5143\u4EF7,\u7B97\u547D,\u7B97\u5366,\u4FDD\u4F51,\u5E26\u6765\u597D\u8FD0\u6C14,\u589E\u5F3A\u7B2C\u516D\u611F,\u5316\u89E3\u5C0F\u4EBA,\u589E\u52A0\u4E8B\u4E1A\u8FD0,\u62DB\u8D22\u8FDB\u5B9D,\u5065\u5EB7\u5BCC\u8D35,\u63D0\u5347\u8FD0\u6C14,\u6709\u52A9\u4E8B\u4E1A,\u62A4\u8EAB,\u5E73\u8861\u6B63\u8D1F\u80FD\u91CF,\u6D88\u9664\u7CBE\u795E\u538B\u529B,\u8C03\u548C\u6C14\u538B,\u9022\u51F6\u5316\u5409,\u65F6\u6765\u8FD0\u8F6C,\u4E07\u4E8B\u4EA8\u901A,\u65FA\u4EBA,\u65FA\u8D22,\u52A9\u5409\u907F\u51F6,\u8F6C\u5BCC\u62DB\u798F,\u9AD8\u4E3D\u68D2\u5B50,\u9ED1\u9B3C,\u8840\u7EDF,\u6742\u79CD,\u4E1C\u4E9A\u75C5\u592B,\u86EE\u5937,\u5927\u7537\u4EBA,\u5C0F\u5973\u4EBA,\u7537\u5C0A\u5973\u5351,\u91CD\u7537\u8F7B\u5973,\u6D0B\u9B3C\u5B50,\u5C0F\u65E5\u672C,\u5927\u6C49\u65CF\u4E3B\u4E49,\u5168\u9762\u8C03\u6574\u4EBA\u4F53\u5185\u5206\u6CCC\u5E73\u8861,\u589E\u5F3A\u6216\u63D0\u9AD8\u514D\u75AB\u529B,\u52A9\u7720,\u5931\u7720,\u6ECB\u9634\u8865\u9633,\u58EE\u9633,\u6D88\u708E,\u53EF\u4FC3\u8FDB\u65B0\u9648\u4EE3\u8C22,\u51CF\u5C11\u7EA2\u8840\u4E1D,\u4EA7\u751F\u4F18\u5316\u7EC6\u80DE\u7ED3\u6784,\u4FEE\u590D\u53D7\u635F\u808C\u80A4,\u6CBB\u6108,\u6297\u708E,\u6D3B\u8840,\u89E3\u6BD2,\u6297\u654F,\u8131\u654F,\u51CF\u80A5,\u6E05\u70ED\u89E3\u6BD2,\u6E05\u70ED\u88AA\u6E7F,\u6CBB\u7597,\u9664\u83CC,\u6740\u83CC,\u6297\u83CC,\u706D\u83CC,\u9632\u83CC,\u6D88\u6BD2,\u6392\u6BD2,\u9632\u654F,\u67D4\u654F,\u8212\u654F,\u7F13\u654F,\u8131\u654F,\u892A\u654F,\u6539\u5584\u654F\u611F\u808C\u80A4,\u6539\u5584\u8FC7\u654F\u73B0\u8C61,\u964D\u4F4E\u808C\u80A4\u654F\u611F\u5EA6,\u9547\u5B9A,\u9547\u9759,\u7406\u6C14,\u884C\u6C14,\u6D3B\u8840,\u751F\u808C\u8089,\u8865\u8840,\u5B89\u795E,\u517B\u8111,\u76CA\u6C14,\u901A\u8109,\u80C3\u80C0\u8815\u52A8,\u5229\u5C3F,\u9A71\u5BD2\u89E3\u6BD2,\u8C03\u8282\u5185\u5206\u6CCC,\u5EF6\u7F13\u66F4\u5E74\u671F,\u8865\u80BE,\u795B\u98CE,\u751F\u53D1,\u9632\u764C,\u6297\u764C,\u795B\u75A4,\u964D\u8840\u538B,\u9632\u6CBB\u9AD8\u8840\u538B,\u6CBB\u7597,\u6539\u5584\u5185\u5206\u6CCC,\u5E73\u8861\u8377\u5C14\u8499,\u9632\u6B62\u5375\u5DE2\u53CA\u5B50\u5BAB\u7684\u529F\u80FD\u7D0A\u4E71,\u53BB\u9664\u4F53\u5185\u6BD2\u7D20,\u5438\u9644\u94C5\u6C5E,\u9664\u6E7F,\u6DA6\u71E5,\u6CBB\u7597\u814B\u81ED,\u6CBB\u7597\u4F53\u81ED,\u6CBB\u7597\u9634\u81ED,\u7F8E\u5BB9\u6CBB\u7597,\u6D88\u9664\u6591\u70B9,\u6591\u7ACB\u51C0,\u65E0\u6591,\u6CBB\u7597\u6591\u79C3,\u9010\u5C42\u51CF\u9000\u591A\u79CD\u8272\u6591,\u598A\u5A20\u7EB9,\u6BDB\u53D1\u65B0\u751F,\u6BDB\u53D1\u518D\u751F,\u751F\u9ED1\u53D1,\u6B62\u8131,\u751F\u53D1\u6B62\u8131,\u8102\u6EA2\u6027\u8131\u53D1,\u75C5\u53D8\u6027\u8131\u53D1,\u6BDB\u56CA\u6FC0\u6D3B,\u9152\u7CDF\u9F3B,\u4F24\u53E3\u6108\u5408\u6E05\u9664\u6BD2\u7D20,\u7F13\u89E3\u75C9\u631B\u62BD\u6410,\u51CF\u8F7B\u6216\u7F13\u89E3\u75BE\u75C5\u75C7\u72B6,\u5904\u65B9,\u836F\u65B9,\u4F8B\u4E34\u5E8A\u89C2\u5BDF\u5177\u6709\u660E\u663E\u6548\u679C,\u4E18\u75B9,\u8113\u75B1,\u624B\u7663,\u7532\u7663,\u4F53\u7663,\u5934\u7663,\u80A1\u7663,\u811A\u7663,\u811A\u6C14,\u9E45\u638C\u7663,\u82B1\u6591\u7663,\u725B\u76AE\u7663,\u4F20\u67D3\u6027\u6E7F\u75B9,\u4F24\u98CE\u611F\u5192,\u7ECF\u75DB,\u808C\u75DB,\u5934\u75DB,\u8179\u75DB,\u4FBF\u79D8,\u54EE\u5598,\u652F\u6C14\u7BA1\u708E,\u6D88\u5316\u4E0D\u826F,\u5200\u4F24,\u70E7\u4F24,\u70EB\u4F24,\u75AE\u75C8,\u6BDB\u56CA\u708E,\u76AE\u80A4\u611F\u67D3,\u76AE\u80A4\u9762\u90E8\u75C9\u631B,\u7EC6\u83CC,\u771F\u83CC,\u5FF5\u73E0\u83CC,\u7CE0\u79D5\u5B62\u5B50\u83CC,\u538C\u6C27\u83CC,\u7259\u5B62\u83CC,\u75E4\u75AE,\u6BDB\u56CA\u5BC4\u751F\u866B,\u96CC\u6027\u6FC0\u7D20,\u96C4\u6027\u6FC0\u7D20,\u8377\u5C14\u8499,\u6297\u751F\u7D20,\u6FC0\u7D20,\u836F\u7269,\u4E2D\u8349\u836F,\u4E2D\u67A2\u795E\u7ECF,\u7EC6\u80DE\u518D\u751F,\u7EC6\u80DE\u589E\u6B96\u548C\u5206\u5316,\u514D\u75AB\u529B,\u60A3\u5904,\u75A4\u75D5,\u5173\u8282\u75DB,\u51BB\u75AE,\u51BB\u4F24,\u76AE\u80A4\u7EC6\u80DE\u95F4\u7684\u6C27\u6C14\u4EA4\u6362,\u7EA2\u80BF,\u6DCB\u5DF4\u6DB2,\u6BDB\u7EC6\u8840\u7BA1,\u6DCB\u5DF4\u6BD2,\u91C7\u7528\u65B0\u578B\u7740\u8272\u673A\u7406\u6C38\u4E0D\u892A\u8272,\u8FC5\u901F\u4FEE\u590D\u53D7\u7D2B\u5916\u7EBF\u4F24\u5BB3\u7684\u808C\u80A4,\u66F4\u65B0\u808C\u80A4,\u7834\u574F\u9ED1\u8272\u7D20\u7EC6\u80DE,\u9ED1\u8272\u7D20\u7684\u5F62\u6210,\u4E30\u4E73,\u4E30\u80F8,\u4F7F\u4E73\u623F\u4E30\u6EE1,\u9884\u9632\u4E73\u623F\u677E\u5F1B\u4E0B\u5782,\u6539\u5584\u7761\u7720,\u8212\u7720,\u7279\u6548,\u9AD8\u6548,\u5168\u6548,\u5F3A\u6548,\u901F\u6548,\u901F\u767D,\u4E00\u6D17\u767D,XX\u5929\u89C1\u6548,XX\u5468\u671F\u89C1\u6548,\u8D85\u5F3A,\u6FC0\u6D3B,\u5168\u65B9\u4F4D,\u5168\u9762,\u5B89\u5168,\u65E0\u6BD2,\u6EB6\u8102,\u5438\u8102,\u71C3\u70E7\u8102\u80AA,\u7626\u8EAB,\u7626\u8138,\u7626\u817F,\u51CF\u80A5,\u5EF6\u5E74\u76CA\u5BFF,\u63D0\u9AD8\uFF08\u4FDD\u62A4\uFF09\u8BB0\u5FC6\u529B,\u63D0\u9AD8\u808C\u80A4\u6297\u523A\u6FC0,\u6D88\u9664,\u6E05\u9664,\u5316\u89E3\u6B7B\u7EC6\u80DE,\u53BB\uFF08\u795B\uFF09\u9664\u76B1\u7EB9,\u5E73\u76B1,\u4FEE\u590D\u65AD\u88C2\u5F39\u6027\uFF08\u529B\uFF09\u7EA4\u7EF4,\u6B62\u8131 - - -#\u817E\u8BAF\u4E91\u77ED\u4FE1\u9A8C\u8BC1\u7801@Value("${mdp.sms.appid}") -mdp.sms.appid=1400038813 -mdp.sms.app-secret=4b0659a2ee8ba4e54a570515fda94aef - -# REDIS (RedisProperties) -# Redis\u6570\u636E\u5E93\u7D22\u5F15\uFF08\u9ED8\u8BA4\u4E3A0\uFF09 -spring.redis.database=0 -# Redis\u670D\u52A1\u5668\u5730\u5740 -spring.redis.host=172.16.16.16 -# Redis\u670D\u52A1\u5668\u8FDE\u63A5\u7AEF\u53E3 -spring.redis.port=6379 -# Redis\u670D\u52A1\u5668\u8FDE\u63A5\u5BC6\u7801\uFF08\u9ED8\u8BA4\u4E3A\u7A7A\uFF09 -spring.redis.password=QqKj*123 -# \u8FDE\u63A5\u6C60\u6700\u5927\u8FDE\u63A5\u6570\uFF08\u4F7F\u7528\u8D1F\u503C\u8868\u793A\u6CA1\u6709\u9650\u5236\uFF09 -spring.redis.pool.max-active=8 -# \u8FDE\u63A5\u6C60\u6700\u5927\u963B\u585E\u7B49\u5F85\u65F6\u95F4\uFF08\u4F7F\u7528\u8D1F\u503C\u8868\u793A\u6CA1\u6709\u9650\u5236\uFF09 -spring.redis.pool.max-wait=-1 -# \u8FDE\u63A5\u6C60\u4E2D\u7684\u6700\u5927\u7A7A\u95F2\u8FDE\u63A5 -spring.redis.pool.max-idle=8 -# \u8FDE\u63A5\u6C60\u4E2D\u7684\u6700\u5C0F\u7A7A\u95F2\u8FDE\u63A5 -spring.redis.pool.min-idle=2 -# \u8FDE\u63A5\u8D85\u65F6\u65F6\u95F4\uFF08\u6BEB\u79D2\uFF09 -spring.redis.timeout=100000 \ No newline at end of file diff --git a/xm-bootstrap/src/main/resources/application-prod.properties b/xm-bootstrap/src/main/resources/application-prod.properties deleted file mode 100644 index adc7d552..00000000 --- a/xm-bootstrap/src/main/resources/application-prod.properties +++ /dev/null @@ -1,105 +0,0 @@ -#内置服务器的端口 -spring.application.name=xm - -server.port=7067 -server.context-path=/${spring.application.name} -#session失效时间 秒 -server.session.timeout=43200 -spring.session.store-type=redis -#eureka.instance.preferIpAddress=true -spring.cloud.inetutils.preferredNetworks[0]=^10\. -spring.cloud.inetutils.preferredNetworks[1]=^172\. -#eureka.client.serviceUrl.defaultZone=http://134.175.57.249:6010/eureka/ - -spring.cloud.consul.host=localhost -spring.cloud.consul.port=8500 - - -#服务跟踪 -spring.zipkin.enabled=false -spring.zipkin.base-url=http://134.175.57.249:6019/ -spring.sleuth.sampler.percentage=1.0 - - - -#配置数据源 -spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver -spring.datasource.jdbc-url=jdbc:mysql://123.207.117.5:3306/adm?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=CTT -spring.datasource.username=root -spring.datasource.password=lqaz@WSX -spring.datasource.validation-query=select 1 -spring.datasource.test-on-borrow=true -spring.datasource.validation-interval=30000 -spring.jpa.properties.hibernate.dialect =org.hibernate.dialect.Oracle10gDialect -spring.jpa.database =ORACLE - -#限制文件上传大小 -spring.http.multipart.maxFileSize=10Mb -spring.http.multipart.maxRequestSize=10Mb - -#spring.activiti.database-schema=wf -#spring.activiti.database-schema-update=true - -#更多数据源 -#custom.datasource.names=ds1 -#custom.datasource.ds1.driver-class-name=net.ucanaccess.jdbc.UcanaccessDriver -#custom.datasource.ds1.mdb-path=./mdb/FileScanData.mdb -#custom.datasource.ds1.url=jdbc:ucanaccess://./mdb/FileScanData.mdb;memory=false; -#custom.datasource.ds1.username=xb21cn -#custom.datasource.ds1.password= -#custom.datasource.ds1.validation-query=select 1 -#custom.datasource.ds1.test-on-borrow=false -#custom.datasource.ds1.test-while-idle=true -#custom.datasource.ds1.time-between-eviction-runs-millis=5000 - -spring.jackson.mapper.default-view-inclusion=false -spring.jackson.date-format=yyyy-MM-dd HH:mm:ss -spring.mvc.date-format=yyyy-MM-dd HH:mm:ss -spring.jackson.time-zone=GMT+8 -spring.jackson.serialization.indent_output=true -spring.jackson.serialization.fail_on_empty_beans=false -spring.jackson.deserialization.fail_on_unknown_properties=false -spring.jackson.parser.allow_unquoted_control_chars=true -spring.jackson.parser.allow_single_quotes=true - -mdp.arc.file-upload-root-path=C:/arc/file - -#mdp.auth.ips=ip1,ip2,ip3,授权ip地址列表,如果非授权ip应用只允许使用24小时 -mdp.auth.ips=10.0.0.7 - -#配置图片文件上传下载的相关参数,如果此次配置将覆盖数据库系统参数中的 arcImageUploadRootPath 及 arcImageDownloadBaseUri两个参数 -#mdp.arc.image-upload-root-path=D:/arc/image -#mdp.arc.image-download-base-uri=arc/ - -#begin ac 会计核心账户相关配置 -#账户金额数据签名用于生成md5的key值 -mdp.ac.account-key=LFt1f0EtISBDkqVk9H90rSKVixXhw9eDECClaly2Mj5 -mdp.ac.account-check-sign=true -###end ac########## - - -##begin 商户相关配置###顶级商户########################################################### -mdp.topMech.mechId=m1000 -mdp.topMech.userid=m1000 -mdp.topMech.accountId=m1000 -##end 商户相关配置################################################################ - - # REDIS (RedisProperties) -# Redis数据库索引(默认为0) -spring.redis.database=0 -# Redis服务器地址 -spring.redis.host=134.175.57.249 -# Redis服务器连接端口 -spring.redis.port=6379 -# Redis服务器连接密码(默认为空) -spring.redis.password=QqKj*123 -# 连接池最大连接数(使用负值表示没有限制) -spring.redis.pool.max-active=8 -# 连接池最大阻塞等待时间(使用负值表示没有限制) -spring.redis.pool.max-wait=-1 -# 连接池中的最大空闲连接 -spring.redis.pool.max-idle=8 -# 连接池中的最小空闲连接 -spring.redis.pool.min-idle=2 -# 连接超时时间(毫秒) -spring.redis.timeout=100000 \ No newline at end of file diff --git a/xm-bootstrap/src/main/resources/application-prod.yml b/xm-bootstrap/src/main/resources/application-prod.yml new file mode 100644 index 00000000..1d84a84a --- /dev/null +++ b/xm-bootstrap/src/main/resources/application-prod.yml @@ -0,0 +1,278 @@ +server: + port: 7067 + servlet: + context-path: + session: + timeout: 43200 + storeType: none + tomcat: + max-swallow-size: -1 + util: + http: + parser: + HttpParser: requestTargetAllow=|{}[] + error: + include-exception: true + include-stacktrace: ALWAYS + include-message: ALWAYS + compression: + enabled: true + min-response-size: 1024 + mime-types: application/javascript,application/json,application/xml,text/html,text/xml,text/plain,text/css,image/* + +management: + endpoints: + web: + exposure: + include: metrics,httptrace + +spring: + cloud: + consul: + host: 134.175.57.249 + port: 8500 + inetutils: + preferredNetworks[0]: ^10\. + preferredNetworks[1]: ^172\. + discovery: + prefer-ip-address: true + healthCheckInterval: 15s + servlet: + multipart: + max-file-size: 10MB + max-request-size: 10MB + # 安全模块 + security: + oauth2: + resourceserver: + jwt: + jwk-set-uri: ${mdp.oauth2.server.uri}/oauth2/jwks + client: + # 下面配置 password 模式 + registration: + password-client: + provider: def-oauth-server + client-id: ${spring.application.name} + client-secret: ${spring.application.name}-8888 + authorization-grant-type: password + scope: all + # 下面配置 client_credentials 模式 + def-client: + provider: def-oauth-server + client-id: ${spring.application.name} + client-secret: ${spring.application.name}-8888 + authorization-grant-type: client_credentials + scope: all + # 下面配置authorization_code模式 + code-client: + provider: def-oauth-server + client-id: ${spring.application.name} + client-secret: ${spring.application.name}-8888 + authorization-grant-type: authorization_code + # 授权码模式下需要配置重定向地址 + redirect-uri: ${messages.base-uri}/authorized + scope: all + provider: + def-oauth-server: + # 授权码方式获取code + authorization-uri: ${mdp.oauth2.server.uri}/oauth2/authorize + # 获取token接口 + token-uri: ${mdp.oauth2.server.uri}/oauth2/token + mail: + host: smtp.mxhichina.com + port: 25 + username: kf@qingqinkj.com + password: QqKj@169$458 + default-encoding: UTF-8 + properties: + mail: + smtp: + auth: true + starttls: + enable: true + required: true + socketFactoryClass: javax.net.ssl.SSLSocketFactory + debug: true + jackson: + mapper: + default-view-inclusion: false + date-format: yyyy-MM-dd HH:mm:ss + time-zone: GMT+8 + serialization: + indent_output: true + fail_on_empty_beans: false + deserialization: + fail_on_unknown_properties: false + parser: + allow_unquoted_control_chars: true + allow_single_quotes: true + + mvc: + date-format: yyyy-MM-dd HH:mm:ss + ## quartz定时任务,采用数据库方式 + quartz: + job-store-type: jdbc + initialize-schema: embedded + #定时任务启动开关,true-开 false-关 + auto-startup: false + #启动时更新己存在的Job + overwrite-existing-jobs: false + properties: + org: + quartz: + scheduler: + instanceName: MyScheduler + instanceId: AUTO + jobStore: + class: org.quartz.impl.jdbcjobstore.JobStoreTX + driverDelegateClass: org.quartz.impl.jdbcjobstore.StdJDBCDelegate + tablePrefix: QRTZ_ + isClustered: true + misfireThreshold: 60000 + clusterCheckinInterval: 10000 + threadPool: + class: org.quartz.simpl.SimpleThreadPool + threadCount: 10 + threadPriority: 5 + threadsInheritContextClassLoaderOfInitializingThread: true + jpa: + open-in-view: false + activiti: + check-process-definitions: false + #启用作业执行器 + async-executor-activate: false + #启用异步执行器 + job-executor-activate: false + aop: + proxy-target-class: true + #配置freemarker + freemarker: + # 设置模板后缀名 + suffix: .ftl + # 设置文档类型 + content-type: text/html + # 设置页面编码格式 + charset: UTF-8 + # 设置页面缓存 + cache: false + prefer-file-system-access: false + # 设置ftl文件路径 + template-loader-path: + - classpath:/templates + resource: + static-locations: classpath:/static/,classpath:/public/ + autoconfigure: + exclude: com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure + datasource: + primary: master + strict: false, + druid: + stat-view-servlet: + enabled: true + loginUsername: root + loginPassword: 123456 + allow: + web-stat-filter: + enabled: true + dynamic: + druid: # 全局druid参数,绝大部分值和默认保持一致。(现已支持的参数如下,不清楚含义不要乱设置) + # 连接池的配置信息 + # 初始化大小,最小,最大 + initial-size: 5 + min-idle: 5 + maxActive: 20 + # 配置获取连接等待超时的时间 + maxWait: 60000 + # 配置间隔多久才进行一次检测,检测需要关闭的空闲连接,单位是毫秒 + timeBetweenEvictionRunsMillis: 60000 + # 配置一个连接在池中最小生存的时间,单位是毫秒 + minEvictableIdleTimeMillis: 300000 + validationQuery: SELECT 1 + testWhileIdle: true + testOnBorrow: false + testOnReturn: false + # 打开PSCache,并且指定每个连接上PSCache的大小 + poolPreparedStatements: true + maxPoolPreparedStatementPerConnectionSize: 20 + # 配置监控统计拦截的filters,去掉后监控界面sql无法统计,'wall'用于防火墙 + filters: stat,wall,slf4j + # 通过connectProperties属性来打开mergeSql功能;慢SQL记录 + connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000 + datasource: + master: + # url: jdbc:mysql://124.223.85.6:31605/xm?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai&allowMultiQueries=true + #username: zchcgl + #password: zchcgl123!@# + #driver-class-name: com.mysql.cj.jdbc.Driver + + url: jdbc:mysql://123.207.117.5:3306/xm?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=CTT + username: root + password: 1qaz@WSX + driver-class-name: com.mysql.cj.jdbc.Driver + + + # 多数据源配置 + #multi-datasource1: + #url: jdbc:mysql://localhost:3306/jeecg-boot2?useUnicode=true&characterEncoding=utf8&autoReconnect=true&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai + #username: root + #password: root + #driver-class-name: com.mysql.cj.jdbc.Driver + mem-ds: + url: jdbc:mysql://123.207.117.5:3306/adm?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=CTT + username: root + password: 1qaz@WSX + driver-class-name: com.mysql.cj.jdbc.Driver + mall-ds: + url: jdbc:mysql://123.207.117.5:3306/adm?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=CTT + username: root + password: 1qaz@WSX + driver-class-name: com.mysql.cj.jdbc.Driver + #redis 配置 + redis: + database: 0 + host: 134.175.57.249 + timeout: 300s + lettuce: + pool: + max-active: 8 #最大连接数据库连接数,设 -1 为没有限制 + max-idle: 20 #最大等待连接中的数量,设 0 为没有限制 + max-wait: 10000 #最大建立连接等待时间。如果超过此时间将接到异常。设为-1表示无限制。 + min-idle: 8 #最小等待连接中的数量,设 0 为没有限制 + shutdown-timeout: 100ms + password: QqKj*123 + port: 6379 +#mybatis plus 设置 +mybatis-plus: + mapper-locations: classpath*:/**/**Mapper.xml + global-config: + # 关闭MP3.0自带的banner + banner: false + db-config: + #主键类型 0:"数据库ID自增",1:"该类型为未设置主键类型", 2:"用户输入ID",3:"全局唯一ID (数字类型唯一ID)", 4:"全局唯一ID UUID",5:"字符串全局唯一ID (idWorker 的字符串表示)"; + id-type: ASSIGN_ID + # 默认数据库表下划线命名 + table-underline: true + logic-delete-value: 1 + logic-not-delete-value: 0 + configuration: + # 这个配置会将执行的sql打印出来,在开发或测试的时候可以用 + log-impl: org.apache.ibatis.logging.stdout.StdOutImpl + # 返回类型为Map,显示null对应的字段 + call-setters-on-nulls: true + +#Mybatis输出sql日志 +logging: + level: + org.jeecg.modules.system.mapper : info + +# mdp平台授权验证服务器访问地址 cloud环境下换成 http://gate,本地调试如果不起验证服务器,可改为 https://www.qingqinkj.com/api/m1/oauth2/oauth2 +# 客户端必须在数据库表adm.oauth_client_details中配置,否则无法访问 +mdp: + api-gate: http://gate + platform-branch-id: platform-branch-001 + # 站点语言类型cn\en等 + site-type: cn + oauth2: + server: + uri: http://oauth2server + diff --git a/xm-bootstrap/src/main/resources/application.properties b/xm-bootstrap/src/main/resources/application.properties deleted file mode 100644 index 259e4308..00000000 --- a/xm-bootstrap/src/main/resources/application.properties +++ /dev/null @@ -1,21 +0,0 @@ -## 开发/测试/生产环境分别对应devqianqin/test/prodqianqin -spring.profiles.active=m1prod - -#配置mybatis -mybatis.config-location=classpath:/mybatis/mybatis-config.xml -mybatis.mapperLocations=classpath*:/mybatis/mapper/**/*.xml - -#配置日志 -logging.level.root=info - - - -#配置thymeleaf -# THYMELEAF (ThymeleafAutoConfiguration) -spring.thymeleaf.prefix=classpath:/templates/ -spring.thymeleaf.suffix=.html -spring.thymeleaf.mode=HTML -spring.thymeleaf.encoding=UTF-8 -spring.thymeleaf.enabled=false -spring.thymeleaf.content-type=text/html -spring.thymeleaf.cache=true \ No newline at end of file diff --git a/xm-bootstrap/src/main/resources/application.yml b/xm-bootstrap/src/main/resources/application.yml new file mode 100644 index 00000000..f747d326 --- /dev/null +++ b/xm-bootstrap/src/main/resources/application.yml @@ -0,0 +1,5 @@ +spring: + application: + name: xm + profiles: + active: prod \ No newline at end of file diff --git a/xm-bootstrap/src/main/resources/logback-spring.xml b/xm-bootstrap/src/main/resources/logback-spring.xml index 16e91326..e00fed6b 100644 --- a/xm-bootstrap/src/main/resources/logback-spring.xml +++ b/xm-bootstrap/src/main/resources/logback-spring.xml @@ -10,15 +10,12 @@ - logs/xm.log - + logs/xm.log + logs/xm.%d{yyyy-MM-dd}.%i.log 20 - - 100MB - + 100MB [%X{gloNo}][%d{yyyy-MM-dd HH:mm:ss}][%-5level][%logger][%X{reqNo}] -%msg%n @@ -32,7 +29,8 @@ - + + \ No newline at end of file diff --git a/xm-bootstrap/src/main/resources/stencilset_bpmn.json b/xm-bootstrap/src/main/resources/stencilset_bpmn.json deleted file mode 100644 index d8b3c853..00000000 --- a/xm-bootstrap/src/main/resources/stencilset_bpmn.json +++ /dev/null @@ -1,1329 +0,0 @@ -{ - "title" : "流程编辑器", - "namespace" : "http://b3mn.org/stencilset/bpmn2.0#", - "description" : "BPMN流程编辑器", - "propertyPackages" : [ { - "name" : "process_idpackage", - "properties" : [ { - "id" : "process_id", - "type" : "String", - "title" : "流程唯一标识", - "value" : "未定义", - "description" : "流程定义唯一的标识", - "popular" : true - } ] - }, { - "name" : "overrideidpackage", - "properties" : [ { - "id" : "overrideid", - "type" : "String", - "title" : "ID", - "value" : "", - "description" : "元素的唯一标识", - "popular" : true - } ] - }, { - "name" : "namepackage", - "properties" : [ { - "id" : "name", - "type" : "String", - "title" : "名称", - "value" : "", - "description" : "BPMN元素的描述名称.", - "popular" : true, - "refToView" : "text_name" - } ] - }, { - "name" : "documentationpackage", - "properties" : [ { - "id" : "documentation", - "type" : "Text", - "title" : "文档", - "value" : "", - "description" : "BPMN元素的描述名称.", - "popular" : true - } ] - }, { - "name" : "process_authorpackage", - "properties" : [ { - "id" : "process_author", - "type" : "String", - "title" : "流程作者", - "value" : "", - "description" : "流程定义的作者.", - "popular" : true - } ] - }, { - "name" : "process_versionpackage", - "properties" : [ { - "id" : "process_version", - "type" : "String", - "title" : "流程版本字符串(仅限于文档)", - "value" : "", - "description" : "文档的目的为版本标识", - "popular" : true - } ] - }, { - "name" : "process_namespacepackage", - "properties" : [ { - "id" : "process_namespace", - "type" : "String", - "title" : "目标命名空间", - "value" : "http://www.activiti.org/processdef", - "description" : "流程定义的目标命名空间.", - "popular" : true - } ] - }, { - "name" : "asynchronousdefinitionpackage", - "properties" : [ { - "id" : "asynchronousdefinition", - "type" : "Boolean", - "title" : "异步", - "value" : "false", - "description" : "定义异步的活动.", - "popular" : true - } ] - }, { - "name" : "exclusivedefinitionpackage", - "properties" : [ { - "id" : "exclusivedefinition", - "type" : "Boolean", - "title" : "排它性", - "value" : "false", - "description" : "定义排它的活动.", - "popular" : true - } ] - }, { - "name" : "executionlistenerspackage", - "properties" : [ { - "id" : "executionlisteners", - "type" : "multiplecomplex", - "title" : "执行监听器", - "value" : "", - "description" : "活动、流程、流程跳转,开始、结事事件的监听器", - "popular" : true - } ] - }, { - "name" : "tasklistenerspackage", - "properties" : [ { - "id" : "tasklisteners", - "type" : "multiplecomplex", - "title" : "任务监听器", - "value" : "", - "description" : "人工任务的监听器", - "popular" : true - } ] - }, { - "name" : "eventlistenerspackage", - "properties" : [ { - "id" : "eventlisteners", - "type" : "multiplecomplex", - "title" : "事件监听器", - "value" : "", - "description" : "监听Activiti引擎的任何发生的事件. 同样可能是任何抛出的信号、信息、出错的事件。", - "popular" : true - } ] - }, { - "name" : "usertaskassignmentpackage", - "properties" : [ { - "id" : "usertaskassignment", - "type" : "Complex", - "title" : "任务派遣", - "value" : "", - "description" : "人工任务的派遣的定义", - "popular" : true - } ] - }, { - "name" : "formpropertiespackage", - "properties" : [ { - "id" : "formproperties", - "type" : "Complex", - "title" : "表单属性", - "value" : "", - "description" : "定义带有属性列表的表单", - "popular" : true - } ] - }, { - "name" : "formkeydefinitionpackage", - "properties" : [ { - "id" : "formkeydefinition", - "type" : "String", - "title" : "表单的标识Key", - "value" : "", - "description" : "表单的Key(指向定义的Form).", - "popular" : true - } ] - }, { - "name" : "duedatedefinitionpackage", - "properties" : [ { - "id" : "duedatedefinition", - "type" : "String", - "title" : "到期的日期", - "value" : "", - "description" : "人工任务的到期日期", - "popular" : true - } ] - }, { - "name" : "prioritydefinitionpackage", - "properties" : [ { - "id" : "prioritydefinition", - "type" : "String", - "title" : "优先级", - "value" : "", - "description" : "人工任务的优先级.", - "popular" : true - } ] - }, { - "name" : "duedatedefinitionpackage", - "properties" : [ { - "id" : "duedatedefinition", - "type" : "String", - "title" : "到期的日期", - "value" : "", - "description" : "人工任务的到期日期.", - "popular" : true - } ] - }, { - "name" : "servicetaskclasspackage", - "properties" : [ { - "id" : "servicetaskclass", - "type" : "String", - "title" : "类名", - "value" : "", - "description" : "实现服务任务逻辑的类.", - "popular" : true - } ] - }, { - "name" : "servicetaskexpressionpackage", - "properties" : [ { - "id" : "servicetaskexpression", - "type" : "String", - "title" : "表达式", - "value" : "", - "description" : "定义服务任务逻辑的表达式.", - "popular" : true - } ] - }, { - "name" : "servicetaskdelegateexpressionpackage", - "properties" : [ { - "id" : "servicetaskdelegateexpression", - "type" : "String", - "title" : "代理的表达式", - "value" : "", - "description" : "通过代理表达式定义任务服务逻辑", - "popular" : true - } ] - }, { - "name" : "servicetaskfieldspackage", - "properties" : [ { - "id" : "servicetaskfields", - "type" : "Complex", - "title" : "类的字段", - "value" : "", - "description" : "字段扩展", - "popular" : true - } ] - }, { - "name" : "servicetaskresultvariablepackage", - "properties" : [ { - "id" : "servicetaskresultvariable", - "type" : "String", - "title" : "变量名结果", - "value" : "", - "description" : "流程变量存储服务任务的执行结果.", - "popular" : true - } ] - }, { - "name" : "scriptformatpackage", - "properties" : [ { - "id" : "scriptformat", - "type" : "String", - "title" : "脚本格式化", - "value" : "", - "description" : "脚本任务的脚本格式化.", - "popular" : true - } ] - }, { - "name" : "scripttextpackage", - "properties" : [ { - "id" : "scripttext", - "type" : "Text", - "title" : "脚本", - "value" : "", - "description" : "脚本任务的脚本内容.", - "popular" : true - } ] - }, { - "name" : "ruletask_rulespackage", - "properties" : [ { - "id" : "ruletask_rules", - "type" : "String", - "title" : "规则", - "value" : "", - "description" : "规则任务的规则.", - "popular" : true - } ] - }, { - "name" : "ruletask_variables_inputpackage", - "properties" : [ { - "id" : "ruletask_variables_input", - "type" : "String", - "title" : "输入变量", - "value" : "", - "description" : "规则任务的输入变量.", - "popular" : true - } ] - }, { - "name" : "ruletask_excludepackage", - "properties" : [ { - "id" : "ruletask_exclude", - "type" : "Boolean", - "title" : "排除", - "value" : "false", - "description" : "使用作为排它性的规则属性", - "popular" : true - } ] - }, { - "name" : "ruletask_resultpackage", - "properties" : [ { - "id" : "ruletask_result", - "type" : "String", - "title" : "结果变量", - "value" : "", - "description" : "规则任务的结果变量", - "popular" : true - } ] - }, { - "name" : "mailtasktopackage", - "properties" : [ { - "id" : "mailtaskto", - "type" : "Text", - "title" : "发往", - "value" : "", - "description" : "接收者,格式为邮件。多个接收者请用逗号分割的列表来定义 ", - "popular" : true - } ] - }, { - "name" : "mailtaskfrompackage", - "properties" : [ { - "id" : "mailtaskfrom", - "type" : "Text", - "title" : "来自", - "value" : "", - "description" : "发送者的邮箱.若不提供,默认将使用配置中的来源地址.", - "popular" : true - } ] - }, { - "name" : "mailtasksubjectpackage", - "properties" : [ { - "id" : "mailtasksubject", - "type" : "Text", - "title" : "标题", - "value" : "", - "description" : "Email中的标题.", - "popular" : true - } ] - }, { - "name" : "mailtaskccpackage", - "properties" : [ { - "id" : "mailtaskcc", - "type" : "Text", - "title" : "抄送", - "value" : "", - "description" : "抄送的Email地址,多个接收者请用逗号分隔开。", - "popular" : true - } ] - }, { - "name" : "mailtaskbccpackage", - "properties" : [ { - "id" : "mailtaskbcc", - "type" : "Text", - "title" : "暗抄送", - "value" : "", - "description" : "暗抄送的Email地址. 多个接收者请用逗号分隔开", - "popular" : true - } ] - }, { - "name" : "mailtasktextpackage", - "properties" : [ { - "id" : "mailtasktext", - "type" : "Text", - "title" : "内容", - "value" : "", - "description" : "Email中的内容, 案例一需要发送纯文件的邮件. 可使用Html格式的邮件进行发送,若邮件的接收的客户端不支持这种格式,客户端可转为纯文本的邮件", - "popular" : true - } ] - }, { - "name" : "mailtaskhtmlpackage", - "properties" : [ { - "id" : "mailtaskhtml", - "type" : "Text", - "title" : "Html", - "value" : "", - "description" : "HTML中的一片段作为邮件的内容.", - "popular" : true - } ] - }, { - "name" : "mailtaskcharsetpackage", - "properties" : [ { - "id" : "mailtaskcharset", - "type" : "String", - "title" : "字符类型", - "value" : "", - "description" : "对于很多非英语语言来说,允许更改邮件的编码设置是必要的 ", - "popular" : true - } ] - }, { - "name" : "callactivitycalledelementpackage", - "properties" : [ { - "id" : "callactivitycalledelement", - "type" : "String", - "title" : "调用元素", - "value" : "", - "description" : "流程引用.", - "popular" : true - } ] - }, { - "name" : "callactivityinparameterspackage", - "properties" : [ { - "id" : "callactivityinparameters", - "type" : "Complex", - "title" : "输入参数", - "value" : "", - "description" : "定义输入参数", - "popular" : true - } ] - }, { - "name" : "callactivityoutparameterspackage", - "properties" : [ { - "id" : "callactivityoutparameters", - "type" : "Complex", - "title" : "输出参数", - "value" : "", - "description" : "输出参数的定义", - "popular" : true - } ] - }, { - "name" : "cameltaskcamelcontextpackage", - "properties" : [ { - "id" : "cameltaskcamelcontext", - "type" : "String", - "title" : "Camel 上下文", - "value" : "", - "description" : "可选的Camel 上下文定义,若为空,则使用系统缺省的.", - "popular" : true - } ] - }, { - "name" : "muletaskendpointurlpackage", - "properties" : [ { - "id" : "muletaskendpointurl", - "type" : "String", - "title" : "端点URL", - "value" : "", - "description" : "发送消息到Mule的必须的端点URL", - "popular" : true - } ] - }, { - "name" : "muletasklanguagepackage", - "properties" : [ { - "id" : "muletasklanguage", - "type" : "String", - "title" : "语言", - "value" : "", - "description" : "必须的语言定义来解析装载的表达式,如JUEL.", - "popular" : true - } ] - }, { - "name" : "muletaskpayloadexpressionpackage", - "properties" : [ { - "id" : "muletaskpayloadexpression", - "type" : "String", - "title" : "装载的表达式", - "value" : "", - "description" : "发送至Mule的必须执行的消息定义", - "popular" : true - } ] - }, { - "name" : "muletaskresultvariablepackage", - "properties" : [ { - "id" : "muletaskresultvariable", - "type" : "String", - "title" : "结果的变量", - "value" : "", - "description" : "可选的装载返回的结果的变量", - "popular" : true - } ] - }, { - "name" : "conditionsequenceflowpackage", - "properties" : [ { - "id" : "conditionsequenceflow", - "type" : "Complex", - "title" : "跳转条件", - "value" : "", - "description" : "流程跳线的条件定义", - "popular" : true - } ] - }, { - "name" : "defaultflowpackage", - "properties" : [ { - "id" : "defaultflow", - "type" : "Boolean", - "title" : "默认跳线", - "value" : "false", - "description" : "定义默认为顺序跳转", - "popular" : true, - "refToView" : "default" - } ] - }, { - "name" : "conditionalflowpackage", - "properties" : [ { - "id" : "conditionalflow", - "type" : "Boolean", - "title" : "条件的跳线", - "value" : "false", - "description" : "定义条件的跳线", - "popular" : true - } ] - }, { - "name" : "timercycledefinitionpackage", - "properties" : [ { - "id" : "timercycledefinition", - "type" : "String", - "title" : "时间周期 (e.g. R3/PT10H)", - "value" : "", - "description" : "定义ISO-8601时间周期.", - "popular" : true - } ] - }, { - "name" : "timerdatedefinitionpackage", - "properties" : [ { - "id" : "timerdatedefinition", - "type" : "String", - "title" : "时间周期(ISO-8601格式标准)", - "value" : "", - "description" : "定义(ISO-8601格式标准)的定时器.", - "popular" : true - } ] - }, { - "name" : "timerdurationdefinitionpackage", - "properties" : [ { - "id" : "timerdurationdefinition", - "type" : "String", - "title" : "持续的时间 (e.g. PT5M)", - "value" : "", - "description" : "定义(ISO-8601)持续的定时器", - "popular" : true - } ] - }, { - "name" : "timerenddatedefinitionpackage", - "properties" : [ { - "id" : "timerenddatedefinition", - "type" : "String", - "title" : "结束的时间格式ISO-8601", - "value" : "", - "description" : "定义带(ISO-8601 duration)定时器.", - "popular" : true - } ] - }, { - "name" : "messagerefpackage", - "properties" : [ { - "id" : "messageref", - "type" : "String", - "title" : "消息引用", - "value" : "", - "description" : "Define the message name.", - "popular" : true - } ] - }, { - "name" : "signalrefpackage", - "properties" : [ { - "id" : "signalref", - "type" : "String", - "title" : "信号引用", - "value" : "", - "description" : "定义信号的名称.", - "popular" : true - } ] - }, { - "name" : "errorrefpackage", - "properties" : [ { - "id" : "errorref", - "type" : "String", - "title" : "错误引用", - "value" : "", - "description" : "定义错误.", - "popular" : true - } ] - }, { - "name" : "cancelactivitypackage", - "properties" : [ { - "id" : "cancelactivity", - "type" : "Boolean", - "title" : "取消的活动", - "value" : "true", - "description" : "活动允许取消", - "popular" : true, - "refToView" : [ "frame", "frame2" ] - } ] - }, { - "name" : "initiatorpackage", - "properties" : [ { - "id" : "initiator", - "type" : "String", - "title" : "初始化器", - "value" : "", - "description" : "流程定义的初始初始化器", - "popular" : true - } ] - }, { - "name" : "textpackage", - "properties" : [ { - "id" : "text", - "type" : "String", - "title" : "Text", - "value" : "", - "description" : "文本注释", - "popular" : true, - "refToView" : "text" - } ] - }, { - "name" : "multiinstance_typepackage", - "properties" : [ { - "id" : "multiinstance_type", - "type" : "kisbpm-multiinstance", - "title" : "多实例类型", - "value" : "None", - "description" : "通过不同的循环类型,重复的活动执行(并行、串行)可显示", - "popular" : true, - "refToView" : "multiinstance" - } ] - }, { - "name" : "multiinstance_cardinalitypackage", - "properties" : [ { - "id" : "multiinstance_cardinality", - "type" : "String", - "title" : "基数 (多实例)", - "value" : "", - "description" : "定义多实例的基数.", - "popular" : true - } ] - }, { - "name" : "multiinstance_collectionpackage", - "properties" : [ { - "id" : "multiinstance_collection", - "type" : "String", - "title" : "集合(多实例)", - "value" : "", - "description" : "定义多实例的集合.", - "popular" : true - } ] - }, { - "name" : "multiinstance_variablepackage", - "properties" : [ { - "id" : "multiinstance_variable", - "type" : "String", - "title" : "元素的变量(多实例)", - "value" : "", - "description" : "为多实例定义变量元素", - "popular" : true - } ] - }, { - "name" : "multiinstance_conditionpackage", - "properties" : [ { - "id" : "multiinstance_condition", - "type" : "String", - "title" : "完成条件(多实例)", - "value" : "", - "description" : "定义多实例的完成条件.", - "popular" : true - } ] - }, { - "name" : "isforcompensationpackage", - "properties" : [ { - "id" : "isforcompensation", - "type" : "Boolean", - "title" : "作为修正", - "value" : "false", - "description" : "标识当前活动为修正执行活动。", - "popular" : true, - "refToView" : "compensation" - } ] - }, { - "name" : "sequencefloworderpackage", - "properties" : [ { - "id" : "sequencefloworder", - "type" : "Complex", - "title" : "流程顺序", - "value" : "", - "description" : "流程跳出线的顺序", - "popular" : true - } ] - }, { - "name" : "signaldefinitionspackage", - "properties" : [ { - "id" : "signaldefinitions", - "type" : "multiplecomplex", - "title" : "信号定义", - "value" : "", - "description" : "信号定义", - "popular" : true - } ] - }, { - "name" : "messagedefinitionspackage", - "properties" : [ { - "id" : "messagedefinitions", - "type" : "multiplecomplex", - "title" : "消息定义", - "value" : "", - "description" : "消息定义", - "popular" : true - } ] - }, { - "name" : "istransactionpackage", - "properties" : [ { - "id" : "istransaction", - "type" : "Boolean", - "title" : "作为子流程的事务", - "value" : "false", - "description" : "标识子流程作为事务类型", - "popular" : true, - "refToView" : "border" - } ] - } ], - "stencils" : [ { - "type" : "node", - "id" : "BPMNDiagram", - "title" : "BPMN流程图", - "description" : "BPMN2的流程图.", - "view" : "\n\n \n \n \n \n \t\n \n", - "icon" : "diagram.png", - "groups" : [ "Diagram" ], - "mayBeRoot" : true, - "hide" : true, - "propertyPackages" : [ "process_idpackage", "namepackage", "documentationpackage", "process_authorpackage", "process_versionpackage", "process_namespacepackage", "executionlistenerspackage", "eventlistenerspackage", "signaldefinitionspackage", "messagedefinitionspackage" ], - "hiddenPropertyPackages" : [ ], - "roles" : [ ] - }, { - "type" : "node", - "id" : "StartNoneEvent", - "title" : "开始事件", - "description" : "无特定触发器的开始事件", - "view" : "\n\n \n \n \t\n \n \n \n\t\n \n", - "icon" : "startevent/none.png", - "groups" : [ "开始事件" ], - "propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "executionlistenerspackage", "initiatorpackage", "formkeydefinitionpackage", "formpropertiespackage" ], - "hiddenPropertyPackages" : [ ], - "roles" : [ "sequence_start", "Startevents_all", "StartEventsMorph", "all" ] - }, { - "type" : "node", - "id" : "StartTimerEvent", - "title" : "开始事件(触发器)", - "description" : "带定时器触发的开始事件", - "view" : "\n\n \n \n \t\n \n \n \n \n \n \n \n\t\n \n", - "icon" : "startevent/timer.png", - "groups" : [ "开始事件" ], - "propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "executionlistenerspackage", "timercycledefinitionpackage", "timerdatedefinitionpackage", "timerdurationdefinitionpackage" ], - "hiddenPropertyPackages" : [ ], - "roles" : [ "sequence_start", "Startevents_all", "StartEventsMorph", "all" ] - }, { - "type" : "node", - "id" : "StartSignalEvent", - "title" : "开始事件(信号)", - "description" : "通过信号触发开始事件", - "view" : "\n\n \n \n \t\n \n \n\n \n \n \n\t\n \n", - "icon" : "startevent/signal.png", - "groups" : [ "开始事件" ], - "propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "executionlistenerspackage", "signalrefpackage" ], - "hiddenPropertyPackages" : [ ], - "roles" : [ "sequence_start", "Startevents_all", "StartEventsMorph", "all" ] - }, { - "type" : "node", - "id" : "StartMessageEvent", - "title" : "开始事件(消息)", - "description" : "通过消息触发开始事件", - "view" : "\n\n \n \n \t\n \n \n \n \n \n \n \n\t\n \n", - "icon" : "startevent/message.png", - "groups" : [ "开始事件" ], - "propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "executionlistenerspackage", "messagerefpackage" ], - "hiddenPropertyPackages" : [ ], - "roles" : [ "sequence_start", "Startevents_all", "StartEventsMorph", "all" ] - }, { - "type" : "node", - "id" : "StartErrorEvent", - "title" : "开始事件(错误)", - "description" : "用于捕获BPMN抛出的错误的开始事件", - "view" : "\n\n \n \n \t\n \n \n \n \n \n \n\t\n \n", - "icon" : "startevent/error.png", - "groups" : [ "开始事件" ], - "propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "executionlistenerspackage", "errorrefpackage" ], - "hiddenPropertyPackages" : [ ], - "roles" : [ "sequence_start", "Startevents_all", "StartEventsMorph", "all" ] - }, { - "type" : "node", - "id" : "UserTask", - "title" : "人工任务", - "description" : "指派给特定人来执行的人工任务", - "view" : "\n\n \n \n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \n \n\t\n\t\n\t\t\n\t\t\n\t\n\t\n\t\t\n\t\t\n\t\n \n\t\n\t\t\n\t\n\t\n\t\n\t\t\n\t\n\t\n\n\t\n\t\t\n\t\n \n", - "icon" : "activity/list/type.user.png", - "groups" : [ "活动" ], - "propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "asynchronousdefinitionpackage", "exclusivedefinitionpackage", "executionlistenerspackage", "multiinstance_typepackage", "multiinstance_cardinalitypackage", "multiinstance_collectionpackage", "multiinstance_variablepackage", "multiinstance_conditionpackage", "isforcompensationpackage", "usertaskassignmentpackage", "formkeydefinitionpackage", "duedatedefinitionpackage", "prioritydefinitionpackage", "formpropertiespackage", "tasklistenerspackage" ], - "hiddenPropertyPackages" : [ ], - "roles" : [ "Activity", "sequence_start", "sequence_end", "ActivitiesMorph", "all" ] - }, { - "type" : "node", - "id" : "ServiceTask", - "title" : "服务任务", - "description" : "带有服务逻辑的自动任务", - "view" : "\n\n \n \n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \n \n\t\n\t\n\t\t\n\t\t\n\t\n\t\n\t\n\t\n \n\t\n\t\t\n\t\n\t\n\t\n\t\t\n\t\n\t\n\t\n\t\t\n\t\n \n", - "icon" : "activity/list/type.service.png", - "groups" : [ "活动" ], - "propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "asynchronousdefinitionpackage", "exclusivedefinitionpackage", "executionlistenerspackage", "multiinstance_typepackage", "multiinstance_cardinalitypackage", "multiinstance_collectionpackage", "multiinstance_variablepackage", "multiinstance_conditionpackage", "isforcompensationpackage", "servicetaskclasspackage", "servicetaskexpressionpackage", "servicetaskdelegateexpressionpackage", "servicetaskfieldspackage", "servicetaskresultvariablepackage" ], - "hiddenPropertyPackages" : [ ], - "roles" : [ "Activity", "sequence_start", "sequence_end", "ActivitiesMorph", "all" ] - }, { - "type" : "node", - "id" : "ScriptTask", - "title" : "脚本任务", - "description" : "带有脚本逻辑的自动任务", - "view" : "\n\n \n \n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \n \n\t\n\t\n\t\t\n\t\t\n\t\n\t\n\t\t\n\t\n \n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\n\t\n\t\t\n\t\n \n", - "icon" : "activity/list/type.script.png", - "groups" : [ "活动" ], - "propertyPackages" : [ "scriptformatpackage", "scripttextpackage", "overrideidpackage", "namepackage", "documentationpackage", "asynchronousdefinitionpackage", "exclusivedefinitionpackage", "executionlistenerspackage", "multiinstance_typepackage", "multiinstance_cardinalitypackage", "multiinstance_collectionpackage", "multiinstance_variablepackage", "multiinstance_conditionpackage", "isforcompensationpackage" ], - "hiddenPropertyPackages" : [ ], - "roles" : [ "Activity", "sequence_start", "sequence_end", "ActivitiesMorph", "all" ] - }, { - "type" : "node", - "id" : "BusinessRule", - "title" : "业务规则的任务", - "description" : "带有业务规则的自动任务", - "view" : "\n\n \n \n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \n \n \t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\n\t\n\t\n\t\n\t\t\n\t\t\n \n\t\n\t\t\n\t\n\t\n\t\n\t\t\n\t\n\t\n\t\n\t\t\n\t\n\n\t\n\t\t\n\t\n \n", - "icon" : "activity/list/type.business.rule.png", - "groups" : [ "活动" ], - "propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "asynchronousdefinitionpackage", "exclusivedefinitionpackage", "executionlistenerspackage", "multiinstance_typepackage", "multiinstance_cardinalitypackage", "multiinstance_collectionpackage", "multiinstance_variablepackage", "multiinstance_conditionpackage", "isforcompensationpackage", "ruletask_rulespackage", "ruletask_variables_inputpackage", "ruletask_excludepackage", "ruletask_resultpackage" ], - "hiddenPropertyPackages" : [ ], - "roles" : [ "Activity", "sequence_start", "sequence_end", "ActivitiesMorph", "all" ] - }, { - "type" : "node", - "id" : "ReceiveTask", - "title" : "接收任务", - "description" : "等待接收信号来触发的任务", - "view" : "\n\n \n \n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \n \n\t\n\t\n\t\t\n\t\t\n \n\t\n\t\t\n\t\n\t\n\t\n\t\t\n\t\n\t\n\t\n\t\t\n\t\n\n\t\n\t\t\n\t\n \n", - "icon" : "activity/list/type.receive.png", - "groups" : [ "活动" ], - "propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "asynchronousdefinitionpackage", "exclusivedefinitionpackage", "executionlistenerspackage", "multiinstance_typepackage", "multiinstance_cardinalitypackage", "multiinstance_collectionpackage", "multiinstance_variablepackage", "multiinstance_conditionpackage", "isforcompensationpackage" ], - "hiddenPropertyPackages" : [ ], - "roles" : [ "Activity", "sequence_start", "sequence_end", "ActivitiesMorph", "all" ] - }, { - "type" : "node", - "id" : "ManualTask", - "title" : "手工任务", - "description" : "不带任何逻辑的自动任务", - "view" : "\n\n \n \n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \n \n\t\n\t\n\t\t\n\t\t\n \n \t\n\t\n\t\n\t\n\t\t\n\t\n\t\n\t\n\t\t\n\t\n\n\t\n\t\t\n\t\n \n", - "icon" : "activity/list/type.manual.png", - "groups" : [ "活动" ], - "propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "asynchronousdefinitionpackage", "exclusivedefinitionpackage", "executionlistenerspackage", "multiinstance_typepackage", "multiinstance_cardinalitypackage", "multiinstance_collectionpackage", "multiinstance_variablepackage", "multiinstance_conditionpackage", "isforcompensationpackage" ], - "hiddenPropertyPackages" : [ ], - "roles" : [ "Activity", "sequence_start", "sequence_end", "ActivitiesMorph", "all" ] - }, { - "type" : "node", - "id" : "MailTask", - "title" : "邮件任务", - "description" : "邮箱任务", - "view" : "\n\n \n \n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \n \n\t\n\t\n\t\t\n\t\t\n \n\t\n\t\n\t\n\t\t\n\t\n\t\n\t\n\t\t\n\t\n\t\n\t\n\t\t\n\t\n\n\t\n\t\t\n\t\n \n", - "icon" : "activity/list/type.send.png", - "groups" : [ "活动" ], - "propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "asynchronousdefinitionpackage", "exclusivedefinitionpackage", "executionlistenerspackage", "multiinstance_typepackage", "multiinstance_cardinalitypackage", "multiinstance_collectionpackage", "multiinstance_variablepackage", "multiinstance_conditionpackage", "isforcompensationpackage", "mailtasktopackage", "mailtaskfrompackage", "mailtasksubjectpackage", "mailtaskccpackage", "mailtaskbccpackage", "mailtasktextpackage", "mailtaskhtmlpackage", "mailtaskcharsetpackage" ], - "hiddenPropertyPackages" : [ ], - "roles" : [ "Activity", "sequence_start", "sequence_end", "ActivitiesMorph", "all" ] - }, { - "type" : "node", - "id" : "CamelTask", - "title" : "Camel任务", - "description" : "发送消息给Camel容器的任务", - "view" : "\n\n \n \n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \n \n\t\n\t\n\t\t\n\t\t\n\t\n\t\n\t\t\n\t\n \n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\n\t\n\t\t\n\t\n \n", - "icon" : "activity/list/type.camel.png", - "groups" : [ "活动" ], - "propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "asynchronousdefinitionpackage", "exclusivedefinitionpackage", "executionlistenerspackage", "multiinstance_typepackage", "multiinstance_cardinalitypackage", "multiinstance_collectionpackage", "multiinstance_variablepackage", "multiinstance_conditionpackage", "isforcompensationpackage", "cameltaskcamelcontextpackage" ], - "hiddenPropertyPackages" : [ ], - "roles" : [ "Activity", "sequence_start", "sequence_end", "ActivitiesMorph", "all" ] - }, { - "type" : "node", - "id" : "MuleTask", - "title" : "Mule 任务", - "description" : "发送消息给Mule容器的任务", - "view" : "\n\n \n \n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \n \n\t\n\t\n\t\t\n\t\t\n\t\n\t\n\t\t\n\t\n \n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\n\t\n\t\t\n\t\n \n", - "icon" : "activity/list/type.mule.png", - "groups" : [ "活动" ], - "propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "asynchronousdefinitionpackage", "exclusivedefinitionpackage", "executionlistenerspackage", "multiinstance_typepackage", "multiinstance_cardinalitypackage", "multiinstance_collectionpackage", "multiinstance_variablepackage", "multiinstance_conditionpackage", "isforcompensationpackage", "muletaskendpointurlpackage", "muletasklanguagepackage", "muletaskpayloadexpressionpackage", "muletaskresultvariablepackage" ], - "hiddenPropertyPackages" : [ ], - "roles" : [ "Activity", "sequence_start", "sequence_end", "ActivitiesMorph", "all" ] - }, { - "type" : "node", - "id" : "SendTask", - "title" : "发送任务", - "description" : "发送消息的任务", - "view" : "\n\n \n \n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \n \n\t\n\t\n\t\t\n\t\t\n \n\t\n\t\n\t\n\t\t\n\t\n\t\n\t\n\t\t\n\t\n\t\n\t\n\t\t\n\t\n\n\t\n\t\t\n\t\n \n", - "icon" : "activity/list/type.send.png", - "groups" : [ "活动" ], - "propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "asynchronousdefinitionpackage", "exclusivedefinitionpackage", "executionlistenerspackage", "multiinstance_typepackage", "multiinstance_cardinalitypackage", "multiinstance_collectionpackage", "multiinstance_variablepackage", "multiinstance_conditionpackage", "isforcompensationpackage" ], - "hiddenPropertyPackages" : [ ], - "roles" : [ "Activity", "sequence_start", "sequence_end", "ActivitiesMorph", "all" ] - }, { - "type" : "node", - "id" : "SubProcess", - "title" : "子流程", - "description" : "子流程范围的流程", - "view" : "\n\n \n \n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \n \n \n\t\n\t\n\t\n\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n \n", - "icon" : "activity/expanded.subprocess.png", - "groups" : [ "结构模块" ], - "propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "asynchronousdefinitionpackage", "exclusivedefinitionpackage", "executionlistenerspackage", "multiinstance_typepackage", "multiinstance_cardinalitypackage", "multiinstance_collectionpackage", "multiinstance_variablepackage", "multiinstance_conditionpackage", "istransactionpackage" ], - "hiddenPropertyPackages" : [ ], - "roles" : [ "Activity", "sequence_start", "sequence_end", "all" ] - }, { - "type" : "node", - "id" : "EventSubProcess", - "title" : "子流程的事件", - "description" : "子流程范围的事件", - "view" : "\n\n \n \n \t\n \t\n \t\n \t\n \t\n \n \n\t\n\t\n \t\n\t\t\n \t\n\t\n\t\n \n", - "icon" : "activity/event.subprocess.png", - "groups" : [ "结构模块" ], - "propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "asynchronousdefinitionpackage", "exclusivedefinitionpackage", "executionlistenerspackage" ], - "hiddenPropertyPackages" : [ ], - "roles" : [ "Activity", "all" ] - }, { - "type" : "node", - "id" : "CallActivity", - "title" : "调用活动", - "description" : "调用的活动", - "view" : "\n\n \n \n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \t\n \n \n\t\n \n\t\n\t\t\n\t\t\n \n\t\n\t\t\n\t\n\t\n\t\n\t\t\n\t\n\n\t\n\t\t\n\t\n \n", - "icon" : "activity/task.png", - "groups" : [ "结构模块" ], - "propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "asynchronousdefinitionpackage", "exclusivedefinitionpackage", "executionlistenerspackage", "callactivitycalledelementpackage", "callactivityinparameterspackage", "callactivityoutparameterspackage", "multiinstance_typepackage", "multiinstance_cardinalitypackage", "multiinstance_collectionpackage", "multiinstance_variablepackage", "multiinstance_conditionpackage", "isforcompensationpackage" ], - "hiddenPropertyPackages" : [ ], - "roles" : [ "Activity", "sequence_start", "sequence_end", "all" ] - }, { - "type" : "node", - "id" : "ExclusiveGateway", - "title" : "单一网关", - "description" : "单一选择的网关", - "view" : "\n\n \n \n \n \t\t\t\t\t\n \n \n \n \n \n \n \n\t\n\t\n\t\n \n\n", - "icon" : "gateway/exclusive.databased.png", - "groups" : [ "网关" ], - "propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "asynchronousdefinitionpackage", "exclusivedefinitionpackage", "sequencefloworderpackage" ], - "hiddenPropertyPackages" : [ ], - "roles" : [ "sequence_start", "GatewaysMorph", "sequence_end", "all" ] - }, { - "type" : "node", - "id" : "ParallelGateway", - "title" : "并行网关", - "description" : "并行执行的网关", - "view" : "\n\n \n \n \n \n \n \n \n \n\t\n\t\n \n\n", - "icon" : "gateway/parallel.png", - "groups" : [ "网关" ], - "propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "asynchronousdefinitionpackage", "exclusivedefinitionpackage", "sequencefloworderpackage" ], - "hiddenPropertyPackages" : [ ], - "roles" : [ "sequence_start", "GatewaysMorph", "sequence_end", "all" ] - }, { - "type" : "node", - "id" : "InclusiveGateway", - "title" : "包含网关", - "description" : "满足条件的包含性的网关", - "view" : "\n\n \n \n \n \n\n \n \n \n\t\n\t\n \n\n", - "icon" : "gateway/inclusive.png", - "groups" : [ "网关" ], - "propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "asynchronousdefinitionpackage", "exclusivedefinitionpackage", "sequencefloworderpackage" ], - "hiddenPropertyPackages" : [ ], - "roles" : [ "sequence_start", "GatewaysMorph", "sequence_end", "all" ] - }, { - "type" : "node", - "id" : "EventGateway", - "title" : "事件网关", - "description" : "事件网关", - "view" : "\n\n \n \n \n \n \n \t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\t\n\t\t\n\t\t\n\t\n\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\n\t\n\t\n\t\n\t\n \t\n\t\n\n", - "icon" : "gateway/eventbased.png", - "groups" : [ "网关" ], - "propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "asynchronousdefinitionpackage", "exclusivedefinitionpackage", "sequencefloworderpackage" ], - "hiddenPropertyPackages" : [ ], - "roles" : [ "sequence_start", "GatewaysMorph", "sequence_end", "all" ] - }, { - "type" : "node", - "id" : "BoundaryErrorEvent", - "title" : "边界出错事件", - "description" : "捕获BPMN的错误的边界事件", - "view" : "\n\n \n \n \t\n \n \n \n \n \n \n \n\t\n \n", - "icon" : "catching/error.png", - "groups" : [ "边界事件" ], - "propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "errorrefpackage" ], - "hiddenPropertyPackages" : [ ], - "roles" : [ "sequence_start", "BoundaryEventsMorph", "IntermediateEventOnActivityBoundary" ] - }, { - "type" : "node", - "id" : "BoundaryTimerEvent", - "title" : "边界的定时事件", - "description" : "A boundary event with a timer trigger", - "view" : "\n\n \n \n \t\n \n \n \n \n \t\n \n \n \n \n \n \n \t\n\t\n \n", - "icon" : "catching/timer.png", - "groups" : [ "边界事件" ], - "propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "timercycledefinitionpackage", "timerdatedefinitionpackage", "timerdurationdefinitionpackage", "timerenddatedefinitionpackage", "cancelactivitypackage" ], - "hiddenPropertyPackages" : [ ], - "roles" : [ "sequence_start", "BoundaryEventsMorph", "IntermediateEventOnActivityBoundary" ] - }, { - "type" : "node", - "id" : "BoundarySignalEvent", - "title" : "边界信号事件", - "description" : "带有事件触发器的边界事件", - "view" : "\n\n \n \n \t\n \n \n \n \n \t\n \n \n \n \n\t\n\t\n \n", - "icon" : "catching/signal.png", - "groups" : [ "边界事件" ], - "propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "signalrefpackage", "cancelactivitypackage" ], - "hiddenPropertyPackages" : [ ], - "roles" : [ "sequence_start", "BoundaryEventsMorph", "IntermediateEventOnActivityBoundary" ] - }, { - "type" : "node", - "id" : "BoundaryMessageEvent", - "title" : "边界消息事件", - "description" : "带有消息触发器的边界事件", - "view" : "\n\n \n \n \t\n \n \n \n \n \t\n \n \t\n \n \n \n\t\n\t\t\n\t\n\t\n\t\n \n", - "icon" : "catching/message.png", - "groups" : [ "边界事件" ], - "propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "messagerefpackage", "cancelactivitypackage" ], - "hiddenPropertyPackages" : [ ], - "roles" : [ "sequence_start", "BoundaryEventsMorph", "IntermediateEventOnActivityBoundary" ] - }, { - "type" : "node", - "id" : "BoundaryCancelEvent", - "title" : "边界取消事件", - "description" : "边界取消事件", - "view" : "\n\n \n \n \t\n \n \n \n \n \n \n \n \n\t\n \n", - "icon" : "catching/cancel.png", - "groups" : [ "边界事件" ], - "propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage" ], - "hiddenPropertyPackages" : [ ], - "roles" : [ "sequence_start", "BoundaryEventsMorph", "IntermediateEventOnActivityBoundary" ] - }, { - "type" : "node", - "id" : "BoundaryCompensationEvent", - "title" : "边界修正事件", - "description" : "边界修正事件", - "view" : "\n\n \n \n \t\n \n \n \n\t\n \n \n \n \n \n\t\n \n", - "icon" : "catching/compensation.png", - "groups" : [ "边界事件" ], - "propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage" ], - "hiddenPropertyPackages" : [ ], - "roles" : [ "BoundaryEventsMorph", "IntermediateEventOnActivityBoundary", "all" ] - }, { - "type" : "node", - "id" : "CatchTimerEvent", - "title" : "捕捉中间定时器的事件", - "description" : "带有捕捉定时器触发的事件", - "view" : "\n\n \n \n \t\n \n \n \n \n \t\n \n \n \n \n \n \n \t\n\t\n \n", - "icon" : "catching/timer.png", - "groups" : [ "中间捕获事件" ], - "propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "executionlistenerspackage", "timercycledefinitionpackage", "timerdatedefinitionpackage", "timerdurationdefinitionpackage" ], - "hiddenPropertyPackages" : [ ], - "roles" : [ "sequence_start", "sequence_end", "CatchEventsMorph", "all" ] - }, { - "type" : "node", - "id" : "CatchSignalEvent", - "title" : "中间信号捕获事件", - "description" : "信号触发的中间捕获事件", - "view" : "\n\n \n \n \t\n \n \n \n \n \t\n \n \n \n \n\t\n\t\n \n", - "icon" : "catching/signal.png", - "groups" : [ "中间捕获事件" ], - "propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "executionlistenerspackage", "signalrefpackage" ], - "hiddenPropertyPackages" : [ ], - "roles" : [ "sequence_start", "sequence_end", "CatchEventsMorph", "all" ] - }, { - "type" : "node", - "id" : "CatchMessageEvent", - "title" : "中间消息捕获事件", - "description" : "消息触发的中间捕获事件", - "view" : "\n\n \n \n \t\n \n \n \n \n \t\n \n \t\n \n \n \n\t\n\t\t\n\t\n\t\n\t\n \n", - "icon" : "catching/message.png", - "groups" : [ "中间捕获事件" ], - "propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "executionlistenerspackage", "messagerefpackage" ], - "hiddenPropertyPackages" : [ ], - "roles" : [ "sequence_start", "sequence_end", "CatchEventsMorph", "all" ] - }, { - "type" : "node", - "id" : "ThrowNoneEvent", - "title" : "无触发的中间事件", - "description" : "无特定触发器的中间事件", - "view" : "\n\n \n \n \t\n \n \n \n \n \n \n\t\n \n", - "icon" : "throwing/none.png", - "groups" : [ "中间捕获事件" ], - "propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "executionlistenerspackage" ], - "hiddenPropertyPackages" : [ ], - "roles" : [ "ThrowEventsMorph", "sequence_start", "sequence_end", "all" ] - }, { - "type" : "node", - "id" : "ThrowSignalEvent", - "title" : "抛出信号的中间事件", - "description" : "通过信号触发器的中间事件", - "view" : "\n\n \n \n \t\n \n \n \n \n \n \n\t\n \n", - "icon" : "throwing/signal.png", - "groups" : [ "中间捕获事件" ], - "propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "executionlistenerspackage", "signalrefpackage" ], - "hiddenPropertyPackages" : [ ], - "roles" : [ "ThrowEventsMorph", "sequence_start", "sequence_end", "all" ] - }, { - "type" : "node", - "id" : "EndNoneEvent", - "title" : "结束事件", - "description" : "无特定触发器的结束事件", - "view" : "\n\n \n \n \t\n \n \n \n\t\n \n", - "icon" : "endevent/none.png", - "groups" : [ "结束事件" ], - "propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "executionlistenerspackage" ], - "hiddenPropertyPackages" : [ ], - "roles" : [ "EndEventsMorph", "sequence_end", "all" ] - }, { - "type" : "node", - "id" : "EndErrorEvent", - "title" : "结束事件(出错)", - "description" : "抛出错误的结束事件", - "view" : "\n\n \n \n \t\n \n \n \n \n \n \n\t\n \n", - "icon" : "endevent/error.png", - "groups" : [ "结束事件" ], - "propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "executionlistenerspackage", "errorrefpackage" ], - "hiddenPropertyPackages" : [ ], - "roles" : [ "EndEventsMorph", "sequence_end", "all" ] - }, { - "type" : "node", - "id" : "EndCancelEvent", - "title" : "结束事件(取消)", - "description" : "取消的结束事件", - "view" : "\n\n \n \n \t\n \n \n \n \n \n\t\n \n", - "icon" : "endevent/cancel.png", - "groups" : [ "结束事件" ], - "propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "executionlistenerspackage" ], - "hiddenPropertyPackages" : [ ], - "roles" : [ "EndEventsMorph", "sequence_end", "all" ] - }, { - "type" : "node", - "id" : "EndTerminateEvent", - "title" : "结束事件(终止)", - "description" : "终止类型的结束事件", - "view" : "\n\n \n \n \t\n \n \n \n \n \n\t\n \n", - "icon" : "endevent/terminate.png", - "groups" : [ "结束事件" ], - "propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "executionlistenerspackage" ], - "hiddenPropertyPackages" : [ ], - "roles" : [ "EndEventsMorph", "sequence_end", "all" ] - }, { - "type" : "node", - "id" : "Pool", - "title" : "泳道", - "description" : "用来结构化流程定义的泳道", - "view" : "\n\n \n \n \t\n \t\n \t\n \t\n \t\n \n \n \n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\n\t \t\n \t\n \n \n\t\n\t\n\t\n\t\n \n \n \n", - "icon" : "swimlane/pool.png", - "groups" : [ "泳道" ], - "layout" : [ { - "type" : "layout.bpmn2_0.pool" - } ], - "propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "process_idpackage" ], - "hiddenPropertyPackages" : [ ], - "roles" : [ "canContainArtifacts", "all" ] - }, { - "type" : "node", - "id" : "Lane", - "title" : "区域", - "description" : "结构化流程定义的区域", - "view" : "\n\n \n \n \n \n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\n\t\n \t\t\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n \n\t\n \n", - "icon" : "swimlane/lane.png", - "groups" : [ "泳道" ], - "propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage" ], - "hiddenPropertyPackages" : [ ], - "roles" : [ "PoolChild", "canContainArtifacts", "all" ] - }, { - "type" : "edge", - "id" : "SequenceFlow", - "title" : "顺序跳转线", - "description" : "顺序跳转线定义了不同活动节点执行的顺序", - "view" : "\r\n\r\n\t\r\n\t \t\r\n\t \t\t\r\n\t\t\t\r\n\t \t\r\n\t \t\r\n\t \t\t\r\n\t \t\r\n\t\r\n\t\r\n\t\t\r\n\t\t\r\n\t\r\n", - "icon" : "connector/sequenceflow.png", - "groups" : [ "连接对象" ], - "layout" : [ { - "type" : "layout.bpmn2_0.sequenceflow" - } ], - "propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "conditionsequenceflowpackage", "executionlistenerspackage", "defaultflowpackage" ], - "hiddenPropertyPackages" : [ ], - "roles" : [ "ConnectingObjectsMorph", "all" ] - }, { - "type" : "edge", - "id" : "MessageFlow", - "title" : "消息跳转线", - "description" : "用来连接不同泳道中的元素的消息跳转", - "view" : "\r\n\r\n\t\r\n\t\t\r\n\t \t\t\r\n\t \t\t\r\n\t \t\r\n\r\n\t \t\r\n\t \t\t\r\n\t \t\r\n\t\r\n\t\r\n\t \r\n\t\t\r\n\t\r\n", - "icon" : "connector/messageflow.png", - "groups" : [ "连接对象" ], - "layout" : [ { - "type" : "layout.bpmn2_0.sequenceflow" - } ], - "propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage" ], - "hiddenPropertyPackages" : [ ], - "roles" : [ "ConnectingObjectsMorph", "all" ] - }, { - "type" : "edge", - "id" : "Association", - "title" : "关联说明", - "description" : "为元素关联文本说明", - "view" : "\r\n\r\n\t\r\n\t \r\n\t\t\r\n\t\r\n", - "icon" : "connector/association.undirected.png", - "groups" : [ "连接对象" ], - "layout" : [ { - "type" : "layout.bpmn2_0.sequenceflow" - } ], - "propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage" ], - "hiddenPropertyPackages" : [ ], - "roles" : [ "ConnectingObjectsMorph", "all" ] - }, { - "type" : "edge", - "id" : "DataAssociation", - "title" : "数据关联说明", - "description" : "为活动节点关联数据元素", - "view" : "\r\n\r\n\t\r\n\t \t\r\n\t \t\t\r\n\t \t\r\n\t\r\n\t\r\n\t \r\n\t\t\r\n\t\r\n", - "icon" : "connector/association.unidirectional.png", - "groups" : [ "连接对象" ], - "layout" : [ { - "type" : "layout.bpmn2_0.sequenceflow" - } ], - "propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage" ], - "hiddenPropertyPackages" : [ ], - "roles" : [ "ConnectingObjectsMorph", "all" ] - }, { - "type" : "node", - "id" : "TextAnnotation", - "title" : "文本关联", - "description" : "关联一组元素进行文本描述", - "view" : "\n\n \n \n \t\n \n \n \n \n \n \n\t\n \n", - "icon" : "artifact/text.annotation.png", - "groups" : [ "文档注释" ], - "propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "textpackage" ], - "hiddenPropertyPackages" : [ ], - "roles" : [ "all" ] - }, { - "type" : "node", - "id" : "DataStore", - "title" : "数据存储", - "description" : "引用一数据存储", - "view" : "\r\n\r\n\t\r\n\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\r\n\t\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t \t\r\n\t\t\r\n\t\t\t \r\n\t\r\n\r\n", - "icon" : "dataobject/data.store.png", - "groups" : [ "文档注释" ], - "propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage" ], - "hiddenPropertyPackages" : [ ], - "roles" : [ "all" ] - } ], - "rules" : { - "cardinalityRules" : [ { - "role" : "Startevents_all", - "incomingEdges" : [ { - "role" : "SequenceFlow", - "maximum" : 0 - } ] - }, { - "role" : "Endevents_all", - "outgoingEdges" : [ { - "role" : "SequenceFlow", - "maximum" : 0 - } ] - } ], - "connectionRules" : [ { - "role" : "SequenceFlow", - "connects" : [ { - "from" : "sequence_start", - "to" : [ "sequence_end" ] - } ] - }, { - "role" : "Association", - "connects" : [ { - "from" : "sequence_start", - "to" : [ "TextAnnotation" ] - }, { - "from" : "sequence_end", - "to" : [ "TextAnnotation" ] - }, { - "from" : "TextAnnotation", - "to" : [ "sequence_end" ] - }, { - "from" : "BoundaryCompensationEvent", - "to" : [ "sequence_end" ] - }, { - "from" : "TextAnnotation", - "to" : [ "sequence_start" ] - }, { - "from" : "BoundaryCompensationEvent", - "to" : [ "sequence_start" ] - } ] - }, { - "role" : "DataAssociation", - "connects" : [ { - "from" : "sequence_start", - "to" : [ "DataStore" ] - }, { - "from" : "sequence_end", - "to" : [ "DataStore" ] - }, { - "from" : "DataStore", - "to" : [ "sequence_end" ] - }, { - "from" : "DataStore", - "to" : [ "sequence_start" ] - } ] - }, { - "role" : "IntermediateEventOnActivityBoundary", - "connects" : [ { - "from" : "Activity", - "to" : [ "IntermediateEventOnActivityBoundary" ] - } ] - } ], - "containmentRules" : [ { - "role" : "BPMNDiagram", - "contains" : [ "all" ] - }, { - "role" : "SubProcess", - "contains" : [ "sequence_start", "sequence_end", "from_task_event", "to_task_event", "EventSubProcess", "TextAnnotation", "DataStore" ] - }, { - "role" : "EventSubProcess", - "contains" : [ "sequence_start", "sequence_end", "from_task_event", "to_task_event", "TextAnnotation", "DataStore" ] - }, { - "role" : "Pool", - "contains" : [ "Lane" ] - }, { - "role" : "Lane", - "contains" : [ "sequence_start", "sequence_end", "EventSubProcess", "TextAnnotation", "DataStore" ] - } ], - "morphingRules" : [ { - "role" : "ActivitiesMorph", - "baseMorphs" : [ "UserTask" ], - "preserveBounds" : true - }, { - "role" : "GatewaysMorph", - "baseMorphs" : [ "ExclusiveGateway" ] - }, { - "role" : "StartEventsMorph", - "baseMorphs" : [ "StartNoneEvent" ] - }, { - "role" : "EndEventsMorph", - "baseMorphs" : [ "StartNoneEvent" ] - }, { - "role" : "CatchEventsMorph", - "baseMorphs" : [ "CatchTimerEvent" ] - }, { - "role" : "ThrowEventsMorph", - "baseMorphs" : [ "ThrowNoneEvent" ] - }, { - "role" : "BoundaryEventsMorph", - "baseMorphs" : [ "ThrowNoneEvent" ] - }, { - "role" : "BoundaryCompensationEvent", - "baseMorphs" : [ "BoundaryCompensationEvent" ] - }, { - "role" : "TextAnnotation", - "baseMorphs" : [ "TextAnnotation" ] - }, { - "role" : "DataStore", - "baseMorphs" : [ "DataStore" ] - } ] - } -} \ No newline at end of file