gpt4 book ai didi

java - 不错的 URL : Wicket 1. 5 mountPage

转载 作者:行者123 更新时间:2023-12-04 05:48:20 26 4
gpt4 key购买 nike

我正在使用 Wicket 1.5.3 并且在扩展的 WebApplication 类中我正在注册主页,HomePage.java漂亮的网址为:

mountPage('home', HomePage.class);

结果是一个 URL: http://localhost:8080/MyApplication/app/home?1

“?1”从哪里来,我该如何删除它?

如果我希望 URL 是 http://localhost:8080/MyApplication/app/home ,那我该怎么办?

提前致谢。

最佳答案

您看到的参数是页面版本(因为 wicket 页面是有状态的)。已经有 SO question how to get rid of this version in url .

关于java - 不错的 URL : Wicket 1. 5 mountPage,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10403131/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com