Categorygithub.com/starter-go/starter
modulepackage
1.0.12
Repository: https://github.com/starter-go/starter.git
Documentation: pkg.go.dev

# README

starter

这是 starter 框架的核心模块,提供自动配置、日志初始化等功能.

常用属性

名称用途备注
debug.enabled启用调试功能
debug.log-properties把属性打印到日志中需要配置 "debug.enabled" 为true
debug.log-environment把 环境变量 打印到日志中需要配置 "debug.enabled" 为true
debug.log-arguments把 命令行参数 打印到日志中需要配置 "debug.enabled" 为true

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Functions

Configen 运行自动配置代码生成工具.
Init 返回一个新的应用初始化工具.
Module 导出模块 [github.com/starter-go/starter].

# Interfaces

Initializer 表示应用程序的初始化对象.