change local dev

This commit is contained in:
copper 2021-05-17 16:57:37 +08:00
parent 81c9ec5ddb
commit 35a16f6f49
3 changed files with 6 additions and 4 deletions

1
.gitignore vendored
View File

@ -48,3 +48,4 @@ gen
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
/upload/**

View File

@ -224,8 +224,9 @@ public class RecordServiceImpl implements RecordService {
}
@Override
public void record2word(String idNumber, HttpServletResponse response) {
//TODO 导出为word
public void record2word(String uuid, HttpServletResponse response) {
Record record = recordDao.getRecord(uuid);
}
@Override

View File

@ -16,5 +16,5 @@ spring:
port: 6379
file:
path: ./
url: ./
path: ./upload/
url: /upload/