Skip to content

Commit 3974b36

Browse files
committed
doc: readme
1 parent 90c96bc commit 3974b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This project serves as a boilerplate for building Java 17 applications using the
1616
- [**Java 17**](https://www.oracle.com/br/java/technologies/downloads/): The latest long-term support version of Java, ensuring modern language features and improvements.
1717
- [**Maven**](https://maven.apache.org/): Used for project management and dependency management.
1818
- [**Docker Compose**](https://docs.docker.com/compose/): Simplifies local development by allowing you to run the entire application stack (including MySQL) within Docker containers.
19-
- [**Dirk**](https://github.com/int4/dirk): A lightweight dependency injection library for managing object creation and dependencies.
19+
- [**Dirk**](https://github.com/hjohn/Dirk): A lightweight dependency injection library for managing object creation and dependencies.
2020
- [**SLF4J with Log4j2**](https://logging.apache.org/log4j/2.x/): Provides robust and flexible logging through the SLF4J API, using Log4j2 as the logging backend.
2121
- [**JDBC**](https://docs.oracle.com/javase/tutorial/jdbc/): Utilized for establishing a connection to relational databases and performing SQL operations.
2222
- [**MySQL Database**](https://www.mysql.com/): The database for storing and managing application data.

0 commit comments

Comments
 (0)