gpt4 book ai didi

java - Hibernate映射位置指定?

转载 作者:行者123 更新时间:2023-11-30 07:22:18 25 4
gpt4 key购买 nike

我正在使用 spring 和 hibernate。我将映射位置指定为:

我的文件夹结构如下:

src/main/resources
.
...hibernate
.
.....hibernate2


<property name="mappingLocations" value="classpath:hibernate/*.hbm.xml" />

以上属性只查看 hibernate 文件夹,不查看子文件夹。我如何强制在子文件夹中查找 hbm 文件?

最佳答案

如下插入通配符*

<property name="mappingLocations" value="classpath*:hibernate/**/*.hbm.xml" />

关于java - Hibernate映射位置指定?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12838588/

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