Browse Source

修改图片保存路径

master不懂
momo 2 years ago
parent
commit
a573a79455
  1. 1
      .gitignore
  2. 2
      vote/src/main/resources/application.yml

1
.gitignore

@ -1,5 +1,6 @@
*.zip
*/node_modules/
.vscode
# ---> Maven
target/
pom.xml.tag

2
vote/src/main/resources/application.yml

@ -22,7 +22,7 @@ spring:
port: 6379
host: 127.0.0.1
password:
image.save-path: /usr/app/upload
image.save-path: images/
#MyBatis使用pageHelper分页
pagehelper:

Loading…
Cancel
Save