Skip to content

Commit

Permalink
2022年11月3日17点19分:update to version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wfs committed Nov 3, 2022
1 parent 8f284d2 commit ef9ed24
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,17 @@ flink版本:1.13.6 scala 2.12
```shell
<groupId>com.sqh</groupId>
<artifactId>flink-quickstart-archetype</artifactId>
<version>1.3.2</version>
<version>2.0.0</version>
```

#### 更多连接器:

1. [apache-flink-connector子项目,包含多个连接器实现](https://github.com/dahai1996/bahir-flink)
2. [flink-cdc](https://github.com/ververica/flink-cdc-connectors)
3. [flink-connector-redis](https://github.com/dahai1996/flink-connector-lettuce-redis)
4. [doris-flink-connector](https://github.com/apache/doris-flink-connector)
5. 其他

***

#### 1.用idea打开此项目
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ under the License.

<groupId>com.sqh</groupId>
<artifactId>flink-quickstart</artifactId>
<version>1.3.2</version>
<version>2.0.0</version>
<packaging>jar</packaging>

<name>Flink Quickstart Job</name>
Expand Down

0 comments on commit ef9ed24

Please sign in to comment.