当前位置:网站首页>(2)达梦数据库匹配
(2)达梦数据库匹配
2022-07-21 03:58:00 【thubier(段新建)】
在upp构建之初,我们规划了3个数据库支持:mysql、sqlserver、oracle。随着产品的完善,我们慢慢需要走向国内创信需求适配,dm数据库是第一个出口。
统一流程平台优先对达梦数据库进行了适配。并发布可第一个全流程样例。
yml中的配置:
driver-class-name: dm.jdbc.driver.DmDriver url: jdbc:dm://localhost:5236/std_upp01 #url: jdbc:oracle:thin:@localhost:5236/std_upp username: UPP01 password: rootthubier
达梦数据库中模型:
下面是统一流程平台中的运行样例:
首页:
系统模型定义:
流程模型设计:
已部署流程信息:
业务数据管理
统一流程平台整体的设计思路非常简单,整个系统已完成独立(org等全集团通用组件除外),自成体系。业务系统接入采用了统一业务模型:1)业务系统--->2)业务功能清单----->3)业务数据映射--->4)业务功能流程设计----->5)业务流程发布------>6)业务数据统一索引 。经过这6个层级的拆分,形成了统一流程平台的全流程管理体系。在这简单的体系结构中,将支撑起超大规模企业对流程的全面管理与应用集成。
今天是upp平台迈向创信需求的一个节点,后续将提供更多的创信适配,满足在国内超大行企业应用中的需求。
dm,我们完成适配了。
边栏推荐
猜你喜欢
随机推荐
Implementation method of SuperMap iclient for openlayers layer group control
Matrix
Web APIs DOM- 网页特效篇-元素大小和位置
分布式.ID生成器
MySQL installation prompts that the application cannot start normally (0xc000007b, how to solve it?
JSP自定义标签(foreach标签与select标签的自定义方式)
H5 customized sharing in wechat
C语言文件操作
读书笔记:《次第花开》
05 regular expression syntax
分布式.高并发&高可用
MySQL优化总结 一
Bram for FPGA logic resource evaluation (taking Xilinx as an example)
SAP IDOC教程:定义,结构,类型,格式和表格-019
Classic examples of C language: 21-30 examples: insertion sort, Hill sort 1, quick sort, Hill sort 2, recursion, completion, Fibonacci sequence, common divisor and common multiple, judging the number
Lexin esp-rtc real-time audio and video communication scheme
How to solve the problem of unable to establish SSL connection in WGet command
Software testing interview question: what do you think are the advantages of testing?
Liunx kills processes with the same name in batches
Verilog语法基础HDL Bits训练 03