Skip to content

Commit

Permalink
fixed readme formatting
Browse files Browse the repository at this point in the history
removed jdbc
  • Loading branch information
ilaktasic committed May 7, 2021
1 parent f118161 commit dc5fe8e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -463,8 +463,10 @@ testcontainers.rabbit.docker.image: rabbitmq:3.6.14-alpine
```
<a name="ClickHouse"></a>
### ClickHouse

<a name="ClickHouseTests"></a>
##Tests
####Tests

Include the dependency:

```xml
Expand All @@ -475,8 +477,10 @@ Include the dependency:
<scope>test</scope>
</dependency>
```

<a name="ClickHouseLocalDevelopment"></a>
##Local development
####Local development

Add the following profile:

```xml
Expand Down Expand Up @@ -520,7 +524,7 @@ spring:
jdbc-url: <host>:<port>
```

##Docker image version
####Docker image version

To change the docker image used simply add the following property (e.g. in yaml):

Expand Down
4 changes: 0 additions & 4 deletions infobip-clickhouse-testcontainers-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@
<artifactId>clickhouse-jdbc</artifactId>
<version>${clickhouse-jdbc.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jdbc</artifactId>
Expand Down

0 comments on commit dc5fe8e

Please sign in to comment.