首先的批评自己,做了两年多的struts2自以为是,以为没有什么可以难为到我了。我再此认错!最近用Maven+stuts2+hibernate4+spring4做一个简单的项目,在搭建项目测试的时候就出问题了。实在是坑爹了。一直报:There is no Action mapped for namespace [/] and action name [] associated with con
存储过程创建 ------------------------------1 create or replace procedure wf_obj_insert_gctk(p_in_wfid in integer,p_in_projcode in varchar2,p_in_banme in varchar2) asp_ffrdid integer;---项目文件夹IDp_zfrdid int
clean compile package -P dev -DskipTests词义:compile 编译,将Java 源程序编译成 class 字节码文件。test 测试,并生成测试报告clean 将以前编译得到的旧的 class 字节码文件删除pakage 打包,动态 web工程打 war包,Java工程打 jar 包。install 将项目生成 jar 包放在仓库中,以便别的模块调
Description: A component required a bean of type ‘com.gxy.dao.UserDao’ that could not be found. Action: Consider defining a bean of type ‘com.gxy.dao.UserDao’ in your configuration. 1、Dao层中添加@map