
JAVA程序问题
环境,配置问题
A AA??
这个作者很懒,什么都没留下…
展开
-
oracle返回的数据类型是numbe(20,5),但是mybatis里查询的数值为空
oracle返回的数据类型是numbe(20,5),但是mybatis里查询的数值为空原创 2022-12-28 09:36:28 · 342 阅读 · 0 评论 -
springboot引入axis2时显示jar包冲突
springboot引入axis2后显示jar包冲突原创 2022-10-25 16:53:29 · 383 阅读 · 0 评论 -
idea打包docker镜像时出现“Failed to execute goal com.spotify:docker-maven-plugin:1.2.2:build (build-image) “
先看第一张图片,一开始我也是不知道什么原因导致的,后来看到build时获取的ProgressMessage信息都是空的,然后一点点排查,然后发现是镜像命名的问题的,镜像命名不允许使用驼峰命令。原创 2022-10-23 16:02:36 · 2578 阅读 · 3 评论 -
linux系统里找不到docker.service
1.执行locate docker.service。原创 2022-10-22 14:12:44 · 3060 阅读 · 0 评论 -
SpringBoot+webService接口遇到的问题
(2)SOAPAction在wsdl文件里搜索。以天气预报的webservice接口举例,直接搜索soapaction。(3)免费webservice接口调用链接。(1)在代码里增加如下代码。原创 2022-10-22 14:09:54 · 589 阅读 · 0 评论 -
Property ‘sqlSessionFactory‘ or ‘sqlSessionTemplate‘ are required
问题:在配置springboot+mysql时,会出现"Property 'sqlSessionFactory' or 'sqlSessionTemplate' are required"显示需要需要将sqlSessionFactory依赖注入。解决方案:在pom.xml文件内添加如下依赖,然后重新刷新一下maven库即可。 <dependency> <groupId>org.mybatis.spring.boot</groupId> <artifa原创 2022-06-30 17:35:56 · 3285 阅读 · 0 评论 -
The content of element type “mapper“ must match “(cache-ref|cache|resultMap*|parameterMap*|sql*|inse
显示这个问题肯定是格式有问题,检查一下sql语句格式有没有问题。一定要仔细。原创 2022-06-29 18:45:40 · 222 阅读 · 0 评论 -
ORA-00933: SQL 命令未正确结束
ORA-00933: SQL 命令未正确结束原创 2022-06-29 18:39:29 · 181 阅读 · 0 评论