在网络流中启动应用程序

发布于 2024-08-28 10:13:57 字数 100 浏览 5 评论 0 原文

我正在使用 Spring Web Flow 2。 我希望我的第一页成为一个流程。我怎样才能做到这一点?我尝试设置欢迎文件,但它不起作用。 有什么想法吗?

谢谢, 路易莎

I am using spring web flow 2.
I want that my first page to be one of a flow. How can I do that? I tried to set the welcome-file but it doesn't work.
Any ideas?

Thanks,
Luisa

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

轻拂→两袖风尘 2024-09-04 10:13:57

您可以根据 Webflow 发行版附带的“spring booking”测试应用程序,将以下 index.html 放置在 web 应用程序的根目录中(WEB-INF 旁边):
索引.html:

<html>
<head>
    <meta http-equiv="Refresh" content="0; URL=spring/startFlowName"/>
</head>
</html>

You can place the following index.html in the root of your webapp (next to WEB-INF) according to 'spring booking' test app that goes with Webflow distro:
index.html:

<html>
<head>
    <meta http-equiv="Refresh" content="0; URL=spring/startFlowName"/>
</head>
</html>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文