-
Notifications
You must be signed in to change notification settings - Fork 67
/
Copy pathREADME_EN.md
154 lines (142 loc) · 5.44 KB
/
README_EN.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
# Skadmin Management System
<div style="text-align: center">
[![AUR](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg)](https://github.com/DengSinkiang/skadmin/blob/master/LICENSE)
[![GitHub stars](https://img.shields.io/github/stars/DengSinkiang/skadmin.svg?style=social&label=Stars)](https://github.com/DengSinkiang/skadmin)
[![GitHub forks](https://img.shields.io/github/forks/DengSinkiang/skadmin.svg?style=social&label=Fork)](https://github.com/DengSinkiang/skadmin)
</div>
#### Learning exchange group
QQ Group:149952596
#### Pay attention
Add the RabbitMQ and ElasticSearch demos to the dev branch. If you need to practice, please install Baidu yourself and then practice.
#### The source code of the project
| | the source code of backend | the source code of front-end |
|--- |--- | --- |
| github | https://github.com/DengSinkiang/skadmin | https://github.com/DengSinkiang/skadmin-vue |
##### User account password
```
- Administrator: admin
- Password: 123456
```
#### The development environment
```
- JDK:8
- IDE:IntelliJ IDEA
- The Dependency management:Maven
- Database:MySQL 5.7
```
#### Running the project
```
- This project uses redis. If it is not installed, please install it by Baidu.
- Run the SkAdmin.java directly to start the background service.
```
#### The functional module
```
- System Management
- User Management # Provide user related configuration
- Role Management # Assign permissions and menus
- Authority Management # Permission refinement to interface
- Menu Management # Menu dynamic routing has been implemented, the backend is configurable, and multi-level menus are supported.
- Dept Management
- Job Management
- Dictionary Management
- System monitoring
- System cache # Visualize caching operations with jedis and provide basic operations on redis
- Real-time console # Print logback logs in real time to better monitor the operating status of the system
- SQL monitoring # Monitor database access performance with druid, default username admin, password 123456
- Log manageMent
- Login log # Use aop to log user login logs
- Operation log # Use aop to record user action logs
- Exception log # Record exceptions during operation and provide stack information for viewing exceptions
- Cloud storage management
- QiNiu cloud storage file upload, download
- Message management
- Short message service # Ali dayu
- Email service # Send text in html format with rich text
- System Tool
- Timed task # Integrate Quartz to do scheduled tasks, join the task log, and see the task running at a glance
- Code generation # High flexibility, one-click generation of front and rear code, reducing work tasks by 80% or so
- Api document # Using swagger-ui
- SM.MS free map bed # A very easy to use picture bed, used as a public image upload
```
#### Project structure
```
# Project module is as follows
- skadmin-common # Common module
- annotation # Interface current limit custom annotation
- exception # Uniform exception handling
- mapper # Generic mapper for mapstruct
- enums # Constant enum
- redis # Redis cache related configuration
- response # Unified encapsulation return information
- swagger # Api document configuration
- util # General tool
- skadmin-admin # System core module
- skadmin-admin-interface
- domain
- dto
- mapper
- query # Query related conditions
- skadmin-admin-service
- config # Configure cross-domain and static resources and JWT security filter configuration
- controller
- repository # Database operation
- service # Business realization
SkAdmin.java # Startup class
- skadmin-log # System log module
- skadmin-log-interface
- annotation
- domain
- dto
- mapper
- skadmin-log-service
- aspect
- controller
- respository
- service
- skadmin-tool # System third party tool module
- skadmin-generator # System code generation module
- skadmin-monitor # System monitoring module
- config # Configure log interceptors and WebSockets
- domain # Entity class
- repository # Database operation
- controller
- service # Business realization
- skadmin-quartz # Timed task module
```
#### Backend technology stack
```
- Basic framework: Spring Boot 2.1.0.RELEASE
- Dao framework: Spring Data JPA
- Security framework: Spring Security
- Cache framework: Redis
- Log printing: logback+log4jdbc
- Api document: Swagger2
- Other: FastJson、AOP、MapStruct等
```
#### Front-end technology stack
```
- node
- vue
- vue-router
- axios
- element ui
```
#### System preview
<table>
<tr>
<td><img src="https://mmmlf.tmuyun.com/67E4C17C279F5AA5441C06B4EDF19EA7.jpg"/></td>
<td><img src="https://mmmlf.tmuyun.com/5D3CD4CE037BF05BBEBF4E7343BD2B2A.jpg"/></td>
</tr>
<tr>
<td><img src="https://mmmlf.tmuyun.com/221883A1DB6C90DEC7D897BE19E1655A.jpg"/></td>
<td><img src="https://mmmlf.tmuyun.com/52D529E8E62C5952F902F09CF708B131.jpg"/></td>
</tr>
<tr>
<td><img src="https://mmmlf.tmuyun.com/26033FD6718D1857DF0D6DDE16B88285.jpg"/></td>
<td><img src="https://mmmlf.tmuyun.com/BF58423BD9B538D18E8ED2151818E09D.jpg"/></td>
</tr>
<tr>
<td><img src="https://mmmlf.tmuyun.com/01DD8D0FFD9F68AF95ACC7CF740D8A61.jpg"/></td>
<td><img src="https://mmmlf.tmuyun.com/FB60E74D1E77F6A8A859DCCDA2945E30.jpg"/></td>
</tr>
</table>