随笔分类 -  java

摘要:根据官方文档快速搭架一个基于BPMN的流程引擎camunda https://docs.camunda.org/get-started/quick-start/ 下载地址 https://camunda.com/download/#download-other-menu 在windows上解压运行s 阅读全文
posted @ 2023-02-16 16:47 XSpringSun 阅读(600) 评论(0) 推荐(0) 编辑
摘要:作为初学者配置maven一般网上搜索。然后你就看到各种配置文件片段,首先配置镜像,然后配置仓库。完事后再IDEA里面配置下maven的路径和配置文件路径。 这些文章属实坑爹,完全没讲一个重要的配置就是activeProfiles。 当我配置了各种,捣腾了半天,idea里面死活加载不进去我配置的仓库信 阅读全文
posted @ 2020-10-15 09:10 XSpringSun 阅读(3311) 评论(1) 推荐(0) 编辑
摘要:eclipse下面创建的Maven项目,使用mybatis。eclipse里面能正常启动,在idea中一直卡在maybatis 加载位置。 1、首先是不报错也没反应。这个时候需要我们重写SqlSessionFactoryBean 让错误显示出来。 public class BeanFactory e 阅读全文
posted @ 2020-05-20 15:51 XSpringSun 阅读(1395) 评论(0) 推荐(1) 编辑
摘要:1、修改tomcat的conf目录下 server.xml文件加上 URIEncoding="UTF-8" <Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" URIEnco 阅读全文
posted @ 2020-05-20 13:58 XSpringSun 阅读(4959) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示