02 2021 档案

摘要:问题: Could not find resource com/xxx/xxx/StudentMapper.xml 原因: 没有导出xml文件,pom.xml文件配置有问题。也因为我的resource有多级的子目录,导致resource根目录的导出了,但是子目录下的都没有,其实就是没有匹配到子文件里 阅读全文
posted @ 2021-02-24 15:10 Lian_tiam 阅读(1058) 评论(0) 推荐(0)
摘要:package com.lian.lesson3; import com.lian.lesson2.utils.JDBCUtils; import java.sql.*; public class TestInsert { public static void main(String[] args) 阅读全文
posted @ 2021-02-19 17:25 Lian_tiam 阅读(2691) 评论(1) 推荐(0)
摘要:使用注解实现AOP的时候遇见了一个问题 <!-- https://mvnrepository.com/artifact/org.aspectj/aspectjweaver --> <dependency> <groupId>org.aspectj</groupId> <artifactId>aspe 阅读全文
posted @ 2021-02-10 13:03 Lian_tiam 阅读(471) 评论(0) 推荐(0)