netcorepal / netcorepal-cloud-framework

基于 ASP.NET Core 的领域驱动设计微服务架构实现方案
https://netcorepal.github.io/netcorepal-cloud-framework/
MIT License
115 stars 29 forks source link

关于Bootstrapper的设计 #21

Open witskeeper opened 5 months ago

witskeeper commented 5 months ago

在这里讨论Bootstrapper的需求与设计。

与 #20 相关

witskeeper commented 5 months ago

Bootstrapper主要用来解决什么问题?

zhouyongh commented 5 months ago

Bootstrapper

程序引导器,主要负责

  1. 初始化,检查环境。
  2. 配置(日志、容器等。)
  3. 引导(Main -> MainWindow)。