自述文件和日志更新
This commit is contained in:
parent
2a6c850548
commit
131e44eac3
15
README.md
15
README.md
@ -1,12 +1,21 @@
|
|||||||
# Homework
|
# Homework
|
||||||
- - -
|
- - -
|
||||||
**Last Update Time : 2023-05-07 21:06**
|
**Last Update Time : 2023-06-22 00:09**
|
||||||
|
|
||||||
日志文件:`log.md`
|
日志文件:`log.md`
|
||||||
- - -
|
- - -
|
||||||
### 运行方式:
|
## 前端运行方式
|
||||||
```text
|
```text
|
||||||
src -> main -> java -> example -> App.run()
|
UI -> package.json -> run dev
|
||||||
|
```
|
||||||
|
### 待修复bug
|
||||||
|
> 必须在地址栏手动输入路由地址
|
||||||
|
|
||||||
|
如:`localhost:5173/pages/index.html`
|
||||||
|
|
||||||
|
## 后端运行方式:
|
||||||
|
```text
|
||||||
|
JDBC-> src -> main -> java -> example -> App.run()
|
||||||
```
|
```
|
||||||
### 待修复bug
|
### 待修复bug
|
||||||
- `userDAO`和`merchantsDAO`中`update`语句未传参
|
- `userDAO`和`merchantsDAO`中`update`语句未传参
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
content: [
|
content: [
|
||||||
"./index.html",
|
"./pages/index.html",
|
||||||
"./*.html",
|
|
||||||
"./pages/*.html",
|
"./pages/*.html",
|
||||||
],
|
],
|
||||||
theme: {
|
theme: {
|
||||||
|
Loading…
Reference in New Issue
Block a user