标签: java tomcat
在server.xml中,我看到:
<Connector port="@app.port.value@"...
在这种情况下,字符@是什么意思? 感谢。
答案 0 :(得分:5)
这可能是一个占位符,将在运行时动态替换。