mirror of
https://github.com/OkaeriPoland/okaeri-timings.git
synced 2026-01-20 02:04:16 +01:00
Create backend skeleton
This commit is contained in:
13
backend/dataaccess/build.gradle
Normal file
13
backend/dataaccess/build.gradle
Normal file
@@ -0,0 +1,13 @@
|
||||
dependencies {
|
||||
|
||||
implementation 'org.springframework.boot:spring-boot-starter-cache'
|
||||
implementation 'org.springframework.boot:spring-boot-starter-validation'
|
||||
implementation 'org.springframework.boot:spring-boot-starter-data-redis'
|
||||
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
|
||||
implementation 'org.springframework.boot:spring-boot-starter-data-rest'
|
||||
|
||||
runtimeOnly 'mysql:mysql-connector-java'
|
||||
runtimeOnly 'com.h2database:h2'
|
||||
|
||||
implementation 'com.github.f4b6a3:uuid-creator:4.3.1'
|
||||
}
|
||||
Reference in New Issue
Block a user