腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(44)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
2
回答
spring-test-dbunit
@DatabaseSetup
我对@DatabaseSetup注解有一个问题。当我使用它时,我在事务中有数据(在执行@DatabaseSetup之后),这是我不需要的,并且注释@Transactional(Transactional.TxType.NEVER)由于某种原因不能工作。你知道怎么修复它吗?请帮帮我!@RunWith(SpringJUnit4ClassRunner.class)@TestExecutionListeners({ DependencyInjec
浏览 0
修改于2015-12-24
得票数 0
1
回答
spring-test-dbunit
找不到@Test注释
我已经设置了
spring-test-dbunit
,但是我得到了以下例外: </dependency> <groupId>com.github.springtestdbunit</groupId> <artifactId>
spring-test-dbunit
浏览 0
提问于2018-02-27
得票数 0
回答已采纳
2
回答
使用
spring-test-dbunit
转义保留的数据库关键字
在使用
Spring-test-dbunit
时,我不知道将此配置放在何处或如何放置。
浏览 8
修改于2017-05-23
得票数 2
1
回答
与Spring一起使用dbunit的问题(没有
spring-test-dbunit
)
是否有一种标准的方法或解决方法可以不使用
spring-test-dbunit
而使用dbunit和spring?
浏览 0
修改于2018-02-28
得票数 2
回答已采纳
1
回答
org.postgresql.util.PSQLException:错误:“用户”或“用户”附近的语法错误
已更新 我使用的是spring引导、spring数据jpa、
spring-test-dbunit
、dbunit、postgresql。
浏览 7
修改于2017-02-24
得票数 0
回答已采纳
1
回答
DbUnit + springtestdbunit中的错误表计数
Actual :2<dependency> <artifactId>
spring-test-dbunit
浏览 5
修改于2016-03-21
得票数 0
回答已采纳
2
回答
弹簧引导DBUnit测试获取NoSuchBeanDefinitionException
spring-boot-starter-test') testCompile("com.github.springtestdbunit:
spring-test-dbunit
浏览 4
修改于2017-11-02
得票数 0
1
回答
对象已在集成测试中关闭。
我正在使用
spring-test-dbunit
运行集成测试。我想在一个类中使用不同的数据集。
浏览 1
提问于2016-12-23
得票数 1
回答已采纳
1
回答
org.junit.runner不存在
dependency> <groupId>com.github.springtestdbunit</groupId> <artifactId>
spring-test-dbunit
浏览 31
修改于2021-09-17
得票数 0
1
回答
org.dbunit.dataset.NoSuchTableException: localized_values
因为我使用的是spring 4.1.x,所以我决定对
spring-test-dbunit
使用1.2.1版本,对核心dbunit使用2.5.2版本。 最初我使用的是普通的dbunit,它工作得很好。然后我决定尝试
spring-test-dbunit
,我遇到了几个问题。
浏览 4
提问于2016-06-23
得票数 2
1
回答
无法在weblogic 12.1.3上部署spring boot构建的ear文件
dependency> <groupId>com.github.springtestdbunit</groupId> <artifactId>
spring-test-dbunit
浏览 41
提问于2019-06-12
得票数 0
1
回答
使用IncompatibleClassChangeError测试SpringDataJpa时的DbUnit
<dependency> <artifactId>
spring-test-dbunit
浏览 4
修改于2017-05-03
得票数 1
回答已采纳
1
回答
我的pom文件中的Spring依赖错误
/dependency> <groupId>com.github.springtestdbunit</groupId> <artifactId>
spring-test-dbunit
浏览 4
修改于2014-03-13
得票数 1
回答已采纳
2
回答
随机“未提供编译器”错误Maven
<dependency> <artifactId>
spring-test-dbunit
浏览 0
修改于2015-04-29
得票数 0
回答已采纳
1
回答
Spring粗存储库方法保存-无法解决方法
group: 'junit', name: 'junit', version: '4.11' testCompile group: 'com.github.springtestdbunit', name: '
spring-test-dbunit
浏览 1
提问于2017-07-10
得票数 1
回答已采纳
2
回答
找不到servlet类: javax / java.lang.NoClassDefFoundError / SessionCookieConfig
implementation("com.google.guava:guava")testCompile("com.github.springtestdbunit:
spring-test-dbunit
浏览 1
提问于2018-07-07
得票数 3
2
回答
ClassNotFound类的HibernateJPAVendorAdapter错误
scope><dependency> <artifactId>
spring-test-dbunit
浏览 3
提问于2013-07-30
得票数 0
回答已采纳
1
回答
DBUnit和Spring在集成测试中请求时,可能不会导入或存在数据
1.1.7与spring starter(不包括tomcat)、spring starter、spring starter jpa、spring starter test、液基核心、dbunit 2.5.0、
spring-test-dbunit
浏览 2
修改于2014-10-09
得票数 5
回答已采纳
2
回答
无法使用类com.github.springtestdbunit.dataset.FlatXmlDataSetLoader从"<filePath>“加载数据集
testImplementation("org.dbunit:dbunit:2.5.2") testImplementation("com.github.springtestdbunit:
spring-test-dbunit
浏览 3
修改于2021-11-22
得票数 0
1
回答
春季启动从1.5.22迁移到2.0.0
//DBUnit testCompile 'com.github.springtestdbunit:
spring-test-dbunit
浏览 6
提问于2022-06-23
得票数 0
第 2 页
第 3 页
点击加载更多
领券