初始化
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<plugin>
|
||||
<id>src_flowIntegration</id>
|
||||
<name>第三方流程集成</name>
|
||||
<category>20250111</category>
|
||||
</plugin>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
|
||||
<beans default-autowire="byName">
|
||||
<bean id="flowIntegrationPluginApi" class="com.seeyon.apps.src_flowIntegration.FlowIntegrationPluginApi"/>
|
||||
<bean id="thirdSysBizMapService" class="com.seeyon.apps.src_flowIntegration.service.ThirdSysBizMapService"/>
|
||||
<bean id="flowIntegrationService" class="com.seeyon.apps.src_flowIntegration.service.FlowIntegrationService"/>
|
||||
<bean id="oaFlowCreateService" class="com.seeyon.apps.src_flowIntegration.service.OaFlowCreateService"/>
|
||||
</beans>
|
||||
@@ -8,5 +8,5 @@
|
||||
http://www.springframework.org/schema/context
|
||||
http://www.springframework.org/schema/context/spring-context.xsd">
|
||||
<!-- 扫描包以发现bean-->
|
||||
<context:component-scan base-package="com.seeyon.apps.src_saomaoyi.*"/>
|
||||
<context:component-scan base-package="com.seeyon.apps.src_saomaoyi"/>
|
||||
</beans>
|
||||
Reference in New Issue
Block a user