From d50c81ecaa8a9ce0f77d9bab6464bd75fb5d519a Mon Sep 17 00:00:00 2001 From: YoVinchen Date: Thu, 17 Aug 2023 09:16:56 +0800 Subject: [PATCH] =?UTF-8?q?Sentinel=20=E6=95=B4=E5=90=88=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .run/BookApplication-01.run.xml | 1 + .run/BookApplication-02.run.xml | 1 + .run/UserApplication-01.run.xml | 1 + .run/UserApplication-02.run.xml | 1 + book-service/pom.xml | 4 ++ .../src/main/resources/application.yml | 5 ++ borrow-service/pom.xml | 4 ++ .../com/test/controller/BorrowController.java | 52 ++++++++++++++++++- .../test/service/impl/BorrowServiceImpl.java | 9 ++++ .../src/main/resources/application.yml | 14 +++++ user-service/pom.xml | 12 +++++ .../com/test/controller/UserController.java | 2 +- .../src/main/resources/application.yml | 15 ++---- user-service/src/main/resources/bootstrap.yml | 14 +++++ 14 files changed, 122 insertions(+), 13 deletions(-) create mode 100644 user-service/src/main/resources/bootstrap.yml diff --git a/.run/BookApplication-01.run.xml b/.run/BookApplication-01.run.xml index 2972282..0b87b22 100644 --- a/.run/BookApplication-01.run.xml +++ b/.run/BookApplication-01.run.xml @@ -2,6 +2,7 @@ +