File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/test/java/org/springframework/data/neo4j
documentation/spring_boot
integration/multiple_ctx_imperative Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4848// tag::faq.template-reactive-pt2[]
4949class ReactiveTemplateExampleTest {
5050
51- @ Container private static Neo4jContainer <?> neo4jContainer = new Neo4jContainer <>("neo4j:4.0 " );
51+ @ Container private static Neo4jContainer <?> neo4jContainer = new Neo4jContainer <>("neo4j:4.4 " );
5252
5353 @ DynamicPropertySource
5454 static void neo4jProperties (DynamicPropertyRegistry registry ) {
Original file line number Diff line number Diff line change 5353public class MultipleContextsIT {
5454
5555 @ Container
56- private static Neo4jContainer container1 = new Neo4jContainer <>("neo4j:4.0 " )
56+ private static Neo4jContainer container1 = new Neo4jContainer <>("neo4j:4.4 " )
5757 .withAdminPassword ("secret1" );
5858
5959 @ Container
60- private static Neo4jContainer container2 = new Neo4jContainer <>("neo4j:4.0 " )
60+ private static Neo4jContainer container2 = new Neo4jContainer <>("neo4j:4.4 " )
6161 .withAdminPassword ("secret2" );
6262
6363 @ DynamicPropertySource
You can’t perform that action at this time.
0 commit comments