Skip to content

Commit

Permalink
add Boot decortor
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouhoujun committed Jun 22, 2020
1 parent 5b10f24 commit 5ae713f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/boot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ DI Module manager, application bootstrap. base on AOP.

* `@DIModule` DIModule decorator, use to define class as DI Module.
* `@Bootstrap` Bootstrap decorator, use to define class as bootstrp module.
* `@Annotation` Annotation decorator, use to define class build metadata config.
* `@Boot` Boot decorator, use to define class as startup service for application.
* `@Message` Message decorator, for class. use to define the class as message handle register in global message queue.

[mvc boot simple](https://github.com/zhouhoujun/type-mvc/tree/master/packages/simples)
Expand Down
2 changes: 1 addition & 1 deletion packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ DI Module manager, application bootstrap. base on AOP.

* `@DIModule` DIModule decorator, use to define class as DI Module.
* `@Bootstrap` Bootstrap decorator, use to define class as bootstrp module.
* `@Annotation` Annotation decorator, use to define class build metadata config.
* `@Boot` Boot decorator, use to define class as startup service for application.
* `@Message` Message decorator, for class. use to define the class as message handle register in global message queue.

[mvc boot simple](https://github.com/zhouhoujun/type-mvc/tree/master/packages/simples)
Expand Down
2 changes: 1 addition & 1 deletion packages/ioc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ DI Module manager, application bootstrap. base on AOP.

* `@DIModule` DIModule decorator, use to define class as DI Module.
* `@Bootstrap` Bootstrap decorator, use to define class as bootstrp module.
* `@Annotation` Annotation decorator, use to define class build metadata config.
* `@Boot` Boot decorator, use to define class as startup service for application.
* `@Message` Message decorator, for class. use to define the class as message handle register in global message queue.

[mvc boot simple](https://github.com/zhouhoujun/type-mvc/tree/master/packages/simples)
Expand Down

0 comments on commit 5ae713f

Please sign in to comment.