公告板
版本库
活动
搜索
登录
java
/
PlayPai
玩湃
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
other模块——门店实体的添加;account模块——查询附近门店接口
lisy
2023-06-16
28b988ca5dc4b51de34c6ebf996579723b2db414
[java/PlayPai.git]
/
cloud-server-other
/
src
/
main
/
resources
/
mapper
/
StoreMapper.xml
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.dsh.other.mapper.StoreMapper">
<!-- 开启二级缓存 -->
<cache type="org.mybatis.caches.ehcache.LoggingEhcache"/>
</mapper>