Skip to content

Commit

Permalink
chore : gradle test 스크립트 수정
Browse files Browse the repository at this point in the history
 (CC-90)
  • Loading branch information
j2noo committed Jul 30, 2024
1 parent 984b3ab commit 48fcab9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ dependencies {
runtimeOnly 'com.mysql:mysql-connector-j'
}

tasks.named('test') {
test {
useJUnitPlatform()
}
16 changes: 8 additions & 8 deletions src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#spring:
# config:
# activate:
# on-profile: prod
# import: aws-parameterstore:/config/caecae/
#
#
#
spring:
config:
activate:
on-profile: prod
import: aws-parameterstore:/config/caecae/



0 comments on commit 48fcab9

Please sign in to comment.