# yu-favorite **Repository Path**: luanhaoyu/yu-favorite ## Basic Information - **Project Name**: yu-favorite - **Description**: 鱼收藏 基于springboot的云收藏 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 1 - **Created**: 2018-03-26 - **Last Updated**: 2022-01-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # yu-favorite ## 鱼收藏 ### 基于springboot的云收藏 使用技术 jdk 1.8 maven 3.25 mysql 5.6 ide: intelij IDEA spring-boot 1.5.10 ## 安装: ### 1.ide导入项目 ### 2. 命令行执行 install.bat安装依赖 ### 3.连接mysql数据库 执行db.sql初始化数据库 ### 4.启动应用 使用ide运行 com.yu.boot.Application ### 5.访问页面 http://127.0.0.1:8080/cloud-favorite/ 即可 ### 附 打包: mvn clean package 运行jar: java -jar target/cloud-favorite.jar