添加版本信息接口

This commit is contained in:
648540858
2021-08-09 16:54:36 +08:00
parent 689de6c5e2
commit dbc525e8fb
8 changed files with 349 additions and 2 deletions

View File

@@ -141,8 +141,6 @@ public class ProxyServletConfig {
}
}
@Bean
public ServletRegistrationBean recordServletRegistrationBean(){
ServletRegistrationBean servletRegistrationBean = new ServletRegistrationBean(new RecordProxySerlet(),"/record_proxy/*");