Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
不确定现在是否有帮助。我也遇到了类似的问题,如果在测试文件之外创建 Bean 或调用DynamoDBEmbedded.create() ,则需要使用 compile 而不是 testCompile。
compile group: 'com.amazonaws', name: 'DynamoDBLocal', version: '1.11.119'