Mybatis如何加载Mapper.xml 在根据Mybatis入门中有这么一段 String resource = "org/mybatis/example/mybatis-config.xml"; InputStream inputStream = Resources.getResourceAsStream(resource); SqlS 2021-08-02 92 0 Java Mybatis