gpt4 book ai didi

spring-boot - 没有web.xml时如何配置display-name

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

我们曾经在我们的 web.xml 中指定 display-name
目前我们没有 web.xml (添加一个似乎会破坏应用程序)

我们正在使用spring boot/spring 4/java 7/maven3开发rest服务。

谁能告诉我如何设置显示名称?
例如从 java 代码/SpringBootServletInitializer 中?

注意:我目前没有任何 @WebServlet 标签

在下面添加 web.xml 后,tomcat 管理器将显示显示名称,但是当打开我的应用程序时,我得到 404。似乎添加 web.xml 会破坏我的应用程序。

<web-app xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
version="3.0">
<display-name>MyT2ConfigServer</display-name>
<description>MyT2ConfigServer description</description>
</web-app>

最佳答案

从 SpringBoot v1.3.1.RELEASE 开始,您可以通过 server.display-name 来实现属性(property)。

https://github.com/spring-projects/spring-boot/issues/2600

编辑 2019-10-24 :
从 SpringBoot v2.0.0 RELEASE 开始,您可以通过 server.servlet.application-display-name 属性来实现

看到这个提交:https://github.com/spring-projects/spring-boot/commit/0c1aac14a077685ce6a6c2c0d7066255a7433365

关于spring-boot - 没有web.xml时如何配置display-name,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26994663/

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