如何更改 JoinFaces 中的 servlet 映射?
How to change the servlet mapping in JoinFaces?
JoinFaces 中的默认 servlet 映射似乎是 *.jsf
。
如何将其更改为不同的映射?我在 Spring Boots 应用程序配置文件中找不到设置。
从JoinFaces 3.1.0开始,可以配置servlet映射。参见 details.
JoinFaces 中的默认 servlet 映射似乎是 *.jsf
。
如何将其更改为不同的映射?我在 Spring Boots 应用程序配置文件中找不到设置。
从JoinFaces 3.1.0开始,可以配置servlet映射。参见 details.