Javaweb项目的包的命名
com.itheima.项目名称.模块名称.domain:JavaBean
com.itheima.项目名称.模块名称.dao:dao接口
com.itheima.项目名称.模块名称.dao.impl:dao实现
com.itheima.项目名称.模块名称.service:业务接口
com.itheima.项目名称.模块名称.service.impl:业务实现
com.itheima.项目名称.模块名称.web.controller:servlet
com.itheima.util:工具类等
WEB-INF/pages:存放JSP页面(不是必须的)