We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2cc8f5 commit 10738c7Copy full SHA for 10738c7
README.md
@@ -45,8 +45,7 @@ Microservices will allow for independent scaling of the components based on the
45
│ │
46
│ ├── /config # Application configuration (Spring beans)
47
│ │ ├── AppConfig.java # Main configuration (Spring Boot)
48
-│ │ ├── SecurityCon
49
-fig.java # Security configuration (authentication)
+│ │ ├── SecurityConfig.java # Security configuration (authentication)
50
│ │ └── QueueConfig.java # Kafka/RabbitMQ config
51
52
│ └── /util # Utility classes (e.g., parsers, validators)
0 commit comments