-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
92f0b14
commit fffce21
Showing
11 changed files
with
201,678 additions
and
713 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
#基于guns开源框架的 人口管理系统 | ||
#基于guns开源框架的 人口管理系统 | ||
|
||
* 数据库课设 | ||
* 数据库课设 | ||
|
||
##运行环境 | ||
|
||
* jdk1.8 | ||
* 阿里云maven镜像 | ||
* 使用\PeopleMange\sql\sql.sql生成mysql数据库,在PeopleManage\src\main\resources\application.yml 配置数据库 | ||
* 建议使用 IntelliJ IDEA 运行此系统 | ||
* 管理员账号admin 密码111111 |
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ | |
/** | ||
* 事物管理控制器 | ||
* | ||
* @author fengshuonan | ||
* @author lichuang | ||
* @Date 2018-11-10 22:54:47 | ||
*/ | ||
@Controller | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
/** | ||
* 车位信息控制器 | ||
* | ||
* @author fengshuonan | ||
* @author lichuang | ||
* @Date 2018-11-16 21:05:06 | ||
*/ | ||
@Controller | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
|
||
/** | ||
* 数据分析管理器 | ||
* lancelee | ||
* lichuang | ||
*/ | ||
@Controller | ||
@RequestMapping("/data_statistics") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ | |
/** | ||
* 租借信息控制器 | ||
* | ||
* @author fengshuonan | ||
* @author lichuang | ||
* @Date 2018-11-16 21:06:13 | ||
*/ | ||
@Controller | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters