From 66692990c5924c08488aa8917c8500fe652d1ba0 Mon Sep 17 00:00:00 2001 From: Bunny <1319900154@qq.com> Date: Wed, 27 Dec 2023 16:56:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9B=E5=BB=BA=E8=B4=AD=E7=89=A9=E8=BD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/encodings.xml | 1 + .idea/workspace.xml | 30 +++++----- spzx-service/pom.xml | 1 + spzx-service/service-cart/pom.xml | 29 ++++++++++ .../java/cn/bunny/web/CartApplication.java | 13 +++++ .../src/main/resources/application-dev.yml | 14 +++++ .../src/main/resources/application.yml | 3 + .../src/main/resources/logback-spring.xml | 56 +++++++++++++++++++ .../src/test/java/cn/bunny/web/AppTest.java | 38 +++++++++++++ 9 files changed, 168 insertions(+), 17 deletions(-) create mode 100644 spzx-service/service-cart/pom.xml create mode 100644 spzx-service/service-cart/src/main/java/cn/bunny/web/CartApplication.java create mode 100644 spzx-service/service-cart/src/main/resources/application-dev.yml create mode 100644 spzx-service/service-cart/src/main/resources/application.yml create mode 100644 spzx-service/service-cart/src/main/resources/logback-spring.xml create mode 100644 spzx-service/service-cart/src/test/java/cn/bunny/web/AppTest.java diff --git a/.idea/encodings.xml b/.idea/encodings.xml index 376fc17..ce63cf5 100644 --- a/.idea/encodings.xml +++ b/.idea/encodings.xml @@ -13,6 +13,7 @@ + diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 18d7e64..9cad354 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,21 +4,8 @@