We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5819abf + 240a8ef commit f0bcd06Copy full SHA for f0bcd06
2 files changed
.github/workflows/gradle.yml
@@ -45,7 +45,7 @@ jobs:
45
run: |
46
cd ./src/main/resources
47
touch ./application.yml
48
- echo "${{ secrets.YML }}" > ./application.yml
+ echo "${{ secrets.YML_PROD }}" > ./application.yml
49
shell: bash
50
51
# gradle chmod
build.gradle
@@ -42,8 +42,6 @@ dependencies {
42
testImplementation 'org.springframework.boot:spring-boot-starter-test'
43
testImplementation 'org.springframework.security:spring-security-test'
44
- implementation 'com.h2database:h2'
-
//openApi
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.2.0'
0 commit comments