xiaoyong931011
2020-05-26 995486a0c3b98600c7ff212cc4ba1b05eaccb948
refs
author xiaoyong931011 <15274802129@163.com>
Tuesday, May 26, 2020 16:22 +0800
committer xiaoyong931011 <15274802129@163.com>
Tuesday, May 26, 2020 16:22 +0800
commit995486a0c3b98600c7ff212cc4ba1b05eaccb948
tree 61c3a67dbc30fa47f07de39883af2e2a009f1453 tree | zip | gz
parent 3b05807a5e6f578b981282cc18047e6bbe7f3a32 view | diff
45fabd093859c6cc2fc275a68787af31ff913f73 view | diff
Merge branch 'master' of https://gitee.com/chonggaoxiao/new_excoin.git
12 files modified
16 files added
732 ■■■■ changed files
pom.xml 11 ●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/configurations/RabbitMqConfig.java 63 ●●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/configurations/properties/CustomRabbitProperties.java 19 ●●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/home/controller/MemberQuickBuySaleController.java 82 ●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/home/dao/MemberPaymentMethodDao.java 3 ●●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/home/dao/MemberQuickBuySaleDao.java 3 ●●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/home/entity/MemberPaymentMethodEntity.java 70 ●●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/home/service/MemberQuickBuySaleService.java 7 ●●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/home/service/impl/MemberQuickBuySaleServiceImpl.java 114 ●●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/member/dao/MemberWalletCoinDao.java 2 ●●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/platform/controller/PlatformController.java 34 ●●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/platform/dao/PlatformCnyUsdtExchangeDao.java 12 ●●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/platform/dao/PlatformPaymentMethodDao.java 9 ●●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/platform/entity/PlatformCnyUsdtExchangeEntity.java 26 ●●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/platform/entity/PlatformPaymentMethodEntity.java 26 ●●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/platform/service/PlatformCnyUsdtExchangeService.java 13 ●●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/platform/service/PlatformPaymentMethodService.java 13 ●●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/platform/service/impl/PlatformCnyUsdtExchangeServiceImpl.java 38 ●●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/platform/service/impl/PlatformPaymentMethodServiceImpl.java 40 ●●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/platform/vo/PlatformCnyUsdtExchangeVo.java 13 ●●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/rabbit/consumer/TestConsumer.java 21 ●●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/rabbit/producer/TestProducer.java 42 ●●●●● diff | view | raw | blame | history
src/main/resources/application.yml 15 ●●●●● diff | view | raw | blame | history
src/main/resources/mapper/home/MemberPaymentMethodDao.xml 9 ●●●●● diff | view | raw | blame | history
src/main/resources/mapper/home/MemberQuickBuySaleDao.xml 5 ●●●● diff | view | raw | blame | history
src/main/resources/mapper/member/MemberWalletCoinDao.xml 11 ●●●●● diff | view | raw | blame | history
src/test/java/com/xcong/excoin/RSATest.java 7 ●●●●● diff | view | raw | blame | history
src/test/java/com/xcong/excoin/RabbitMqTest.java 24 ●●●●● diff | view | raw | blame | history