myBatis数据库配置

myBatis数据库配置 db.properties <!-- 前面加上jdbc便于区分--> jdbc.driver=com.mysql.jdbc.Driver jdbc.url=jdbc:mysql://localhost:3306/ssm_mybatis jdbc.username=root jdbc.password=123 sqlMapConfig.xml <configuration>
相关文章
相关标签/搜索