File tree 1 file changed +5
-0
lines changed
modules/oceanbase/src/main/java/org/testcontainers/oceanbase
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,19 @@ public class OceanBaseCEContainer extends JdbcDatabaseContainer<OceanBaseCEConta
24
24
private static final DockerImageName DEFAULT_IMAGE_NAME = DockerImageName .parse (DOCKER_IMAGE_NAME );
25
25
26
26
private static final Integer SQL_PORT = 2881 ;
27
+
27
28
private static final Integer RPC_PORT = 2882 ;
28
29
29
30
private static final String SYSTEM_TENANT_NAME = "sys" ;
31
+
30
32
private static final String DEFAULT_USERNAME = "root" ;
33
+
31
34
private static final String DEFAULT_PASSWORD = "" ;
35
+
32
36
private static final String DEFAULT_DATABASE_NAME = "test" ;
33
37
34
38
private String tenantName = "test" ;
39
+
35
40
private String driverClassName = "com.mysql.cj.jdbc.Driver" ;
36
41
37
42
public OceanBaseCEContainer (String dockerImageName ) {
You can’t perform that action at this time.
0 commit comments