Authored by mlge

数据库配置

... ... @@ -133,6 +133,8 @@ datasources:
- com.yohobuy.platform.dal.operations.AppEntranceIconTypeMapper
- com.yohobuy.platform.dal.operations.AppEntranceIconZipMapper
- com.yohobuy.platform.dal.operations.AppStartImageMapper
- com.yohobuy.platform.dal.operations.IMiniappRewardsDao
- com.yohobuy.platform.dal.operations.IRedpacketConfigDao
yh_shops:
servers:
- 192.168.102.219:3306
... ...
... ... @@ -131,6 +131,8 @@ datasources:
- com.yohobuy.platform.dal.operations.AppEntranceIconTypeMapper
- com.yohobuy.platform.dal.operations.AppEntranceIconZipMapper
- com.yohobuy.platform.dal.operations.AppStartImageMapper
- com.yohobuy.platform.dal.operations.IMiniappRewardsDao
- com.yohobuy.platform.dal.operations.IRedpacketConfigDao
yh_shops:
servers:
- ${jdbc.mysql.yhshops.master}
... ...