java,已经做完的ssh项目,怎么查看三个框架的版本

我只有WebRoot下的东西,就是说没有src源码怎么查看三个框架的版本
2026年09月23日 01:32
有2个网友回答
网友(1):

struts可以通过webroot/web-inf/struts-config.xml中看到版本,如spring和hibernate通过webroot/web-inf/classes找到相关的配置文件,打开,里面也能看到版本。

网友(2):

struts可以通过webroot/web-inf/struts-config.xml中看到版本,如struts-config
PUBLIC
"-//Apache
Software
Foundation//DTD
Struts
Configuration
1.2/这就是1.2版本的
spring和hibernate通过webroot/web-inf/classes找到相关的配置文件,打开,里面也能看到版本。