Commit 8987d7f3 authored by RingEric's avatar RingEric

程序入口

parent 8af72391
package qm.entry
/**
* @ClassName: qm.entry
* @Description: 程序处理入口
* @Author: LinYoung
* @Date: 2021/5/26
* @Time: 11:20
*/
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