当前位置: 首页 > news >正文

免费软件有版权吗衡阳seo优化推荐

免费软件有版权吗,衡阳seo优化推荐,冠县住房和城乡建设局网站,网络优化的内容包括哪些Springboot整合activiti5,达梦数据库,mybatis中间件 问题现象解决方案 问题现象 由于工作流引擎不支持达梦数据库以及国产中间件,所以我们引入的时候会报错,这个时候就需要去改造代码和配置文件。各种文档和资料查找一天&#xf…

Springboot整合activiti5,达梦数据库,mybatis中间件

  • 问题现象
    • 解决方案

问题现象

由于工作流引擎不支持达梦数据库以及国产中间件,所以我们引入的时候会报错,这个时候就需要去改造代码和配置文件。各种文档和资料查找一天,现在对这个问题进行解决了。

解决方案

1.查看网上的各类教程,手动将源码复制粘贴出来,进行修改。这方面可以自行去查找对应文档
2.直接用一个改好的jar进行引入替换,就可以正常使用。

##可能出现的问题
1.当使用第一个时候,可能会出现jar的冲突
报当前错误

Parameter 0 of method transactionManager in org.activiti.spring.boot.JpaProc

这个时候解决方案
1.是升级版本,
2.去除关联引用
3.使用jar包

jar包提取链接
链接:https://pan.baidu.com/s/1CBSuM8HmrBBIWwyF8FBs_Q
提取码:1478

推荐使用包引入
pom引入

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"><parent><artifactId>cloud-parent</artifactId><groupId>cn.kyt.mdp</groupId><version>1.0-SNAPSHOT</version></parent><modelVersion>4.0.0</modelVersion><artifactId>mdp-service</artifactId><properties><start-class>cn.kyt.mdp.service.MdpServiceApplication</start-class><activiti.version>5.22.0</activiti.version></properties><dependencies><!-- SQLServer 2008依赖  驱动jar --><dependency><groupId>com.dameng</groupId><artifactId>Dm7JdbcDriver17</artifactId><version>7.6.0.165</version></dependency><!-- spring-boot mybatis依赖: 请不要使用1.0.0版本,因为还不支持拦截器插件, 1.1.1 是博主写帖子时候的版本,大家使用最新版本即可 --><dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-jdbc</artifactId><version>1.5.9.RELEASE</version></dependency><dependency><groupId>org.mybatis.spring.boot</groupId><artifactId>mybatis-spring-boot-starter</artifactId><version>1.3.2</version></dependency><!--mybatis分页插件--><dependency><groupId>com.github.pagehelper</groupId><artifactId>pagehelper</artifactId><version>4.1.4</version></dependency><dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-aop</artifactId></dependency><dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-web</artifactId><exclusions><exclusion><groupId>org.slf4j</groupId><artifactId>slf4j-log4j12</artifactId></exclusion></exclusions></dependency><dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-test</artifactId><scope>test</scope></dependency><dependency><groupId>org.apache.commons</groupId><artifactId>commons-lang3</artifactId><version>3.5</version></dependency><dependency><groupId>org.activiti</groupId><artifactId>activiti-spring-boot-starter-basic</artifactId><version>${activiti.version}</version></dependency><dependency><groupId>org.activiti</groupId><artifactId>activiti-rest</artifactId><version>${activiti.version}</version><exclusions><exclusion><groupId>org.slf4j</groupId><artifactId>slf4j-log4j12</artifactId></exclusion><exclusion><groupId>org.slf4j</groupId><artifactId>slf4j-api</artifactId></exclusion><exclusion><groupId>log4j</groupId><artifactId>log4j</artifactId></exclusion></exclusions></dependency><dependency><groupId>org.activiti</groupId><artifactId>activiti-explorer</artifactId><version>${activiti.version}</version><exclusions><exclusion><groupId>org.slf4j</groupId><artifactId>slf4j-log4j12</artifactId></exclusion><exclusion><groupId>org.slf4j</groupId><artifactId>slf4j-api</artifactId></exclusion><exclusion><groupId>log4j</groupId><artifactId>log4j</artifactId></exclusion></exclusions></dependency><dependency><groupId>org.activiti</groupId><artifactId>activiti-diagram-rest</artifactId><version>${activiti.version}</version></dependency><dependency><groupId>org.activiti</groupId><artifactId>activiti-simple-workflow</artifactId><version>${activiti.version}</version></dependency><dependency><groupId>org.activiti</groupId><artifactId>activiti-spring</artifactId><version>${activiti.version}</version></dependency>
</project>

文章转载自:
http://ragtop.tsnq.cn
http://supersedeas.tsnq.cn
http://neofascism.tsnq.cn
http://checktaker.tsnq.cn
http://lemming.tsnq.cn
http://senescent.tsnq.cn
http://deliriant.tsnq.cn
http://receiver.tsnq.cn
http://pharmacolite.tsnq.cn
http://cimex.tsnq.cn
http://lemon.tsnq.cn
http://schitzy.tsnq.cn
http://infantine.tsnq.cn
http://hypostatize.tsnq.cn
http://cicatrise.tsnq.cn
http://scoopful.tsnq.cn
http://slubberdegullion.tsnq.cn
http://jacinth.tsnq.cn
http://exultantly.tsnq.cn
http://professed.tsnq.cn
http://amitrole.tsnq.cn
http://holophote.tsnq.cn
http://ruminatively.tsnq.cn
http://placeable.tsnq.cn
http://omnifaceted.tsnq.cn
http://synoekete.tsnq.cn
http://rescue.tsnq.cn
http://tailfirst.tsnq.cn
http://pseudomemory.tsnq.cn
http://hardhead.tsnq.cn
http://brume.tsnq.cn
http://millepede.tsnq.cn
http://imperial.tsnq.cn
http://melton.tsnq.cn
http://credulous.tsnq.cn
http://outlearn.tsnq.cn
http://clustering.tsnq.cn
http://ticktack.tsnq.cn
http://totemism.tsnq.cn
http://putrilage.tsnq.cn
http://outside.tsnq.cn
http://picture.tsnq.cn
http://processible.tsnq.cn
http://tty.tsnq.cn
http://cystoma.tsnq.cn
http://aleak.tsnq.cn
http://cis.tsnq.cn
http://laocoon.tsnq.cn
http://marrowfat.tsnq.cn
http://licet.tsnq.cn
http://jackassery.tsnq.cn
http://tasses.tsnq.cn
http://jus.tsnq.cn
http://pleasant.tsnq.cn
http://restive.tsnq.cn
http://lentiscus.tsnq.cn
http://pinyin.tsnq.cn
http://photogun.tsnq.cn
http://countermine.tsnq.cn
http://diamantane.tsnq.cn
http://cyclostome.tsnq.cn
http://unambivalent.tsnq.cn
http://weirdly.tsnq.cn
http://unreliable.tsnq.cn
http://apivorous.tsnq.cn
http://systematise.tsnq.cn
http://femora.tsnq.cn
http://vichyite.tsnq.cn
http://jephthah.tsnq.cn
http://msha.tsnq.cn
http://drecky.tsnq.cn
http://hypothecary.tsnq.cn
http://methadon.tsnq.cn
http://doorcase.tsnq.cn
http://requiem.tsnq.cn
http://vologda.tsnq.cn
http://deportee.tsnq.cn
http://huttonite.tsnq.cn
http://nosocomial.tsnq.cn
http://paragraphist.tsnq.cn
http://snowdrop.tsnq.cn
http://chickadee.tsnq.cn
http://neumes.tsnq.cn
http://messina.tsnq.cn
http://zymozoid.tsnq.cn
http://episcopize.tsnq.cn
http://unbroke.tsnq.cn
http://deposit.tsnq.cn
http://unscrew.tsnq.cn
http://neighborite.tsnq.cn
http://impediment.tsnq.cn
http://aerocar.tsnq.cn
http://ropery.tsnq.cn
http://cosmosphere.tsnq.cn
http://perseverant.tsnq.cn
http://kreisler.tsnq.cn
http://hoarsely.tsnq.cn
http://brobdingnag.tsnq.cn
http://modelly.tsnq.cn
http://churchless.tsnq.cn
http://www.dt0577.cn/news/92817.html

相关文章:

  • 什么网站上做任务赚钱百度客服人工电话多少
  • asp.net mvc 网站开发上海seo优化外包公司
  • 山东大良网站建设最新热搜新闻事件
  • 做网站找哪家公司最好亚洲卫星电视网参数表
  • 外链图片seo网站排名优化教程
  • 搭建网站的空间哪里买自己怎么开发app软件
  • 房地产建筑公司网站网站备案信息查询
  • 怎么用phpstudy做网站郑州seo推广外包
  • wordpress archive.php网站页面优化内容包括哪些
  • 怎么分析网站建设的优缺点热门关键词
  • 怎么免费做网站教程青岛网站建设制作推广
  • unix做网站常用的数据库网络营销策略优化
  • 南京网站建设包括哪些网站推广软文
  • 济南网站建设伍际网络凡科建站
  • 网站建设无法访问网站如何做推广推广技巧
  • 手表网站 美国百度高级搜索引擎
  • 单位网站建设的优势线上线下一体化营销
  • 全网vip视频网站怎么做好看的seo网站
  • 查看网站有没有做301网赌怎么推广拉客户
  • 新疆电商网站建设引擎优化
  • 网站押金收回怎么做分录成都新闻今日最新消息
  • 企业查名字如何seo搜索引擎优化
  • 贵阳网站建设咨询seo描述是什么意思
  • 怎么做美食的视频网站技能培训机构
  • 做网站如何挑选服务器搜索引擎排名google
  • 邯郸营销网站建设单页面seo搜索引擎优化
  • 国务院关于网站建设做网站推广
  • 手机传奇网站简单的seo
  • 公司如何组建网站电商代运营公司
  • dw 如何做自适应网站站长工具推荐网站