Loading...
Loading...
Compare original and translation side by side
undefinedundefinedundefinedundefined| Module | Default | Enable Flag |
|---|---|---|
| PostgreSQL | ON | |
| Redis | OFF | |
| Kafka | OFF | |
| RabbitMQ | OFF | |
| OAuth2 | OFF | |
| 模块 | 默认状态 | 启用参数 |
|---|---|---|
| PostgreSQL | 开启 | |
| Redis | 关闭 | |
| Kafka | 关闭 | |
| RabbitMQ | 关闭 | |
| OAuth2 | 关闭 | |
openspec/specs/openspec/specs/undefinedundefinedundefinedundefinedspring-project-initspring-maven-modularspring-error-handlingspring-validationspring-loggingspring-testingspring-tdd-mockitospring-openspecspring-project-initspring-maven-modularspring-error-handlingspring-validationspring-loggingspring-testingspring-tdd-mockitospring-openspecspring-redisspring-kafkaspring-rabbitmqspring-oauth2spring-rbacspring-dockerspring-api-docsspring-monitoringspring-redisspring-kafkaspring-rabbitmqspring-oauth2spring-rbacspring-dockerspring-api-docsspring-monitoringsrc/
├── main/
│ ├── java/
│ │ └── com/company/app/
│ │ ├── config/ # Configuration classes
│ │ ├── controller/ # REST controllers
│ │ ├── service/ # Business logic
│ │ ├── repository/ # Data access
│ │ ├── domain/ # Entities
│ │ ├── dto/ # Data transfer objects
│ │ ├── exception/ # Custom exceptions
│ │ └── security/ # Security configuration
│ └── resources/
│ ├── application.yml
│ ├── application-local.yml
│ ├── application-dev.yml
│ ├── application-prod.yml
│ └── db/migration/ # Flyway migrations
├── test/
│ └── java/
│ └── com/company/app/
│ ├── unit/ # Unit tests
│ └── integration/ # Integration tests
└── openspec/
├── AGENTS.md
├── specs/ # Feature specifications
└── changes/ # Proposed changessrc/
├── main/
│ ├── java/
│ │ └── com/company/app/
│ │ ├── config/ # Configuration classes
│ │ ├── controller/ # REST controllers
│ │ ├── service/ # Business logic
│ │ ├── repository/ # Data access
│ │ ├── domain/ # Entities
│ │ ├── dto/ # Data transfer objects
│ │ ├── exception/ # Custom exceptions
│ │ └── security/ # Security configuration
│ └── resources/
│ ├── application.yml
│ ├── application-local.yml
│ ├── application-dev.yml
│ ├── application-prod.yml
│ └── db/migration/ # Flyway migrations
├── test/
│ └── java/
│ └── com/company/app/
│ ├── unit/ # Unit tests
│ └── integration/ # Integration tests
└── openspec/
├── AGENTS.md
├── specs/ # Feature specifications
└── changes/ # Proposed changes