我们可以在Springboot应用程序的模板包中制作文件夹吗?
我一直从事虚拟Web应用程序,并且模板中有很多HTML文件,我想组织。当我将它们保存在templete内的文件夹中时,我会遇到错误,这是什么过程?
我正在使用胸腺和跳靴进行应用。
I have been working on dummy Web application, and there are lot html file in template which I want to organize. I am getting an error when I have keeping them in folder inside Templete, what is the procedure for that?
I am using thymleaf and SpringBoot for my application.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您如何将这些模板称为子文件夹?
应该是这样的:
其中
my-folder
内部/resources/semplates/
和item
isiteg> item.html
fileHow do you call those templates in sub-folders?
Should be like this:
where
my-folder
inside/resources/templates/
anditem
isitem.html
file