Getting Started
Startup
- 数据库初始化
- 本地搭建数据库,执行
sql
目录下的 sql - 修改
application.yml
和generatorConfig.xml
目录下的数据库连接地址
、用户名
和密码
- 生成 mapper
mvn mybatis-generator:generate -e
- 运行项目
./mvnw spring-boot:run
- 前端测试
- 登录:http://localhost:8080/login.html
- 注册:http://localhost:8080/regist.html
Features
- mybatis-generator
- druid 连接池
- swagger2 接口文档