随笔分类 -  框架

hibernate自动创建表报表不存在
摘要:在hibernate.cfg.xml配置了<property name="hibernate.hbm2ddl.auto">update</property>自动创建表,但是项目启动会报 table doesn't exists 可能原因是主键策略设置的是native 而类里的id类型是String 阅读全文

posted @ 2018-04-03 11:38 此地 阅读(531) 评论(0) 推荐(0)

struts2运行流程
摘要:1.首先客户端发送请求 2.请求经过 一系列过滤器最后到达web.xml中配置的StrutsPrepareAndExecuteFilter核心过滤器 3.StrutsPrepareAndExecuteFilter询问ActionMapper是否需要请求action。 4.如果需要调用action,过 阅读全文

posted @ 2018-03-26 11:42 此地 阅读(141) 评论(0) 推荐(0)