当前位置:网站首页>Timo background management system
Timo background management system
2022-07-03 10:25:00 【Android Guide】

Good evening , I am Lao Bei , official account 「GitHub Point north 」 Will recommend GitHub There are interesting projects on , Tap the value of open source , Welcome to your attention .
TIMO Background management system , be based on SpringBoot2.0 + Spring Data Jpa + Thymeleaf + Shiro Developed background management system , It is easy to develop and maintain by using the way of sub module , Support the deployment of front and back modules respectively , Currently supported features are : Rights management 、 Department of management 、 Dictionary management 、 logging 、 Upload files 、 Code generation, etc , Scaffolding for rapid development of back office systems !
Technology selection
- back-end technology :SpringBoot + Spring Data Jpa + Thymeleaf + Shiro + Jwt + EhCache
- The front-end technology :Layui + Jquery + zTree + Font-awesome
New project structure
Project structure chart
Function list
- User management : Users who manage back office systems , It can be added, deleted, modified and checked .
- Role management : The smallest unit of authority to assign , Assign permissions to users through roles .
- Menu management : Used to configure the system menu , Also as a permission resource .
- Department of management : Manage and differentiate users through different departments .
- Dictionary management : Unified management of some data to be converted , Such as : male 、 Female etc .
- Behavior log : It is used to record the user's operation on the system , At the same time, monitor the system for errors .
- Upload files : Built in file upload interface , It is convenient for developers to use the file upload function .
- Code generation : Can help developers develop projects quickly , Reduce unnecessary repetition , Pay more attention to business realization .
- Form building : Quickly build a form module by dragging .
- Data interface : Automatically generate relevant... Based on business code api Interface document
Installation tutorial
Environment and plug-in requirements
- Jdk8+
- Mysql5.5+
- Maven
- Lombok( important )
Import the project
- IntelliJ IDEA:Import Project -> Import Project from external model -> Maven
- Eclipse:Import -> Exising Mavne Project
Run the project
- adopt Java Run in application mode admin Under the module of com.linln.BootApplication.java file
- Database configuration : Database name timo user root password root
- Access address :http://localhost:8080/
- Default account password :admin/123456
Instructions
- Using document :sdoc/ Using document .docx
- Development Manual :TIMO Developing documents . On-line
- SQL file :sdoc/timo.sql( Often forget to sync !)
Demo address
Demo address :http://www.linln.cn
Preview







Source code address
And no. GitHub Point north The background to reply TIMO Get the source address .
边栏推荐
- Judging the connectivity of undirected graphs by the method of similar Union and set search
- CV learning notes - Stereo Vision (point cloud model, spin image, 3D reconstruction)
- Data classification: support vector machine
- Standard library header file
- Flutter 退出当前操作二次确认怎么做才更优雅?
- Pycharm cannot import custom package
- Yolov5 creates and trains its own data set to realize mask wearing detection
- Opencv note 21 frequency domain filtering
- 20220610其他:任务调度器
- 20220608其他:逆波兰表达式求值
猜你喜欢

Hands on deep learning pytorch version exercise solution -- implementation of 3-2 linear regression from scratch

What did I read in order to understand the to do list

『快速入门electron』之实现窗口拖拽

Leetcode-106: construct a binary tree according to the sequence of middle and later traversal

Opencv histogram equalization

High imitation Netease cloud music

Opencv notes 17 template matching

Leetcode interview question 17.20 Continuous median (large top pile + small top pile)

LeetCode - 705 设计哈希集合(设计)

Hands on deep learning pytorch version exercise solution - 2.3 linear algebra
随机推荐
20220602数学:Excel表列序号
Pytorch ADDA code learning notes
2-program logic
【毕业季】图匮于丰,防俭于逸;治不忘乱,安不忘危。
Leetcode - 1670 design front, middle and rear queues (Design - two double ended queues)
LeetCode - 900. RLE 迭代器
When the reference is assigned to auto
[graduation season] the picture is rich, and frugality is easy; Never forget chaos and danger in peace.
Leetcode - 705 design hash set (Design)
Flutter 退出当前操作二次确认怎么做才更优雅?
Tensorflow2.0 save model
2018 y7000 upgrade hard disk + migrate and upgrade black apple
LeetCode - 673. Number of longest increasing subsequences
ECMAScript--》 ES6语法规范 ## Day1
[LZY learning notes dive into deep learning] 3.1-3.3 principle and implementation of linear regression
Hands on deep learning pytorch version exercise solution-3.3 simple implementation of linear regression
Dictionary tree prefix tree trie
CV learning notes - scale invariant feature transformation (SIFT)
LeetCode - 508. Sum of subtree elements with the most occurrences (traversal of binary tree)
Simple real-time gesture recognition based on OpenCV (including code)