代码层次
├── route
│ ├── api
│ │ ├── ApiRoute.scala
│ └── Routes.scala
└── service
└── job
├── JobActor.scala
├── JobServiceComponent.scala
└── JobService.scala
├── component
│ ├── DefaultSchedulerJob.scala
│ └── JobRun.scala
├── repository
├── util
├── JobMain.scala
├── JobSystem.scala
Found an error in this documentation? The source code for this page can be found
here.
Please feel free to edit and contribute a pull request.