First step setup for the pom.xml with hibernate dependency , hibernate dependency need to before the struts2,because the javassist dependency <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <…
最近使用hibernate+spring+jsp的小项目制作过程中出现一些错误,例如: java.lang.UnsupportedOperationException: Not supported by BasicDataSource 解决方法为:将对应打dataSource换成 org.apache.tomcat.jdbc.pool.DataSource即可…
找的好辛苦呀 原文地址:https://dzone.com/articles/spring-annotation-processing-how-it-works If you see an annotation, there must be some code somewhere to process it. One of the things I emphasize when I teach Java classes is the fact that annotations are inert…