Skip to content

Commit

Permalink
realisation connect to db and create crud operation
Browse files Browse the repository at this point in the history
  • Loading branch information
SviatoslavTataryn committed Apr 28, 2024
1 parent 5d9e51a commit a154fb0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,18 @@
<maven.checkstyle.plugin.configLocation>
https://raw.githubusercontent.com/mate-academy/style-guides/master/java/checkstyle.xml
</maven.checkstyle.plugin.configLocation>

</properties>
<dependencies>
<!-- https://mvnrepository.com/artifact/com.mysql/mysql-connector-j -->
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>8.3.0</version>
</dependency>


</dependencies>

<build>
<plugins>
Expand Down

0 comments on commit a154fb0

Please sign in to comment.