# fly **Repository Path**: peng49/fly ## Basic Information - **Project Name**: fly - **Description**: No description available - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: https://www.fly-develop.com - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-06-20 - **Last Updated**: 2022-03-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: Java, SpringBoot ## README # FLY [![Build Status](https://travis-ci.com/peng49/fly.svg?branch=master)](https://travis-ci.com/peng49/fly) [![java](https://img.shields.io/badge/language-java-orange.svg)](https://github.com/peng49/fly) [![Code Size](https://img.shields.io/github/languages/code-size/peng49/fly.svg)](https://github.com/peng49/fly) [![MIT](https://img.shields.io/badge/license-MIT-blue.svg)]((https://github.com/peng49/fly)) # 模块说明 ``` fly ├─fly-admin 后台管理接口 ├─fly-cache 缓存管理(待开发) ├─fly-common 公共模块 (待开发) ├─fly-frontend 前端页面模块 └─fly-search 查询模块 (待开发) ``` # 部分页面示例 首页 ![首页](https://peng49.gitee.io/images/fly/index.jpg) 列表 ![列表](https://peng49.gitee.io/images/fly/list.jpg) 详情 ![详情](https://peng49.gitee.io/images/fly/detail.jpg) 个人主页 ![个人主页](https://peng49.gitee.io/images/fly/user-center.jpg) 登录 ![登录](https://peng49.gitee.io/images/fly/login.jpg) 注册 ![注册](https://peng49.gitee.io/images/fly/register.jpg) ### 参考链接 [使用idea搭建Spring boot+jsp的简单web项目](https://www.cnblogs.com/fzly-88/p/12307063.html)