一:准备工作:
1 安装maven,eclipse安装maven插件(该操作是在eclipse中进行)
2 执行mvn,下载依赖包
3 下载Resty压缩包(git方式导入也可以)
二:开始配置Resty
1 将Resty以maven项目导入eclipse
2 运行根目录下的pom.xml,及右键maven --> install (这一步建议使用命令行:mvn clean install -Dmaven.test.skip=true)
3 在本地mysql数据库里创建demo,example数据库,对应application.properties的数据库配置
4 运行resty-example下的pom.xml,运行参数 compile flyway:migrate(由于下载最新版本的maven,根据官网的doc),如图:
5 运行resty-example下的pom.xml->tomcat:run,启动example程序
时间: 2024-10-23 17:21:52