setup the IDE
https://ci.apache.org/projects/flink/flink-docs-release-1.3/quickstart/java_api_quickstart.html
1 | mvn archetype:generate \ |
Providing the value of
1 | Define value for property 'groupId': learn.rachel.flink |
This command should run under the folder where the source code parent folder not exist.
For example, run under D:\workspaces
Then, after the cmd run , the project root will be D:\workspaces\flinksamples