diff --git a/.gitignore b/.gitignore index 11cb5f4..9c5d3ef 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.zip */node_modules/ +.vscode # ---> Maven target/ pom.xml.tag diff --git a/vote/src/main/resources/application.yml b/vote/src/main/resources/application.yml index dfff008..134edf7 100644 --- a/vote/src/main/resources/application.yml +++ b/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: