
bug
渔夫阿布
这个作者很懒,什么都没留下…
展开
-
java.sql.SQLException: ORA-28001: the password has expired
用system用户进行执行。原创 2024-03-21 11:05:07 · 216 阅读 · 0 评论 -
A query was run and no Result Maps were found for the Mapped Statement
【代码】A query was run and no Result Maps were found for the Mapped Statement。原创 2024-03-07 16:38:04 · 399 阅读 · 0 评论 -
Parameter Maps collection does not contain value for java.lang.String
Parameter Maps collection does not contain value for java.lang.String原创 2024-03-07 12:48:42 · 393 阅读 · 0 评论 -
Cannot open Local Failed to start [powershell.exe] in E:\IDEAWorkPlace\ruoyi\ruoyi-ui, [columns=232,
Cannot open LocalFailed to start [powershell.exe] in E:\IDEAWorkPlace\ruoyi\ruoyi-ui, [columns=232, rows=14], envs=See IDE log (Help | Show Log in Explorer) for the details.原创 2023-09-22 11:36:11 · 2031 阅读 · 1 评论 -
Request method ‘POST‘ not supported
问题:表单使用的Http请求是post类型,而我们在controller里面写的请求却是get请求,所以我们得到了Request method ‘POST’ not supported的错误提示!原创 2023-05-07 10:46:08 · 986 阅读 · 2 评论 -
### Error updating database. Cause: java.sql.SQLSyntaxErrorException: ORA-02289: 序列不存在
### Error updating database. Cause: java.sql.SQLSyntaxErrorException: ORA-02289: 序列不存在### Error updating database. Cause: java.sql.SQLSyntaxErrorException: ORA-04098: 触发器 'USER.TRI_T_WEBLOG' 无效且未通过重新验证原创 2023-01-13 13:51:03 · 1120 阅读 · 0 评论 -
Could not autowire. No beans of ‘UserMapper‘ type found.
Could not autowire. No beans of 'UserMapper' type found. >在Settings里面搜索inspections,依次找到Spring->Spring Core->Code->?>Autowiring for Bean Class然后将Severity的Error改为Warning原创 2022-11-12 13:15:51 · 299 阅读 · 0 评论 -
在IDEA中配置方法注释
在IDEA中配置方法注释原创 2022-08-19 19:58:08 · 114 阅读 · 0 评论 -
org.junit.runners.model.InvalidTestClassError: Invalid test class ‘com.sdjzu.store.mapper.UserMapper
org.junit.runners.model.InvalidTestClassError: Invalid test class 'com.sdjzu.store.mapper.UserMapperTests': 1. No runnable methods原创 2022-08-11 21:09:44 · 312 阅读 · 0 评论 -
Could not autowire. No beans of ‘UserMapper‘ type found.
Could not autowire. No beans of 'UserMapper' type found.原创 2022-08-11 20:57:29 · 290 阅读 · 0 评论 -
The server is invalid. Error occurred reading server credential. Required file or directory ‘serverO
意思是在domain目录中找不到’servers/AdminServer/security/boot.properties’ ,这是weblogic启动需要的用户密码文件默认没有这个文件,也没有servers/AdminServer/security目录。这意思是boot.properties中还是明文密码这样不安全,不管他直接选“No”即可,使用一个项目测试可以看到weblogic可正常服务。直接点“Finish”即可。...原创 2022-08-10 12:41:28 · 1402 阅读 · 0 评论 -
Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.原创 2022-08-01 12:30:25 · 1937 阅读 · 1 评论