简体   繁体   中英

How to create a Twitter Heron project using IntelliJ IDEA on Windows 10?

I want to create a Twitter Heron project using IntelliJ IDEA on Windows 10. But I cannot find tutorials about it. Any suggestions would be appreciated.

There's a simple Maven-based starter project that you can clone and use here .

$ git clone https://github.com/streamlio/heron-java-streamlet-api-example

To use the starter in IntelliJ, just click Import Project , select the cloned directory, select "Maven" under Import project from external model , and IntelliJ should take care of the rest. Feel free to respond if you run into any issues.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM