0

add Spring Data

This commit is contained in:
2021-05-18 19:11:44 +03:00
parent ab03ab1271
commit 4a37364497
8 changed files with 168 additions and 12 deletions

View File

@@ -33,6 +33,11 @@ dependencies {
}
implementation 'org.springframework:spring-context:5.2.5.RELEASE'
// compileOnly потому, что в spigot/paper уже есть драйвер для MySQL 5
compileOnly 'mysql:mysql-connector-java:5.1.48'
implementation 'org.hibernate:hibernate-core:5.4.14.Final'
implementation 'org.springframework.data:spring-data-jpa:2.2.6.RELEASE'
}
processResources {