开发中bug记录
拉风的蜗牛
这个作者很懒,什么都没留下…
展开
-
Consider the following: If you want an embedded database (H2, HSQL or Derby), please put it on the
查看application文件在application运行文件上加入代码,即可执行成功@EnableAutoConfiguration(exclude={DataSourceAutoConfiguration.class})原创 2021-05-17 16:51:33 · 898 阅读 · 0 评论 -
Unknown column 'xx' in 'on clause'
今天在调试代码时发现一个项目历史遗留问题, 老是报Unknown column ‘sign.userid’ in ‘on clause’错误 然后我就将sql语句放入数据库可视化工具中, 发现还是这个错误。 然后就是一顿百度 百度搜索到的问题原因都是: MySQL5.0 Bug, 要把联合的表用括号包含起来才行: Sql代码 SELECT ...原创 2018-08-03 17:06:40 · 9029 阅读 · 3 评论