Fix Jinja2 template syntax formatting
This commit is contained in:
14
README.md
14
README.md
@@ -4,12 +4,12 @@ A production-ready template for building web services with Rust and Axum.
|
||||
|
||||
## Features
|
||||
|
||||
- 🚀 **Axum** - Fast and ergonomic web framework
|
||||
- ⚙️ **Configuration Management** - Environment-based config with `figment`
|
||||
- 📝 **Structured Logging** - JSON logging in production with `tracing`
|
||||
- 🔄 **Graceful Shutdown** - Handles SIGTERM and SIGINT signals
|
||||
- 🏗️ **Plugin Architecture** - Modular app initialization with `axum-app-wrapper`
|
||||
- 🔌 **Optional OpenAPI** - API documentation with `aide` (optional)
|
||||
- **Axum** - Fast and ergonomic web framework
|
||||
- **Configuration Management** - Environment-based config with `figment`
|
||||
- **Structured Logging** - JSON logging in production with `tracing`
|
||||
- **Graceful Shutdown** - Handles SIGTERM and SIGINT signals
|
||||
- ️**Plugin Architecture** - Modular app initialization with `axum-app-wrapper`
|
||||
- **Optional OpenAPI** - API documentation with `aide` (optional)
|
||||
|
||||
## Usage
|
||||
|
||||
@@ -108,4 +108,4 @@ pub async fn create_app() -> anyhow::Result<(axum::Router, AppConfig, impl Futur
|
||||
|
||||
## License
|
||||
|
||||
Configure your license as needed.
|
||||
Configure your license as needed.
|
||||
|
||||
Reference in New Issue
Block a user