91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

這個酒店管理系統(tǒng)主要使用springboot和springmvc作為基本的框架使用,里面包括客戶添加,商家注冊,商家添加房屋,訂單處理,相對來說比較簡單的使用springmvc+mybatis+easyUi+mysql的使用

資源截圖

代碼片段和文件信息

package?com.leo.hotel;

import?org.mybatis.spring.annotation.MapperScan;
import?org.springframework.boot.SpringApplication;
import?org.springframework.boot.autoconfigure.SpringBootApplication;
import?org.springframework.boot.web.servlet.ServletComponentScan;
/**
?*?
?*?@author?leoi555
?*TODO
?*2018年11月22日
?*/
@SpringBootApplication
@MapperScan(“com.leo.hotel.mapper“)
@ServletComponentScan//掃描servlet
public?class?SpringBootHotelApp?{
????public?static?void?main(String[]?args){
???? SpringApplication.run(SpringBootHotelApp.class?args);
????}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-11-21?20:01??springboot-hotel\
?????文件????????1433??2018-11-21?20:01??springboot-hotel\.classpath
?????文件?????????982??2018-11-13?19:17??springboot-hotel\.project
?????目錄???????????0??2018-11-13?19:17??springboot-hotel\.settings\
?????文件?????????621??2018-12-04?15:01??springboot-hotel\.settings\org.eclipse.core.resources.prefs
?????文件?????????243??2018-11-13?19:12??springboot-hotel\.settings\org.eclipse.jdt.core.prefs
?????文件??????????90??2018-11-13?19:12??springboot-hotel\.settings\org.eclipse.m2e.core.prefs
?????文件?????????145??2018-11-13?19:17??springboot-hotel\.settings\org.eclipse.wst.common.project.facet.core.xml
?????文件?????????475??2018-11-21?12:21??springboot-hotel\.springBeans
?????文件????????2594??2018-12-03?21:59??springboot-hotel\pom.xml
?????目錄???????????0??2018-11-13?19:12??springboot-hotel\src\
?????目錄???????????0??2018-11-21?20:46??springboot-hotel\src\main\
?????目錄???????????0??2018-11-13?19:12??springboot-hotel\src\main\java\
?????目錄???????????0??2018-11-13?20:22??springboot-hotel\src\main\java\com\
?????目錄???????????0??2018-11-13?19:12??springboot-hotel\src\main\java\com\leo\
?????目錄???????????0??2018-11-23?12:22??springboot-hotel\src\main\java\com\leo\hotel\
?????目錄???????????0??2018-11-26?21:49??springboot-hotel\src\main\java\com\leo\hotel\config\
?????文件?????????389??2018-12-04?14:07??springboot-hotel\src\main\java\com\leo\hotel\config\UploadConfig.java
?????目錄???????????0??2018-12-02?16:49??springboot-hotel\src\main\java\com\leo\hotel\controller\
?????文件????????7288??2018-12-03?23:02??springboot-hotel\src\main\java\com\leo\hotel\controller\baseController.java
?????文件????????7480??2018-12-04?14:59??springboot-hotel\src\main\java\com\leo\hotel\controller\CommonController.java
?????文件????????3596??2018-12-04?15:18??springboot-hotel\src\main\java\com\leo\hotel\controller\MerChantContoller.java
?????文件????????1849??2018-12-03?20:58??springboot-hotel\src\main\java\com\leo\hotel\controller\OrderController.java
?????文件????????5418??2018-12-04?14:29??springboot-hotel\src\main\java\com\leo\hotel\controller\RoomController.java
?????文件????????8549??2018-12-04?11:45??springboot-hotel\src\main\java\com\leo\hotel\controller\UserController.java
?????目錄???????????0??2018-11-21?11:57??springboot-hotel\src\main\java\com\leo\hotel\domain\
?????文件????????8746??2018-12-01?14:06??springboot-hotel\src\main\java\com\leo\hotel\domain\Merchant.java
?????文件????????2034??2018-11-21?18:39??springboot-hotel\src\main\java\com\leo\hotel\domain\Oders.java
?????文件????????6473??2018-12-03?21:48??springboot-hotel\src\main\java\com\leo\hotel\domain\Order.java
?????文件????????3132??2018-11-21?18:40??springboot-hotel\src\main\java\com\leo\hotel\domain\Region.java
?????文件????????4213??2018-12-01?20:21??springboot-hotel\src\main\java\com\leo\hotel\domain\Room.java
............此處省略1512個文件信息

評論

共有 條評論