我也不知,随便

📅 2026/7/2 12:13:42
我也不知,随便
?xml version1.0 encodingUTF-8?beansxmlnshttp://www.springframework.org/schema/beansxmlns:xsihttp://www.w3.org/2001/XMLSchema-instancexmlns:phttp://www.springframework.org/schema/pxsi:schemaLocationhttp://www.springframework.org/schema/beanshttp://www.springframework.org/schema/beans/spring-beans.xsdbean id dao class org.mybatis.spring.mapper.MapperFactoryBeanproperty name mapperInterface value com.lw.dao.Dao /propertyproperty name sqlSessionFactory ref sqlSessionFactory/property/beanbean id seivice class com.lw.seivice.Seriviceproperty name dao ref dao/property/beanbean id sqlSessionFactory class org.mybatis.spring.SqlSessionFactoryBeanproperty name dataSource ref dataSource/property/beanbean iddataSource classorg.springframework.jdbc.datasource.DriverManagerDataSourceproperty namedriverClassName valuecom.mysql.jdbc.Driver/property nameurl valuejdbc:mysql://localhost:3306/six_ten?userUnicodetrueamp;characteEncodingutf-8amp;useSSLfalse/property nameusername valueroot/property namepassword value123456//bean/beans