Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

对配置文件面向开发者做的可读性,便利性处理 #278

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Mar 2, 2022

  1. 优化

    1.优化 program 可读性
    2.移除无用的 appsettings 静态方法的注入
    
    修改
    1.让配置文件更具可读性,根据功能等信息分类;不同环境配置更加清晰
    2.直接配置需要加入的自定义配置文件夹,自动完成配置添加
    3.不同环境时只需配置一次appsettings.[EnvironmentName].json文件即可,不用频繁的在不同环境中修改大量的配置信息
    Linlccc committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    1be90f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2022

  1. Configuration menu
    Copy the full SHA
    a95547c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd2bc74 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. Merge branch 'master' of https://github.com/anjoy8/Blog.Core into anj…

    …oy8-master
    Linlccc committed May 5, 2022
    Configuration menu
    Copy the full SHA
    22a7570 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb569ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15f91eb View commit details
    Browse the repository at this point in the history
  4. 使用合并json

    Linlccc committed May 5, 2022
    Configuration menu
    Copy the full SHA
    bd9c048 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. Configuration menu
    Copy the full SHA
    d45d0f1 View commit details
    Browse the repository at this point in the history
  2. feat:change appSetting

    anjoy8 committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    252f8c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba55781 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca011b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3f77aed View commit details
    Browse the repository at this point in the history