35 lines
497 B
Markdown
35 lines
497 B
Markdown
|
# utl-one: utl all in one
|
||
|
|
||
|
### Usage
|
||
|
|
||
|
- 1. `git clone -b master --depth 1 http://10.220.10.35/dev/template/ultone.git {your_project_name}`
|
||
|
|
||
|
- 2. `cd {your_project_name} && rm -rf .git && git init`
|
||
|
|
||
|
- 3. `go mod tidy`
|
||
|
|
||
|
### Setting
|
||
|
|
||
|
#### 仔细查看项目中的 todo
|
||
|
|
||
|
#### 仔细查看 opt.var 中的设置
|
||
|
|
||
|
#### SQL
|
||
|
|
||
|
- sqlite:
|
||
|
- postgresql:
|
||
|
- mysql
|
||
|
|
||
|
#### Cache
|
||
|
|
||
|
- redis
|
||
|
- memory
|
||
|
|
||
|
### Feature
|
||
|
|
||
|
- 用户全功能模块
|
||
|
- 操作日志
|
||
|
|
||
|
### Next
|
||
|
|
||
|
- common user list (比如操作日志用户下拉)
|