Skip to content

Commit 10738c7

Browse files
authored
Update README.md
1 parent a2cc8f5 commit 10738c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ Microservices will allow for independent scaling of the components based on the
4545
│ │
4646
│ ├── /config # Application configuration (Spring beans)
4747
│ │ ├── AppConfig.java # Main configuration (Spring Boot)
48-
│ │ ├── SecurityCon
49-
fig.java # Security configuration (authentication)
48+
│ │ ├── SecurityConfig.java # Security configuration (authentication)
5049
│ │ └── QueueConfig.java # Kafka/RabbitMQ config
5150
│ │
5251
│ └── /util # Utility classes (e.g., parsers, validators)

0 commit comments

Comments
 (0)