Commit 2f59826e authored by RingEric's avatar RingEric

主程序的入口

parent 7c8bd7f8
package qm.entry
import qm.flink.FlinkEntry
/**
* @ClassName: Entry
* @Description: 流入口
* @Create by: LinYoung
* @Date: 2020/12/24 12:31
*/
object Entry {
def main(args: Array[String]): Unit = {
FlinkEntry.entry()
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment