Skip to content

Commit 0b27bdf

Browse files
committed
docs: add documentation
1 parent 7d9b446 commit 0b27bdf

File tree

8 files changed

+32713
-21
lines changed

8 files changed

+32713
-21
lines changed

README.md

Lines changed: 206 additions & 1 deletion
Large diffs are not rendered by default.

assets/booking-microservices.excalidraw

Lines changed: 32074 additions & 0 deletions
Large diffs are not rendered by default.

assets/booking-microservices.png

1.34 MB
Loading

assets/booking.png

24.2 KB
Loading

assets/logo.png

22.1 KB
Loading

assets/vertical-slice-architecture.excalidraw

Lines changed: 431 additions & 0 deletions
Large diffs are not rendered by default.
71.8 KB
Loading

src/buildingblocks/pom.xml

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
<dependencies>
3434

35-
<!-- Spring -->
35+
<!-- Spring Boot -->
3636
<dependency>
3737
<groupId>org.springframework.boot</groupId>
3838
<artifactId>spring-boot-starter</artifactId>
@@ -100,25 +100,7 @@
100100
<version>2.2.27</version>
101101
</dependency>
102102

103-
<!-- OpenTelemetry -->
104-
<dependency>
105-
<groupId>io.opentelemetry</groupId>
106-
<artifactId>opentelemetry-api</artifactId>
107-
<version>1.43.0</version>
108-
</dependency>
109-
110-
<dependency>
111-
<groupId>io.opentelemetry</groupId>
112-
<artifactId>opentelemetry-sdk</artifactId>
113-
<version>1.43.0</version>
114-
</dependency>
115-
116-
<dependency>
117-
<groupId>io.opentelemetry</groupId>
118-
<artifactId>opentelemetry-exporter-otlp</artifactId>
119-
<version>1.43.0</version>
120-
</dependency>
121-
103+
<!-- OpenTelemetry -->
122104
<dependency>
123105
<groupId>io.opentelemetry</groupId>
124106
<artifactId>opentelemetry-exporter-otlp-logs</artifactId>

0 commit comments

Comments
 (0)