gpt4 book ai didi

java - MyBatis 无法加载位于项目资源文件夹中的配置 xml

转载 作者:行者123 更新时间:2023-12-01 18:34:35 24 4
gpt4 key购买 nike

我正在开发一个带有数据库存储库的java项目,并且遇到了一个愚蠢的问题。我使用 MySQL 和 Mybatis 3.4.5。配置文件(mybatis-config.xml)位于 resources/mybatis 文件夹中。

project structure

我尝试通过以下代码来阅读它:

public class MySQLAttrRepo implements AttrRepo {
public static final String CONFIGURATION_XML = "mybatis/mybatis-config.xml";
private InputStream inputStream = Resources.getResourceAsStream(CONFIGURATION_XML);
}

但出现异常

java.io.IOException: Could not find resource mybatis/mybatis-config.xml

我做错了什么?

最佳答案

已修复。原因是pom.xml中打包错误。我设置了“pom”而不是“jar”。

关于java - MyBatis 无法加载位于项目资源文件夹中的配置 xml,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60084189/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com