当前位置:网站首页>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 .
边栏推荐
- 20220609 other: most elements
- 20220606数学:分数到小数
- Basic use and actual combat sharing of crash tool
- Hands on deep learning pytorch version exercise solution-3.3 simple implementation of linear regression
- Hands on deep learning pytorch version exercise solution - 2.5 automatic differentiation
- LeetCode - 703 数据流中的第 K 大元素(设计 - 优先队列)
- pycharm 无法引入自定义包
- Leetcode-106: construct a binary tree according to the sequence of middle and later traversal
- Discrete-event system
- Stroke prediction: Bayesian
猜你喜欢

Deep learning by Pytorch

Handwritten digit recognition: CNN alexnet

Standard library header file
![[LZY learning notes dive into deep learning] 3.4 3.6 3.7 softmax principle and Implementation](/img/02/35e73a43c4ad26fee9ecf180593464.jpg)
[LZY learning notes dive into deep learning] 3.4 3.6 3.7 softmax principle and Implementation

Data classification: support vector machine

LeetCode - 919. Full binary tree inserter (array)

2018 y7000 upgrade hard disk + migrate and upgrade black apple
![[C question set] of Ⅵ](/img/49/eb31cd26f7efbc4d57f17dc1321092.jpg)
[C question set] of Ⅵ
![Step 1: teach you to trace the IP address of [phishing email]](/img/a5/c30bc51da560c4da7fc15f434dd384.png)
Step 1: teach you to trace the IP address of [phishing email]

LeetCode - 715. Range module (TreeSet)*****
随机推荐
2018 y7000 upgrade hard disk + migrate and upgrade black apple
Julia1.0
3.3 Monte Carlo Methods: case study: Blackjack of Policy Improvement of on- & off-policy Evaluation
20220601 Mathematics: zero after factorial
3.1 Monte Carlo Methods & case study: Blackjack of on-Policy Evaluation
pycharm 无法引入自定义包
QT creator uses OpenCV Pro add
Configure opencv in QT Creator
Leetcode bit operation
Secure in mysql8.0 under Windows_ file_ Priv is null solution
20220608其他:逆波兰表达式求值
LeetCode - 919. Full binary tree inserter (array)
Leetcode - 706 design hash mapping (Design)*
Simple real-time gesture recognition based on OpenCV (including code)
CV learning notes - deep learning
LeetCode - 1172 餐盘栈 (设计 - List + 小顶堆 + 栈))
Leetcode-100:相同的树
OpenCV Error: Assertion failed (size.width>0 && size.height>0) in imshow
Leetcode-513: find the lower left corner value of the tree
CV learning notes - clustering