摘要: 1.封装ResponseUtils(对标准的Code、Message进行设置) package com.imooc.oa.utils;import com.fasterxml.jackson.annotation.JsonInclude;import com.fasterxml.jackson.co 阅读全文
posted @ 2022-12-06 23:07 李林林 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 1.login.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>慕课网OA办公系统</title> <!-- 引入样式 --> <link rel="stylesheet" type="text/c 阅读全文
posted @ 2022-12-06 22:41 李林林 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 1.goods.xml <select id="dynamicSQL" parameterType="java.util.Map" resultType="com.imooc.mybatis.entity.Goods"> select * from t_goods <where> <if test= 阅读全文
posted @ 2022-12-06 21:34 李林林 阅读(49) 评论(0) 推荐(0) 编辑
摘要: 1.SLF4j与Logback 2.Logback的使用 2.1 pom.xml <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <version>1.2.3</versi 阅读全文
posted @ 2022-12-06 21:22 李林林 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-12-06 21:01 李林林 阅读(16) 评论(0) 推荐(0) 编辑