errors
Failed to load YAML frontmatter: (<unknown>): mapping values are not allowed in this context at line 2 column 6

可以在app.info里面通过在events节点下配置startUp启动事件,指定多个启动应用时调用的模型方法:

"events":{
  "startUp": [
    "iiot_thing_manager::startUp",
    "iiot_thing_entity::load"
  ]
}