摘要: AfterAdvice package cn.edu.advice; import java.lang.reflect.Method; import org.springframework.aop.AfterReturningAdvice; public class AfterAdvice impl 阅读全文
posted @ 2022-05-25 23:32 秋天的九 阅读(58) 评论(0) 推荐(0)
摘要: 1 package com.kuang.dao;import org.apache.ibatis.annotations.*;import java.util.List;public interface ClassDao { @Select("select * from c_class where 阅读全文
posted @ 2022-05-25 23:28 秋天的九 阅读(202) 评论(0) 推荐(0)
摘要: package cn.edu.hncj.controller;import cn.edu.hncj.pojo.User;import cn.edu.hncj.service.IUserService;import org.apache.ibatis.annotations.Param;import 阅读全文
posted @ 2022-05-25 23:18 秋天的九 阅读(366) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:sch 阅读全文
posted @ 2022-05-25 23:17 秋天的九 阅读(20) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="UTF-8"?><web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:sc 阅读全文
posted @ 2022-05-25 23:14 秋天的九 阅读(31) 评论(0) 推荐(0)
摘要: applicationContext.xml<?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:context="http://www.sprin 阅读全文
posted @ 2022-05-25 23:06 秋天的九 阅读(261) 评论(0) 推荐(0)