From 39d662fce3e49dfb5ff8606934f82dcfbdc03264 Mon Sep 17 00:00:00 2001 From: yovinchen Date: Wed, 20 Sep 2023 16:49:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B4=BB=E5=8A=A8=E4=BC=98=E6=83=A0=E7=BC=96?= =?UTF-8?q?=E5=86=99=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/compiler.xml | 13 +- .idea/dataSources.xml | 8 ++ .idea/encodings.xml | 6 + .idea/misc.xml | 5 + .../atguigu/ssyx/enums/CouponRangeType.java | 5 +- .../client/product/ProductFeignClient.java | 23 ++- .../src/main/resources/application.yml | 6 +- .../controller/CouponInfoController.java | 86 +++++++++++- .../activity/mapper/CouponRangeMapper.java | 2 + .../activity/service/CouponInfoService.java | 45 ++++++ .../service/impl/CouponInfoServiceImpl.java | 132 ++++++++++++++++++ .../src/main/resources/application.yml | 6 +- .../product/api/ProductInnnerController.java | 6 + .../src/main/resources/application.yml | 4 +- .../src/main/resources/application.yml | 4 +- .../src/main/resources/application.yml | 4 +- 16 files changed, 331 insertions(+), 24 deletions(-) diff --git a/.idea/compiler.xml b/.idea/compiler.xml index e57d138..4cb390d 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -7,11 +7,15 @@ - + + + + + - + @@ -20,9 +24,14 @@ diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml index 2187d97..226ecd6 100644 --- a/.idea/dataSources.xml +++ b/.idea/dataSources.xml @@ -9,5 +9,13 @@ jdbc:mysql://82.157.68.223:3306/shequ-sys $ProjectFileDir$ + + mysql.8 + true + shequ-activity + com.mysql.cj.jdbc.Driver + jdbc:mysql://82.157.68.223:3306/shequ-activity + $ProjectFileDir$ + \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml index 9c036bc..171d535 100644 --- a/.idea/encodings.xml +++ b/.idea/encodings.xml @@ -2,12 +2,18 @@ + + + + + + diff --git a/.idea/misc.xml b/.idea/misc.xml index 661e6c6..51f278f 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,9 @@ + + + + +