From cfb4148dabd029e41b446decfb03f8f0d0299474 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Tue, 26 Mar 2024 14:47:34 -0400 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20CROS=20=E5=8F=AF=E8=83=BD?= =?UTF-8?q?=E5=87=BA=E7=8E=B0=E9=97=AE=E9=A2=98=E7=9A=84=E8=BF=9E=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/checkstyle-idea.xml | 16 +++++++++++ .idea/jpa-buddy.xml | 6 +++++ .idea/misc.xml | 3 +++ .idea/workspace.xml | 56 +++++++++++++++++++++++++-------------- Dockerfile | 6 +++++ docs/docker-compose.yaml | 12 +++++++++ docs/index.html | 2 +- 7 files changed, 80 insertions(+), 21 deletions(-) create mode 100644 .idea/checkstyle-idea.xml create mode 100644 .idea/jpa-buddy.xml create mode 100644 Dockerfile create mode 100644 docs/docker-compose.yaml diff --git a/.idea/checkstyle-idea.xml b/.idea/checkstyle-idea.xml new file mode 100644 index 0000000..4c1cc2d --- /dev/null +++ b/.idea/checkstyle-idea.xml @@ -0,0 +1,16 @@ + + + + 10.14.0 + JavaOnly + true + + + \ No newline at end of file diff --git a/.idea/jpa-buddy.xml b/.idea/jpa-buddy.xml new file mode 100644 index 0000000..966d5f5 --- /dev/null +++ b/.idea/jpa-buddy.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 639900d..d79bd4e 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,4 +3,7 @@ + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 83afee4..3c7c21d 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,7 +4,10 @@