摘要:
最近在联系搭建springMVC+spring+hiberbate框架,在搭建的过程中遇到了上面的错误 看到最后一行抛出了这样的错误,于是上网上搜了关于:Connection cannot be null when 'hibernate.dialect' not set的一系列解决方案,但是都和我的 阅读全文
摘要:
only_full_group_by 模式的,但开启这个模式后,原先的 group by 语句就报错,然后又把它移除了。 only_full_group_by ,感觉,group by 将变成和 distinct 一样,只能获取受到其影响的字段信息,无法和其他未受其影响的字段共存,这样,group 阅读全文
摘要:
Spring jar包官网下载地址:http://repo.spring.io/release/org/springframework/spring/ Spring jar包的描述:针对3.2.2以上版本 org.springframework spring-aop ——Spring的面向切面编程, 阅读全文