mirror of
https://github.com/wisemapping/wisemapping-open-source.git
synced 2025-04-19 02:05:32 +08:00
21 lines
863 B
XML
21 lines
863 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<beans xmlns="http://www.springframework.org/schema/beans"
|
||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||
|
xsi:schemaLocation="http://www.springframework.org/schema/beans
|
||
|
http://www.springframework.org/schema/beans/spring-beans.xsd">
|
||
|
|
||
|
<!-- <bean id="messageSource" class="org.springframework.context.support.ResourceBundleMessageSource">-->
|
||
|
<!-- <property name="defaultEncoding" value="UTF-8"/>-->
|
||
|
<!-- <property name="basenames">-->
|
||
|
<!-- <list>-->
|
||
|
<!-- <value>messages</value>-->
|
||
|
<!-- </list>-->
|
||
|
<!-- </property>-->
|
||
|
<!-- </bean>-->
|
||
|
|
||
|
<import resource="wisemapping-datasource.xml"/>
|
||
|
<import resource="wisemapping-dao.xml"/>
|
||
|
<import resource="wisemapping-service.xml"/>
|
||
|
<import resource="wisemapping-servlet.xml"/>
|
||
|
</beans>
|