spring-dao怎么配置

spring-dao怎么配置,第1张

spring-dao.xml,spring整合mybatis和redis

<?xml version="1.0" encoding="UTF-8"?>

<beans xmlns="http://www.springframework.org/schema/beans"

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context"

xsi:schemaLocation="http://www.springframework.org/schema/beans

http://www.springframework.org/schema/beans/spring-beans.xsd

http://www.springframework.org/schema/context

http://www.springframework.org/schema/context/spring-context.xsd">

<!-- 配置整合mybatis过程 -->

<!-- 1.配置数据库相关参数properties的属性:${url} -->

<context:property-placeholder location="classpath:jdbc.properties" />

<!-- 2.数据库连接池 -->

<bean id="dataSource" class="com.mchange.v2.c3p0.ComboPooledDataSource">

<!-- 配置连接池属性 -->

1.先配置

2.创建 BaseApp extends Application (完成初始化)*必须进行注册 BaseApp

3.再建一个类DbUtils进行具体 *** 作(增删改查等) 也可在BaseApp中 *** 作

4.MainActivity或Fragment中具体调用修改

X .里面一些重要注解的含义

XX.GreenDao不同具体增删改查


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/sjk/9636194.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-30
下一篇 2023-04-30

发表评论

登录后才能评论

评论列表(0条)

保存