资源简介

酒店宾馆管理系统 配置直接使用intellij idea的springboot打开 等待把dependence下载完毕(配置maven 修改下载源) 配置的properties中数据库需要改变不然会报错,填成自己的 然后运行项目 本地的话就127.0.0.1:8080/login 数据库中的employ中有密码,密码是加密过的,三种权限,管理者/工作人员/前台人员 管理账号:admin 密码:admin 工作人员账号:worker1 密码:worker1 前台人员:sever1 密码:server1

资源截图

代码片段和文件信息

package com.hotel;

import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;

@SpringBootApplication
public class HotelApplication {

public static void main(String[] args) {

SpringApplication.run(HotelApplication.class args);
System.out.println(“hello“);
}
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件         13  2018-12-15 22:20  hotel\.git\COMMIT_EDITMSG

     文件        290  2018-11-19 19:17  hotel\.git\config

     文件         73  2018-11-19 19:02  hotel\.git\description

     文件        184  2018-12-24 12:45  hotel\.git\FETCH_HEAD

     文件         20  2018-12-13 00:42  hotel\.git\HEAD

     文件        478  2018-11-19 19:02  hotel\.git\hooks\applypatch-msg.sample

     文件        896  2018-11-19 19:02  hotel\.git\hooks\commit-msg.sample

     文件       3327  2018-11-19 19:02  hotel\.git\hooks\fsmonitor-watchman.sample

     文件        189  2018-11-19 19:02  hotel\.git\hooks\post-update.sample

     文件        424  2018-11-19 19:02  hotel\.git\hooks\pre-applypatch.sample

     文件       1638  2018-11-19 19:02  hotel\.git\hooks\pre-commit.sample

     文件       1348  2018-11-19 19:02  hotel\.git\hooks\pre-push.sample

     文件       4898  2018-11-19 19:02  hotel\.git\hooks\pre-rebase.sample

     文件        544  2018-11-19 19:02  hotel\.git\hooks\pre-receive.sample

     文件       1492  2018-11-19 19:02  hotel\.git\hooks\prepare-commit-msg.sample

     文件       3610  2018-11-19 19:02  hotel\.git\hooks\update.sample

     文件      34760  2018-12-16 08:52  hotel\.git\index

     文件        240  2018-11-19 19:02  hotel\.git\info\exclude

     文件      15105  2018-12-16 08:52  hotel\.git\logs\HEAD

     文件      13002  2018-12-16 08:52  hotel\.git\logs\refs\heads\dev

     文件        150  2018-11-26 15:24  hotel\.git\logs\refs\heads\dev2_changestatic

     文件        183  2018-11-19 19:07  hotel\.git\logs\refs\heads\master

     文件      11073  2018-12-16 08:52  hotel\.git\logs\refs\remotes\origin\dev

     文件        641  2018-12-24 12:45  hotel\.git\logs\refs\remotes\origin\master

     文件         74  2018-12-08 10:58  hotel\.git\objects\00\0d209b3f47a96feee5e9e71df49d8313105eb8

     文件     152432  2018-12-14 08:15  hotel\.git\objects\00\74738533caf69783228bf7c78f03f40a2df874

     文件        110  2018-12-13 00:41  hotel\.git\objects\00\b51fdd09dce30204c4220d722bc0db230192b1

     文件        201  2018-11-29 21:42  hotel\.git\objects\01\041fd420749f00856ea96140e2a3e52506e31d

     文件        140  2018-12-13 09:14  hotel\.git\objects\01\28260cb2b04fa88ba714481d641bf3a8fc65c3

     文件       1342  2018-12-12 20:13  hotel\.git\objects\01\5bb332e6f60e2e638ef7a6d24490853fa178b7

............此处省略2411个文件信息

评论

共有 条评论