Git Product home page Git Product logo

harry's Introduction

项目说明

具有如下特点

  • 友好的代码结构及注释,便于阅读及二次开发
  • 实现前后端分离,通过token进行数据交互,前端再也不用关注后端技术
  • 灵活的权限控制,可控制到页面或按钮,满足绝大部分的权限需求
  • 完善的代码生成机制,可在线生成entity、xml、dao、service代码,减少70%以上的开发任务
  • 引入swagger接口文档服务的工具(Knife4j),方便编写API接口文档

项目结构

Harry
|____Dockerfile
|____harry-biz
| |____pom.xml
| |____src
| | |____main
| | | |____resources
| | | | |____mapper  #SQL对应的XML文件
| | | | | |____sys #权限模块
| | | | |____logback-spring.xml
| | | | |____application-prod.yml
| | | | |____application-test.yml
| | | | |____application-dev.yml
| | | |____java
| | | | |____cn
| | | | | |____harry
| | | | | | |____config #配置信息
| | | | | | |____common #公共模块
| | | | | | | |____exption #异常处理
| | | | | | | |____enums #枚举
| | | | | | | |____annotation
| | | | | | | |____utils
| | | | | | | |____constant
| | | | | | | |____api
| | | | | | | |____exception
| | | | | | | |____interceptor
| | | | | | |____sys #权限模块
| | | | | | |____oss #文件服务模块
|____pom.xml
|____README.md
|____.gitignore
|____doc
| |____sql
| | |____harry_20200225.sql #对应SQL文本
|____harry-platform
| |____pom.xml
| |____src
| | |____main
| | | |____resources
| | | | |____banner.txt
| | | | |____application.yml
| | | |____java
| | | | |____cn
| | | | | |____harry
| | | | | | |____config
| | | | | | |____component
| | | | | | | |____aspect
| | | | | | |____controller
| | | | | | | |____sys
| | | | | | | |____oss
| | | | | | |____PlatformApplication.java #项目启动类

技术选型:

  • 核心框架:Spring Boot 2.1.7
  • 安全框架:Security 2.1.7
  • 持久层框架:Mybatis-Plus 3.0
  • 数据库连接池:Druid 1.1.13
  • 日志管理:SLF4J 1.7、Log4j

后端部署

  • 通过git下载源码
  • idea、eclipse需安装lombok插件,不然会提示找不到entity的get set方法
  • 创建数据库harry,数据库编码为UTF-8
  • 执行doc/sql/harry.sql文件,初始化数据
  • 修改application-dev.yml,更新MySQL账号和密码
  • Eclipse、IDEA运行PlatformApplication.java,则可启动项目
  • Swagger注解路径:http://localhost:9001/doc.html

前端部署

  • 本项目是前后端分离的,还需要部署前端,才能运行起来
  • 前端下载地址:
  • 前端部署文档:-
  • 前端部署完毕,就可以访问项目了,账号:admin,密码:123456

配套代码生成器


**项目演示** - 演示地址:http://www.honghh.top - 账号密码:admin/123456

联系作者

  • 微信公众号: image
  • 通过微信公众号联系我呀!!!

项目截图

在这里插入图片描述 image 在这里插入图片描述

在这里插入图片描述

在这里插入图片描述

项目接口截图 地址:http://localhost:9001/doc.html

在这里插入图片描述 在这里插入图片描述 在这里插入图片描述

harry's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.