摘要:
1.idea创建项目:很方便,在下面添加各自的jar包,注意点:hibernate和struts2都有一个javassiste的jar包,把低级的删掉即可,因为有两个的时候,会有转换异常 idea会帮你配置好基本的信息。jar包一览: 2.首先,在大佬web.xml配置好加载各小弟的配置信息:idea帮忙生成的123456789101112131415161718192021222... 阅读全文
摘要:
当处理如下代码:12Javassist Enhancement failed: com.entities.Departmentjava.lang.ClassCastException: com.entities.Department_$$_javassist_1 cannot be cast to javassist.util.proxy.Proxy 123 当输... 阅读全文
摘要:
org.apache.struts2.dispatcher.Dispatcher.error Dispatcher initialization failed Unable to load configuration. - action - file:/F:/Documents/MyJava/SSH001/out/artifacts/SSH001_war_exploded/WEB-INF/clas... 阅读全文
摘要:
jar包:基本的文件框架:1.首先配置jdbc的连接数据,也就是db.properties此处注意在url上,这里不是xml文件,不需要加上amp。用一个问号就可以 1234user=rootpassword=driverClass=com.mysql.jdbc.Driverurl=jdbc:mysql://localhost:3306/spring001?useUnicode=true&char... 阅读全文
摘要:
jar包:基本的文件框架:1.首先配置jdbc的连接数据,也就是db.properties此处注意在url上,这里不是xml文件,不需要加上amp。用一个问号就可以 1234user=rootpassword=driverClass=com.mysql.jdbc.Driverurl=jdbc:mysql://localhost:3306/spring001?useUnicode=true&char... 阅读全文