# ums **Repository Path**: baofang/ums ## Basic Information - **Project Name**: ums - **Description**: 简单的一个springboot 整合其他框架的后台管理项目 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-08-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #ums 简单的一个springboot 整合其他框架的后台管理项目 # 修改项目 1:将sql文件夹中的sql在本地执行,然后更改 application.yml中的数据库配置成本地的 2:登录密码为 用户:admin 密码:111111 # 启动项目 1:直接使用 UsermanagerApplication 启动类启动 2:也可以将项目 jar 改为 war 包 然后放在 tomcat 中启动 pom 文件中的这个配置 jar 多地代码提交测试