nest-cloud / nestcloud

A NodeJS micro-service solution, writing by Typescript language and NestJS framework.
MIT License
421 stars 55 forks source link

Use forRootAsync in module initialization for code samples #39

Closed koolamusic closed 1 year ago

koolamusic commented 3 years ago

@miaowing I updated the sample code within the repository to use the forRootAsync method in all Modules and also updated the provider constants being used.

This way people can have less issues when referencing the sample code.