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 + + + + + +