首页 星云 工具 资源 星选 资讯 热门工具
:

PDF转图片 完全免费 小红书视频下载 无水印 抖音视频下载 无水印 数字星空

javaweb项目酒店管理系统struts+spring+hibernate-java课程设计毕业设计JSP酒店预订系统

后端 14.49MB 1 需要积分: 1
立即下载

资源介绍:

本资源为“JavaWeb酒店管理系统”项目源码,采用了Struts+Spring+Hibernate(SSH)框架,适用于Java课程设计和毕业设计项目的学习参考。系统包含酒店预订、客户管理、房间管理、订单管理、用户登录注册等功能模块,代码结构清晰,帮助大学生深入学习JavaEE开发技术,掌握企业级应用的开发流程。项目使用JSP作为前端页面技术,配合MySQL数据库进行数据存储,后台通过Spring管理依赖,Hibernate实现数据持久化,Struts提供MVC控制层,适合对SSH框架感兴趣的Java学习者。无论是Java新手还是进阶者,都可以通过本项目源码提升技能,并为实际项目开发打下基础。
数据库+源码+运行教程+演示视频 获取地址:https://www.javaplayer.com/forum.php?mod=viewthread&tid=65 *********************************************************** 远程调试,修改源码,疑难解答 * 联系方式: * * 联系微信:yishui7599 联系邮箱: wdltushuguan@163.com * * * * ***********************************************************

资源文件列表:

酒店管理系统.zip 大约有203个文件
  1. 视频演示/
  2. 视频演示/2月29日.mp4 2.43MB
  3. 源代码/
  4. 源代码/hotel2/
  5. 源代码/hotel2/.classpath 3.46KB
  6. 源代码/hotel2/.project 1.23KB
  7. 源代码/hotel2/.settings/
  8. 源代码/hotel2/.settings/.jsdtscope 503B
  9. 源代码/hotel2/.settings/org.eclipse.core.resources.prefs 512B
  10. 源代码/hotel2/.settings/org.eclipse.jdt.core.prefs 670B
  11. 源代码/hotel2/.settings/org.eclipse.wst.common.component 469B
  12. 源代码/hotel2/.settings/org.eclipse.wst.common.project.facet.core.xml 345B
  13. 源代码/hotel2/.settings/org.eclipse.wst.jsdt.ui.superType.container 49B
  14. 源代码/hotel2/.settings/org.eclipse.wst.jsdt.ui.superType.name 6B
  15. 源代码/hotel2/build/
  16. 源代码/hotel2/build/classes/
  17. 源代码/hotel2/build/classes/com/
  18. 源代码/hotel2/build/classes/com/integration/
  19. 源代码/hotel2/build/classes/com/integration/action/
  20. 源代码/hotel2/build/classes/com/integration/action/admin/
  21. 源代码/hotel2/build/classes/com/integration/action/admin/AdminServiceAction.class 2.08KB
  22. 源代码/hotel2/build/classes/com/integration/action/admin/SaveAdminAction.class 1.18KB
  23. 源代码/hotel2/build/classes/com/integration/action/order/
  24. 源代码/hotel2/build/classes/com/integration/action/order/ListOrderAction.class 3.23KB
  25. 源代码/hotel2/build/classes/com/integration/action/order/OrderServiceAction.class 4.09KB
  26. 源代码/hotel2/build/classes/com/integration/action/order/SaveOrderAction.class 3.78KB
  27. 源代码/hotel2/build/classes/com/integration/action/room/
  28. 源代码/hotel2/build/classes/com/integration/action/room/ListRoomAction.class 1.23KB
  29. 源代码/hotel2/build/classes/com/integration/action/room/RemoveRoomAction.class 1.17KB
  30. 源代码/hotel2/build/classes/com/integration/action/room/SaveRoomAction.class 1.16KB
  31. 源代码/hotel2/build/classes/com/integration/action/room/UpdatePRoom.class 1.34KB
  32. 源代码/hotel2/build/classes/com/integration/action/room/UpdateRoomAction.class 1.17KB
  33. 源代码/hotel2/build/classes/com/integration/action/user/
  34. 源代码/hotel2/build/classes/com/integration/action/user/ListUserAction.class 1.22KB
  35. 源代码/hotel2/build/classes/com/integration/action/user/RemoveUserAction.class 1.15KB
  36. 源代码/hotel2/build/classes/com/integration/action/user/SaveUserAction.class 1.71KB
  37. 源代码/hotel2/build/classes/com/integration/action/user/UpdatePUser.class 1.33KB
  38. 源代码/hotel2/build/classes/com/integration/action/user/UpdateUserAction.class 1.15KB
  39. 源代码/hotel2/build/classes/com/integration/action/user/UserAction.class 2.8KB
  40. 源代码/hotel2/build/classes/com/integration/dao/
  41. 源代码/hotel2/build/classes/com/integration/dao/AdminDAO.class 498B
  42. 源代码/hotel2/build/classes/com/integration/dao/impl/
  43. 源代码/hotel2/build/classes/com/integration/dao/impl/AdminDAOImpl.class 2.4KB
  44. 源代码/hotel2/build/classes/com/integration/dao/impl/OrderDAOImpl.class 2.76KB
  45. 源代码/hotel2/build/classes/com/integration/dao/impl/RoomDAOImpl.class 1.58KB
  46. 源代码/hotel2/build/classes/com/integration/dao/impl/UserDAOImpl.class 2.38KB
  47. 源代码/hotel2/build/classes/com/integration/dao/OrderDAO.class 649B
  48. 源代码/hotel2/build/classes/com/integration/dao/RoomDAO.class 402B
  49. 源代码/hotel2/build/classes/com/integration/dao/UserDAO.class 486B
  50. 源代码/hotel2/build/classes/com/integration/entity/
  51. 源代码/hotel2/build/classes/com/integration/entity/Admin.class 950B
  52. 源代码/hotel2/build/classes/com/integration/entity/Admin.hbm.xml 582B
  53. 源代码/hotel2/build/classes/com/integration/entity/Order.class 870B
  54. 源代码/hotel2/build/classes/com/integration/entity/Order.hbm.xml 566B
  55. 源代码/hotel2/build/classes/com/integration/entity/Room.class 1.29KB
  56. 源代码/hotel2/build/classes/com/integration/entity/Room.hbm.xml 699B
  57. 源代码/hotel2/build/classes/com/integration/entity/User.class 1.29KB
  58. 源代码/hotel2/build/classes/com/integration/entity/User.hbm.xml 710B
  59. 源代码/hotel2/build/classes/com/integration/interceptor/
  60. 源代码/hotel2/build/classes/com/integration/interceptor/AdminInterceptor.class 1.33KB
  61. 源代码/hotel2/build/classes/com/integration/interceptor/AuthorityInterceptor.class 1.34KB
  62. 源代码/hotel2/build/classes/com/integration/service/
  63. 源代码/hotel2/build/classes/com/integration/service/AdminService.class 509B
  64. 源代码/hotel2/build/classes/com/integration/service/impl/
  65. 源代码/hotel2/build/classes/com/integration/service/impl/AdminServiceImpl.class 1.68KB
  66. 源代码/hotel2/build/classes/com/integration/service/impl/OrderServiceImpl.class 1.89KB
  67. 源代码/hotel2/build/classes/com/integration/service/impl/RoomServiceImpl.class 1.41KB
  68. 源代码/hotel2/build/classes/com/integration/service/impl/UserServiceImpl.class 1.62KB
  69. 源代码/hotel2/build/classes/com/integration/service/OrderService.class 661B
  70. 源代码/hotel2/build/classes/com/integration/service/RoomService.class 414B
  71. 源代码/hotel2/build/classes/com/integration/service/UserService.class 477B
  72. 源代码/hotel2/build/classes/com/integration/util/
  73. 源代码/hotel2/build/classes/com/integration/util/AuthorityInterceptor.class 1.33KB
  74. 源代码/hotel2/build/classes/struts.xml 4.16KB
  75. 源代码/hotel2/src/
  76. 源代码/hotel2/src/com/
  77. 源代码/hotel2/src/com/integration/
  78. 源代码/hotel2/src/com/integration/action/
  79. 源代码/hotel2/src/com/integration/action/admin/
  80. 源代码/hotel2/src/com/integration/action/admin/AdminServiceAction.java 1.34KB
  81. 源代码/hotel2/src/com/integration/action/admin/SaveAdminAction.java 705B
  82. 源代码/hotel2/src/com/integration/action/order/
  83. 源代码/hotel2/src/com/integration/action/order/ListOrderAction.java 1.88KB
  84. 源代码/hotel2/src/com/integration/action/order/OrderServiceAction.java 2.67KB
  85. 源代码/hotel2/src/com/integration/action/order/SaveOrderAction.java 2.33KB
  86. 源代码/hotel2/src/com/integration/action/room/
  87. 源代码/hotel2/src/com/integration/action/room/ListRoomAction.java 718B
  88. 源代码/hotel2/src/com/integration/action/room/RemoveRoomAction.java 696B
  89. 源代码/hotel2/src/com/integration/action/room/SaveRoomAction.java 691B
  90. 源代码/hotel2/src/com/integration/action/room/UpdatePRoom.java 710B
  91. 源代码/hotel2/src/com/integration/action/room/UpdateRoomAction.java 694B
  92. 源代码/hotel2/src/com/integration/action/user/
  93. 源代码/hotel2/src/com/integration/action/user/ListUserAction.java 681B
  94. 源代码/hotel2/src/com/integration/action/user/RemoveUserAction.java 658B
  95. 源代码/hotel2/src/com/integration/action/user/SaveUserAction.java 1.13KB
  96. 源代码/hotel2/src/com/integration/action/user/UpdatePUser.java 679B
  97. 源代码/hotel2/src/com/integration/action/user/UpdateUserAction.java 658B
  98. 源代码/hotel2/src/com/integration/action/user/UserAction.java 1.86KB
  99. 源代码/hotel2/src/com/integration/dao/
  100. 源代码/hotel2/src/com/integration/dao/AdminDAO.java 361B
  101. 源代码/hotel2/src/com/integration/dao/impl/
  102. 源代码/hotel2/src/com/integration/dao/impl/AdminDAOImpl.java 1.23KB
  103. 源代码/hotel2/src/com/integration/dao/impl/OrderDAOImpl.java 1.44KB
  104. 源代码/hotel2/src/com/integration/dao/impl/RoomDAOImpl.java 846B
  105. 源代码/hotel2/src/com/integration/dao/impl/UserDAOImpl.java 1.2KB
  106. 源代码/hotel2/src/com/integration/dao/OrderDAO.java 471B
  107. 源代码/hotel2/src/com/integration/dao/RoomDAO.java 313B
  108. 源代码/hotel2/src/com/integration/dao/UserDAO.java 343B
  109. 源代码/hotel2/src/com/integration/entity/
  110. 源代码/hotel2/src/com/integration/entity/Admin.hbm.xml 582B
  111. 源代码/hotel2/src/com/integration/entity/Admin.java 539B
  112. 源代码/hotel2/src/com/integration/entity/Order.hbm.xml 566B
  113. 源代码/hotel2/src/com/integration/entity/Order.java 493B
  114. 源代码/hotel2/src/com/integration/entity/Room.hbm.xml 699B
  115. 源代码/hotel2/src/com/integration/entity/Room.java 791B
  116. 源代码/hotel2/src/com/integration/entity/User.hbm.xml 710B
  117. 源代码/hotel2/src/com/integration/entity/User.java 836B
  118. 源代码/hotel2/src/com/integration/interceptor/
  119. 源代码/hotel2/src/com/integration/interceptor/AdminInterceptor.java 827B
  120. 源代码/hotel2/src/com/integration/interceptor/AuthorityInterceptor.java 819B
  121. 源代码/hotel2/src/com/integration/service/
  122. 源代码/hotel2/src/com/integration/service/AdminService.java 368B
  123. 源代码/hotel2/src/com/integration/service/impl/
  124. 源代码/hotel2/src/com/integration/service/impl/AdminServiceImpl.java 969B
  125. 源代码/hotel2/src/com/integration/service/impl/OrderServiceImpl.java 1.07KB
  126. 源代码/hotel2/src/com/integration/service/impl/RoomServiceImpl.java 785B
  127. 源代码/hotel2/src/com/integration/service/impl/UserServiceImpl.java 867B
  128. 源代码/hotel2/src/com/integration/service/OrderService.java 479B
  129. 源代码/hotel2/src/com/integration/service/RoomService.java 319B
  130. 源代码/hotel2/src/com/integration/service/UserService.java 330B
  131. 源代码/hotel2/src/com/integration/util/
  132. 源代码/hotel2/src/com/integration/util/AuthorityInterceptor.java 818B
  133. 源代码/hotel2/src/struts.xml 4.16KB
  134. 源代码/hotel2/WebContent/
  135. 源代码/hotel2/WebContent/admin/
  136. 源代码/hotel2/WebContent/admin/add.jsp 633B
  137. 源代码/hotel2/WebContent/admin/list.jsp 1.4KB
  138. 源代码/hotel2/WebContent/admin/update.jsp 1.36KB
  139. 源代码/hotel2/WebContent/adminLogin.jsp 678B
  140. 源代码/hotel2/WebContent/index.jsp 159B
  141. 源代码/hotel2/WebContent/info/
  142. 源代码/hotel2/WebContent/info/adminInfo.jsp 631B
  143. 源代码/hotel2/WebContent/info/changePwd.jsp 1.3KB
  144. 源代码/hotel2/WebContent/info/orderInfo.jsp 1.33KB
  145. 源代码/hotel2/WebContent/info/result.jsp 452B
  146. 源代码/hotel2/WebContent/info/userInfo.jsp 550B
  147. 源代码/hotel2/WebContent/js.jsp 1.99KB
  148. 源代码/hotel2/WebContent/login.jsp 757B
  149. 源代码/hotel2/WebContent/META-INF/
  150. 源代码/hotel2/WebContent/META-INF/MANIFEST.MF 39B
  151. 源代码/hotel2/WebContent/order/
  152. 源代码/hotel2/WebContent/order/add.jsp 1.61KB
  153. 源代码/hotel2/WebContent/order/list.jsp 1.32KB
  154. 源代码/hotel2/WebContent/order/result.jsp 359B
  155. 源代码/hotel2/WebContent/order/update.jsp 1.63KB
  156. 源代码/hotel2/WebContent/register.jsp 738B
  157. 源代码/hotel2/WebContent/room/
  158. 源代码/hotel2/WebContent/room/add.jsp 972B
  159. 源代码/hotel2/WebContent/room/list.jsp 1.61KB
  160. 源代码/hotel2/WebContent/room/update.jsp 1.83KB
  161. 源代码/hotel2/WebContent/user/
  162. 源代码/hotel2/WebContent/user/add.jsp 757B
  163. 源代码/hotel2/WebContent/user/list.jsp 1.48KB
  164. 源代码/hotel2/WebContent/user/register.jsp 750B
  165. 源代码/hotel2/WebContent/user/update.jsp 1.38KB
  166. 源代码/hotel2/WebContent/WEB-INF/
  167. 源代码/hotel2/WebContent/WEB-INF/applicationContext.xml 7.78KB
  168. 源代码/hotel2/WebContent/WEB-INF/lib/
  169. 源代码/hotel2/WebContent/WEB-INF/lib/antlr-2.7.2.jar 349.88KB
  170. 源代码/hotel2/WebContent/WEB-INF/lib/aopalliance-1.0.jar 4.36KB
  171. 源代码/hotel2/WebContent/WEB-INF/lib/commons-collections-3.1.jar 546.26KB
  172. 源代码/hotel2/WebContent/WEB-INF/lib/commons-dbcp.jar 118.9KB
  173. 源代码/hotel2/WebContent/WEB-INF/lib/commons-fileupload-1.2.2.jar 58.19KB
  174. 源代码/hotel2/WebContent/WEB-INF/lib/commons-io-2.0.1.jar 155.77KB
  175. 源代码/hotel2/WebContent/WEB-INF/lib/commons-lang-2.5.jar 272.65KB
  176. 源代码/hotel2/WebContent/WEB-INF/lib/commons-logging-1.1.1.jar 59.26KB
  177. 源代码/hotel2/WebContent/WEB-INF/lib/commons-pool.jar 60.65KB
  178. 源代码/hotel2/WebContent/WEB-INF/lib/dom4j-1.6.1.jar 306.54KB
  179. 源代码/hotel2/WebContent/WEB-INF/lib/freemarker-2.3.16.jar 860.34KB
  180. 源代码/hotel2/WebContent/WEB-INF/lib/hibernate-jpa-2.0-api-1.0.1.Final.jar 100.25KB
  181. 源代码/hotel2/WebContent/WEB-INF/lib/hibernate3.jar 3.95MB
  182. 源代码/hotel2/WebContent/WEB-INF/lib/javassist-3.12.0.GA.jar 618.47KB
  183. 源代码/hotel2/WebContent/WEB-INF/lib/jta-1.1.jar 10.64KB
  184. 源代码/hotel2/WebContent/WEB-INF/lib/mysql-connector-java-5.1.18-bin.jar 771.37KB
  185. 源代码/hotel2/WebContent/WEB-INF/lib/ognl-3.0.1.jar 224.01KB
  186. 源代码/hotel2/WebContent/WEB-INF/lib/org.springframework.aop-3.1.1.RELEASE.jar 323.7KB
  187. 源代码/hotel2/WebContent/WEB-INF/lib/org.springframework.asm-3.1.1.RELEASE.jar 51.84KB
  188. 源代码/hotel2/WebContent/WEB-INF/lib/org.springframework.beans-3.1.1.RELEASE.jar 576KB
  189. 源代码/hotel2/WebContent/WEB-INF/lib/org.springframework.context-3.1.1.RELEASE.jar 811.59KB
  190. 源代码/hotel2/WebContent/WEB-INF/lib/org.springframework.core-3.1.1.RELEASE.jar 438.79KB
  191. 源代码/hotel2/WebContent/WEB-INF/lib/org.springframework.expression-3.1.1.RELEASE.jar 172.18KB
  192. 源代码/hotel2/WebContent/WEB-INF/lib/org.springframework.jdbc-3.1.1.RELEASE.jar 395.25KB
  193. 源代码/hotel2/WebContent/WEB-INF/lib/org.springframework.orm-3.1.1.RELEASE.jar 369.61KB
  194. 源代码/hotel2/WebContent/WEB-INF/lib/org.springframework.transaction-3.1.1.RELEASE.jar 240.94KB
  195. 源代码/hotel2/WebContent/WEB-INF/lib/org.springframework.web-3.1.1.RELEASE.jar 531.53KB
  196. 源代码/hotel2/WebContent/WEB-INF/lib/slf4j-api-1.6.1.jar 24.9KB
  197. 源代码/hotel2/WebContent/WEB-INF/lib/struts2-core-2.2.3.1.jar 756.19KB
  198. 源代码/hotel2/WebContent/WEB-INF/lib/struts2-spring-plugin-2.2.3.1.jar 21.23KB
  199. 源代码/hotel2/WebContent/WEB-INF/lib/xwork-core-2.2.3.1.jar 601.97KB
  200. 源代码/hotel2/WebContent/WEB-INF/spring-form.tld 71.1KB
  201. 源代码/hotel2/WebContent/WEB-INF/spring.tld 13.19KB
  202. 源代码/hotel2/WebContent/WEB-INF/web.xml 777B
  203. 必读.txt 894B
0评论
提交 加载更多评论
其他资源 Esp32 使用Micropython 实现远程 OTA(简单固件升级版)源码
此资源是在《Esp32 使用Micropython 实现远程 OTA(简单固件升级版)》中使用到的源码,包含项目中用到的boot.py main.py version.txt 三个文件。 博文:https://blog.csdn.net/qq_50915871/article/details/143108860?sharetype=blogdetail&sharerId=143108860&sharerefer=PC&sharesource=qq_50915871&spm=1011.2124.3001.8118
javaweb项目考勤管理系统struts+spring+hibernate+mysql-java课程设计毕业设计
本资源为“JavaWeb考勤管理系统”项目源码,基于Struts+Spring+Hibernate(SSH)框架开发,采用MySQL数据库进行数据存储。系统具备职员管理,考勤信息管理,请假信息管理等核心功能模块,代码结构简洁明了,适合Java课程设计和毕业设计学习参考。项目使用JSP技术作为前端展示,Spring框架实现依赖注入与控制反转,Hibernate处理持久层,Struts提供MVC架构,确保系统稳定与高效运行。该源码非常适合想深入学习SSH三大框架及企业级应用开发的Java学习者与技术爱好者,为提升Java开发技能提供了极佳的参考资料。
javaweb项目库存管理系统struts+spring+hibernate-java课程设计毕业设计
本资源为“JavaWeb库存管理系统”项目源码,采用Struts+Spring+Hibernate(SSH)框架进行开发,旨在为在校大学生的Java课程设计和毕业设计提供宝贵的学习参考。系统功能涵盖进货管理、销售管理、库存管理、用户登录等模块,代码结构清晰、便于学习和理解。项目使用JSP技术实现前端展示,利用Spring框架进行依赖注入,Hibernate处理数据持久化,确保系统稳定高效。该源码非常适合对SSH框架及库存管理系统感兴趣的Java学习者,为提升Java开发技能、掌握企业级应用开发提供了优质的参考资料。
javaweb项目旅游信息管理struts+spring+hibernate+mysql-java课程设计毕业设计
本资源为“JavaWeb旅游信息管理系统”项目源码,基于Struts+Spring+Hibernate(SSH)框架开发,使用MySQL数据库进行数据存储,旨在为在校大学生的Java课程设计和毕业设计提供重要的学习参考。系统代码结构清晰,便于学习和理解。该项目利用JSP技术进行前端展示,Spring框架实现业务逻辑层的管理,Hibernate处理数据持久化,确保系统高效稳定。无论是Java初学者还是技术爱好者,均可通过本项目源码掌握JavaEE开发技能,为实际项目开发打下坚实的基础。
javaweb项目景点预约及门票管理系统struts+spring+hibernate+mysql-java课程设计毕业设计
本资源为一个完整的JavaWeb项目源码——景点预约及门票管理系统,采用了成熟的Java企业级开发架构 Struts + Spring + Hibernate (SSH),并结合 MySQL 数据库进行开发,功能完备,代码结构清晰,适合用于 Java课程设计 和 Java毕业设计 的学习参考。本系统实现了景点信息展示、门票在线预约、售票信息管理等功能模块,能够有效帮助用户实现在线预订与管理景区门票,是一个典型的旅游行业信息化系统示例。通过本项目的学习,您将掌握 SSH框架 在旅游预订系统中的应用,了解景点预约及门票管理系统的开发流程,深入学习 JavaWeb项目开发 的实际应用,适合有志于提升 Java实战技能 的学生与开发者学习。
javaweb项目健康档案管理系统struts+spring+hibernate-java课程设计毕业设计健康信息系统
本资源为一个完整的JavaWeb项目源码——健康档案管理系统,采用了经典的Java企业级开发框架 Struts + Spring + Hibernate (SSH),系统功能完善,代码结构规范,适合用于 Java课程设计 和 Java毕业设计 的学习参考。本系统主要实现了用户健康信息的录入与管理、健康档案的查询与维护等功能模块,帮助用户系统化地管理个人健康数据,是健康档案管理的优质示例。通过学习该项目,您将掌握 SSH框架 在健康档案管理领域的实际应用,深入了解 JavaWeb项目开发 的流程和技术细节,帮助提升 Java项目实战 的技能水平,非常适合有志于深耕JavaWeb开发的学生和开发者学习研究。
javaweb项目健康档案管理系统struts+spring+hibernate-java课程设计毕业设计健康信息系统
javaweb项目家政服务管理系统struts+spring+hibernate+mysql-java课程设计毕业设计家政预订系
本资源为一个完整的JavaWeb项目源码——家政服务管理系统,采用了经典的Java企业级开发框架 Struts + Spring + Hibernate (SSH),结合 MySQL 数据库,功能齐全,代码结构清晰,非常适合 Java课程设计 和 Java毕业设计 的参考学习。本系统主要实现了用户注册、会员档案管理、管理员管理等功能模块,是学习和开发家政服务类系统的优秀示例。通过本项目,您将深入学习 SSH框架 在企业级项目中的应用,掌握家政服务管理系统的开发流程,理解 JavaWeb项目开发 的核心要点,适合希望提升实践技能的学生使用。
22 高层办公楼公区商业施工图CAD图纸ID-1116970474.zip
22 高层办公楼公区商业施工图CAD图纸ID-1116970474.zip