What Ali executives want: springboot+Redis+Shiro+MyBatis Explosion version CMS open source system (code+video)

Recently, a netizen asked me if I have a good java cms system for website use. Today, he came. A blasted version of CMS open source system- Dreamer CMS content management system  is quite awesome.

gitee open source address:

Since the previous prompt is a trading link, friends who need it can get it for free: https://docs.qq.com/doc/DTlpqcU53c0JtdkZx

springboot+Redis+Shiro+MyBatis fried version CMS open source system (code + video)

 

DreamerCMS (the dreamer CMS content management system) publicly solves the rapid construction of the framework system of the display website (such as: corporate official website, technical blog, information portal, etc.). It is an e-government, telecommunications integrated portal, corporate information portal, knowledge management platform, The basic software system of e-commerce platform. It can help governments, enterprises or organizations manage information content flexibly, accurately, efficiently, and intelligently, and realize the management of the entire information life cycle of information collection, processing, review, release, storage, retrieval, statistics, analysis, and feedback. It is built using the most popular Springboot+thymeleaf framework, which is flexible and compact, simple to configure, labelled templates, and rapid development. It mainly solves the problems of high cost, large investment and long cycle of building a website, and it can also be used as a good basic technical framework for startups. No professional back-end technology development skills are required during use. As long as you use the template tags provided by the system, you can easily build a website.

DreamerCMS has adopted the coexistence mode of analytic engine and compiled engine since version 2.0.0. The analytic engine has huge advantages when parsing templates, but the compiled engine is more practical and efficient for dynamically browsed interactive pages. , DreamerCMS adopts the dual-engine coexistence mode, while maintaining the consistency of label style, it also guarantees better performance and better expansion when more interactive modules are developed in the future.

Features

  • Free, complete and open source: Based on the APACHE 2.0 open source agreement, the source code is completely open source;
  • Labeled website construction: No professional background development skills are required, as long as you use the labels provided by the system, you can easily build a website;
  • Convenient template development: support online upload template package development is convenient and quick;
  • Monthly update: monthly system upgrades, sharing more useful templates and plug-ins;

Object-oriented

  • Government: You can use Dreamer CMS to quickly build a government portal;
  • Telecom: Dreamer CMS can be used to quickly build a comprehensive telecom portal;
  • Enterprise: Dreamer CMS can be used to build an information portal, knowledge management platform, or as a basic technology framework, which is a good technology selection for enterprises in the early stage of establishment;
  • Individual developers: can use Dreamer CMS to undertake outsourcing projects;

Technical framework

  • Core framework: Spring Boot 2
  • Security Framework: Apache Shiro 1.5
  • View framework: Spring MVC 4
  • Persistent layer framework: MyBatis 3
  • Log management: Log4j2
  • Template framework: Thymeleaf
  • JS framework: jQuery, Bootstrap
  • CSS framework: Bootstrap
  • Rich text: Ueditor, editor.md

system structure

springboot+Redis+Shiro+MyBatis fried version CMS open source system (code + video)

 

Development environment

It is recommended that developers use the following environment to avoid problems caused by the version

  • IDE:Spring Tool Suite 4(STS)
  • DB:Mysql 5.7
  • JDK:jdk8
  • Redis : 3.2+

Quick start

CMS includes two parts (code part, resource part) code not much to say. Resources are pictures, templates, etc. The directory is configured in the web.resource-path configuration project in application.yml. The video tutorial can be obtained by following @Java清风 private message [CMS]!

  1. Clone project to local workspace
  2. Import development tools such as Eclipse or Sts (Spring Tools Suite 4 is recommended) (Google/kaptcha.jar missing from the project is in the attachment, you can download it yourself)
  3. The project requires Redis, please modify the Redis configuration in application.yml by yourself
  4. Modify the project resource directory, application.yml file web.resource-path configuration item (such as D:/dreamer-cms/)
  5. Decompress the project src/main/resources/db/dreamer-cms.zip file to ensure that the name of the decompressed directory path is consistent with the resource directory
  6. Run the project DreamerCMSApplication.java
  7. Home page: http://localhost:8888 Project management background: http://localhost:8888/admin
  8. Management back-end user name: wangjn; password: 123456
  9. Please refer to the template label development tutorial: http://doc.itechyou.cn

System Mito

springboot+Redis+Shiro+MyBatis fried version CMS open source system (code + video)

 

springboot+Redis+Shiro+MyBatis fried version CMS open source system (code + video)

 

springboot+Redis+Shiro+MyBatis fried version CMS open source system (code + video)

 

springboot+Redis+Shiro+MyBatis fried version CMS open source system (code + video)

 

springboot+Redis+Shiro+MyBatis fried version CMS open source system (code + video)

 

springboot+Redis+Shiro+MyBatis fried version CMS open source system (code + video)

 

springboot+Redis+Shiro+MyBatis fried version CMS open source system (code + video)

 

springboot+Redis+Shiro+MyBatis fried version CMS open source system (code + video)

 

With the support of forwarding by friends who feel good, click here to get it for free: https://docs.qq.com/doc/DTlpqcU53c0JtdkZx , thanks! ! !

Guess you like

Origin blog.csdn.net/python8989/article/details/108718287