fix 骑缝章

This commit is contained in:
2025-08-02 19:54:57 +08:00
parent d0743ebc66
commit a4924f7cbb
2 changed files with 2 additions and 16 deletions

View File

@@ -9,18 +9,4 @@
http://www.springframework.org/schema/context/spring-context.xsd">
<!-- 扫描包以发现bean-->
<context:component-scan base-package="com.seeyon.apps.esign.*"/>
<bean id="esignCallBackController" class="com.seeyon.apps.esign.controller.EsignCallBackController">
</bean>
<!-- 注册Servlet到容器 -->
<bean class="org.springframework.web.servlet.handler.SimpleUrlHandlerMapping">
<property name="mappings">
<props>
<prop key="/esign/callback">esignCallBackController</prop>
</props>
</property>
</bean>
<!-- 配置Servlet处理器适配器 -->
<bean class="org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter"/>
</beans>