摘要:
1、问题: 在代码中使用到了sql删除的功能,最简单的删除sql: delete from people p where p.id = 1; 但是出现了问题,提示我无法删除,报错为: You have an error in your SQL syntax; check the manual tha 阅读全文
摘要:
1、背景: 在某项目(比如:A项目)中引入自己打的jar包(比如:B项目),B项目中有使用到B配置文件中的属性,自己启动没报错,但当启动当前A项目时出现了:java.lang.IllegalArgumentException: Could not resolve placeholder 'xxx.x 阅读全文