Skip to content

Latest commit

 

History

History
90 lines (73 loc) · 5.32 KB

README-EN.md

File metadata and controls

90 lines (73 loc) · 5.32 KB

log

🇨🇳简体中文 | 🇺🇸English | 更新日志

author JDK license QQ群 发行版本

brief introduction:

Hope-plus is a nice privilege management system https://github.com/java-aodeng/hope-plus

Based on Springboot2 development, integrated use of mybatis + Shiro + redis + thymeleaf + Maven and other practical technologies. Page template uses h+, which has beautiful interface, many powerful UI components that can be reconfigured, jQuery plug-ins and so on. It can be used in all Web applications, such as the background of website management system, CMS, CRM, OA and so on. Of course, you can also customize in depth to make a stronger system.

If you think it's good, give Star support! Your Star, my Open Source Power!

Module partition

Modular Interpretation
hope-admin Background management module
hope-core Core Business Class Module
hope-framework Framework module, providing data operation, tool processing, general Mapper, general service, etc.

Instructions

# 1.Use command pull substitution code:
git clone https://github.com/java-aodeng/hope-plus.git 
# 2.Import this project using IDEA
# 3.New database create database hope; Import database files docs/db/hope.sql
# 4.modify(hope-admin/resources/application.yaml)configuration file
    a.Database Configuration(Searchable data source or location toL.17)
    b.redis Configuration(Searchable redis or location to L.29, Note: The project must install redis service to start)
# 5.Running projects (in many ways, the simplest is recommended)
    a.Run the hope-admin directory directlyHopeAdminApplication.java
# 6.Browser access:
http://127.0.0.1:8886

Account number

Backstage login:Account number:admin password:123456

Resource monitoring:Account number:hope-druid password:hope-druid

API address: localhost:8886/swagger-ui.html

Thank:

Hope-plus was born out of the following projects(Open Source, Open Source for Use):

  • Spring Boot:Core framework
  • Apache Shiro:Permission framework
  • Redis:Caching framework
  • Thymeleaf:template engine
  • MyBatis:MyBatis SQL Mapper Framework for Java
  • PageHelper:jPaginate
  • tk.mybatis:General Mapper
  • alibaba/druid:Database connection pool
  • alibaba/fastjson:Fast JSON parser/generator for Java
  • shiro-redis:A redis caching tool that Shiro can use
  • Lombok:Make the code more concise
  • Hutool:A Java toolkit, also just a toolkit, helps us simplify every line of code, reduce every method, and make the Java language "sweet"
  • Bootstrap:The most widely used front-end UI framework
  • JQuery:The most widely used JavaScript framework
  • Layer:Ejection Layer Component
  • kaptcha:Google Verification Code
  • jrebel:Thermal deployment
  • swagger:Swagger is the most popular API expression tool in the world.

Donation

Ask the author to eat a meat bun :) Author blog:https://aodeng.cc(We don't change the world, we change with the world.)Wechat Public Number:低调小熊猫

Interface display