docs: add new documentation for API Gateway, core model, and backend structure
Introduced detailed documentation for the API Gateway, including its configuration and responsibilities in the system (e.g., routing, security, and cross-cutting concerns). Added a README for the core model directory to define its structure and workflow. Created a new backend README to describe its components and their documentation structure. Simplified and clarified legacy specifications for archiving purposes.
This commit is contained in:
@@ -52,7 +52,7 @@ The Kotlin DSL supports lazy property assignment using the `=` operator for type
|
||||
|
||||
```kotlin
|
||||
// Instead of:
|
||||
javaVersion.set(JavaLanguageVersion.of(17))
|
||||
// javaVersion.set(JavaLanguageVersion.of(17))
|
||||
|
||||
// Use:
|
||||
javaVersion = JavaLanguageVersion.of(17)
|
||||
@@ -106,5 +106,3 @@ repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
```
|
||||
|
||||
*(Dies ist eine gekürzte Zusammenfassung. Das Originaldokument enthält detailliertere Informationen.)*
|
||||
|
||||
Reference in New Issue
Block a user