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:
10
backend/api/build.gradle
Normal file
10
backend/api/build.gradle
Normal file
@@ -0,0 +1,10 @@
|
||||
dependencies {
|
||||
|
||||
implementation project(':dataaccess')
|
||||
|
||||
annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'
|
||||
implementation 'org.springframework.boot:spring-boot-starter-web'
|
||||
implementation 'org.springframework.boot:spring-boot-starter-security'
|
||||
|
||||
implementation 'org.springdoc:springdoc-openapi-ui:1.5.12'
|
||||
}
|
||||
Reference in New Issue
Block a user