我在 /home/MYUSERNAME 文件夹中创建了一个 spring-boot 项目,在 spring boot 项目中,webapps/jsps/ 文件夹中有 html 和 jsp 文件。那么,如何将它们链接到 www/html 文件夹?
这是一个好方法吗?
答案1
您是否尝试过使用符号链接?
usage: ln [-Ffhinsv] source_file [target_file]
ln [-Ffhinsv] source_file ... target_dir
link source_file target_file
例子
ln -s /home/MYUSERNAME/PROJECT_NAME/webapps/jsps/ /var/www/html
如果目标文件夹已经存在,则必须删除它