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.
p74081953 4b21f1f440
Update readme
3 years ago
demo 后端spring boot 3 years ago
mydb.sql ADD file via upload 3 years ago
readme Update readme 3 years ago

readme

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

//需要事先安装java8、maven、mysql、redis、nodejs等基础环境

//需要安装Lombok插件和MybatisX插件建议使用IntelliJ idea安装插件

//使用IntelliJ idea导入该项目若右下角弹出提示则点击 Add as Maven Project  等待依赖jar包下载完毕

//需要事先打开mysql配置好数据库可使用mydb.sql直接导入

//找到demo\src\main\resources下的application.yml配置端口和数据库配置

//找到demo\src\main\java\com\example\demo下的DemoApplication.java,使用IntelliJ idea运行