You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
2 years ago | |
|---|---|---|
| lib | 2 years ago | |
| .gitignore | 3 years ago | |
| README.md | 3 years ago | |
README.md
zdxtEmergencyPlat
#本项目介绍
本项目为综合应急管理平台,主要重构以前的应急项目
#技术选型 1、系统环境 Java EE 8 Servlet 3.0 Apache Maven 3
2、主框架
Spring Boot 2.0
Spring Framework 5.0
Apache Shiro 1.4
3、持久层
Apache MyBatis 3.4
Hibernate Validation 6.0
Alibaba Druid 1.1
4、视图层
Bootstrap 3.3
Thymeleaf 3.0
JDK >= 1.8 (推荐1.8版本)
Mysql >= 5.5.0 (推荐5.7版本)
Maven >= 3.0
#必要配置 修改数据库连接 编辑resources目录下的application-druid.yml url: 服务器地址 username: 账号 password: 密码
开发环境配置
编辑resources目录下的application.yml
port: 端口
context-path: 部署路径