File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 3636# ## VS Code ###
3737.vscode /
3838
39- . /src /main /resources /application.properties
39+ /src /main /resources /application.properties
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ RUN wget https://services.gradle.org/distributions/gradle-8.7-bin.zip -O /tmp/gr
1313ENV GRADLE_HOME=/opt/gradle
1414ENV PATH=$GRADLE_HOME/bin:$PATH
1515
16- WORKDIR /app
1716COPY . .
1817
1918# Запуск сборки и запускаем Spring Boot приложение
Original file line number Diff line number Diff line change @@ -24,16 +24,15 @@ repositories {
2424}
2525
2626dependencies {
27+ implementation(" org.springdoc:springdoc-openapi-starter-webmvc-ui:2.7.0" )
2728 implementation(" io.jsonwebtoken:jjwt-api:0.11.5" )
2829 runtimeOnly(" io.jsonwebtoken:jjwt-impl:0.11.5" )
2930 runtimeOnly(" io.jsonwebtoken:jjwt-jackson:0.11.5" )
3031 implementation(" com.squareup.okhttp3:okhttp:4.12.0" )
31- implementation(" org.springframework.boot:spring-boot-starter-data-jpa" )
3232 implementation(" org.springframework.boot:spring-boot-starter-data-mongodb" )
3333 implementation(" org.springframework.boot:spring-boot-starter-web" )
3434 compileOnly(" org.projectlombok:lombok" )
3535 developmentOnly(" org.springframework.boot:spring-boot-devtools" )
36- developmentOnly(" org.springframework.boot:spring-boot-docker-compose" )
3736 annotationProcessor(" org.projectlombok:lombok" )
3837 testImplementation(" org.springframework.boot:spring-boot-starter-test" )
3938 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
You can’t perform that action at this time.
0 commit comments