PublicCMS V4.0.202204 released, Java-based open source CMS system

Introduction

PublicCMS is an open source JAVACMS system developed with mainstream technologies in 2022. Developed by Tianjin Black Core Technology Co., Ltd., with scientific architecture, it can easily support tens of millions of data and tens of millions of PVs; it supports static site-wide, SSI, partial static-based dynamic pages, etc. to provide you with a powerful driving force to quickly build a site and build a large-scale site. It is also a good choice for product prototypes for enterprise-level projects.

Compile and run quickly

  • compile and run

Ensure that the operating system has jdk1.8 and above

cd publiccms-parent
mvnw clean package
cd publiccms/target
java -jar publiccms.war
 

Access the program page http://localhost:8080/  , configure and initialize the database management background according to the page prompts to access the relative path http://localhost:8080/admin/  , the data script has built-in administrator account/password: admin/admin

Public CMS Architecture Diagram

Public CMS management background - Chinese

Program function modification

  1. Add word, excel document import function
  2. Add data source management
  3. Add questionnaires and test questions
  4. Add Baidu editor one-click typesetting image size cleaning, image uniform width, line height, paragraph spacing, paragraph spacing, font, font size, clear space settings
  5. Add custom cover image size
  6. Add file preview
  7. Add image capture function
  8. Added customization of file types allowed to upload
  9. Increase team collaboration resource lock, account login times, IP login times, registration times lock function
  10. data dictionary add child
  11. Data dictionary add cascade rule to exclude other data dictionary values
  12. Added 1688 new icons and icon filtering functions
  13. Add esc to close the pop-up window, ctrl+s to save, hold ctrl to open a new window function
  14. Add user avatar and personal data modification
  15. Add the function of rebuilding the classification childIds
  16. Added the function of rebuilding the full-text index field of the content (used to fix the searchable setting of modifying the extended field)
  17. Increase content copy distribution
  18. Added Baidu editor image dump to webp to jpg (to prevent articles copied from WeChat from not being able to be browsed)
  19. Department adds code
  20. The user management page has added a department tree, the department selection page has been changed to an asynchronous tree, and the unique constraint of user nickname has been cancelled.
  21. Add department extension field type
  22. Added UI framework exception information output
  23. Added background template customization function
  24. Rating changed back to csrf validation
  25. Added comment review switch and regenerate content static page switch after comment
  26. Add accessory product search
  27. Added support for site groups with the same domain name on the interface
  28. Increase the process to stop the unfinished task plan recovery
  29. Add order export function
  30. Add custom columns for content export
  31. Add custom columns for page fragment data export
  32. Website visit statistics increase domain name settings

Bug and bug fixes

  1. Here is the batch static content of the list text Not here is the list text and then terminated due to a failure
  2. Custom thesaurus to exclude word segmentation function bug modification
  3. The search command has multiple category ids and model ids, and the category contains sub-categories, resulting in no result bug modification
  4. Recommended information deletion does not take effect
  5. redirect bug fix
  6. CK editor save button jumps out of ui frame bug fix
  7. Content preview page tag type ID comparison error correction
  8. Task schedule manually triggers marker delivery bug fix
  9. Add search term bug fix
  10. Here is the list text page snippet submission form logic error correction

Full changelog

Guess you like

Origin www.oschina.net/news/192051/publiccms-4-0-202204-released