| | |
| | | xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
|
| | |
|
| | | <bean id="dataSource" class="com.alibaba.druid.pool.DruidDataSource" init-method="init" destroy-method="close">
|
| | | <property name="url" value="jdbc:mysql://101.37.22.173:3306/monitor?characterEncoding=UTF-8"/>
|
| | | <property name="url" value="jdbc:mysql://116.62.12.115:3306/monitor?characterEncoding=UTF-8"/>
|
| | | <property name="username" value="root"/>
|
| | | <property name="password" value="xOlx8z9L7Pt6y9YI"/>
|
| | | <property name="initialSize" value="1" />
|
| | |
| | | </bean>
|
| | |
|
| | | <bean id="sqlSessionFactoryMain" name="sqlSessionFactory" class="org.mybatis.spring.SqlSessionFactoryBean">
|
| | | <property name="configLocation" value="classpath:mybatis.xml"/>
|
| | | <property name="configLocation" value="classpath:mybatis/mybatis.xml"/>
|
| | | <property name="mapperLocations" value="classpath:mapper/*.xml" />
|
| | | <property name="dataSource" ref="dataSource"/>
|
| | | </bean>
|