Files
movie-system/系统说明.txt
2024-04-01 10:06:50 +08:00

19 lines
535 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
后端 springboot jpa springmvc maven
前端freemarker html
数据库mysql
jdk1.8
开发工具: idea 或eclipse均可。
上传和图片路径配置:
application-dev.properties 中
图片上传设置 视频上传设置比如项目名字是movie,你将项目放在F盘linshi文件夹的就是下面的路径
movie.upload.photo.path=F:/linshi/movie/src/main/resources/upload/
项目放在D 盘 work文件夹应该为
movie.upload.photo.path=D:/workmovie/src/main/resources/upload/
其他的如上设置