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.
 
 
陈国强 d5ffb57327 first 6 vuotta sitten
code-generator first 6 vuotta sitten
common first 6 vuotta sitten
.gitignore first 6 vuotta sitten
pom.xml first 6 vuotta sitten
readme.md first 6 vuotta sitten

readme.md

民警APP java后端


技术框架

  • 单体应用
  • SSM
  • mysql
  • token授权模式

数据字典

qmrz 数据库

表格清单

表名 排序规则 引擎 说明
housepeople utf8_general_ci InnoDB 一房多人主表
housepeoplerelation utf8_general_ci InnoDB 一房多人关系表
leaveuser utf8_general_ci InnoDB 疑似离开人员表
leaveuserrelation latin1_swedish_ci InnoDB 疑似离开人员关系表
newuser utf8_general_ci InnoDB 新用户入住表
newuseropentime utf8_general_ci InnoDB 新用户入住开门时间表
newuserrelation latin1_swedish_ci InnoDB 新用户入住关系表
people utf8_general_ci InnoDB 一房多人 人员表
police utf8_general_ci InnoDB 民警表,用于帐号登录
police_belongleader utf8mb4_0900_ai_ci InnoDB 用户归属领导关系
policearea utf8mb4_0900_ai_ci InnoDB 此表已无效
policelogin latin1_swedish_ci InnoDB 用户登录状态,用户登录信息保存到数据库,可扩展缓存中间件,如redis
policezone utf8mb4_0900_ai_ci InnoDB 警员负责区关系表(民警与警务区)
process latin1_swedish_ci InnoDB 操作日志表
zoneadmin utf8mb4_0900_ai_ci InnoDB 行政区划编码
zonepubinfo gbk_chinese_ci InnoDB 区编码表

接口


部署说明

java -jar --spring.profiles.active=prod