From 61eb5be2eed57a91ce371a7569523fc6b7300565 Mon Sep 17 00:00:00 2001 From: xxx Date: Tue, 5 Sep 2023 16:16:25 +0800 Subject: [PATCH] =?UTF-8?q?fixed:=20=E7=AE=A1=E7=90=86=E5=91=98=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- .../main/resources/mapper/AdminLogMapper.xml | 107 ++++++++++++++++++ 2 files changed, 108 insertions(+), 1 deletion(-) create mode 100644 playedu-common/src/main/resources/mapper/AdminLogMapper.xml diff --git a/Dockerfile b/Dockerfile index e6c45be..8cef886 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,4 +22,4 @@ RUN chmod +x /app/app.jar EXPOSE 9898 # 指定docker容器启动时运行jar包 -ENTRYPOINT ["java", "-jar", "app.jar"] +ENTRYPOINT ["java", "-jar", "/app/app.jar"] diff --git a/playedu-common/src/main/resources/mapper/AdminLogMapper.xml b/playedu-common/src/main/resources/mapper/AdminLogMapper.xml new file mode 100644 index 0000000..a1936d6 --- /dev/null +++ b/playedu-common/src/main/resources/mapper/AdminLogMapper.xml @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + + + + + id,admin_id,admin_name,module,title, + opt,method,request_method,url,param,result, + ip,ip_area,error_msg,created_at + + + + + +