Skip to content

Commit

Permalink
ci : 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
K-KY committed Dec 31, 2024
1 parent 07b93ca commit 4732a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ spring.config.import=optional:file:.env[.properties]


# DataSource Settings
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.driver-class-name=${SPRING_DATASOURCE_DRIVER_CLASS_NAME}
spring.datasource.url=${SPRING_DATASOURCE_URL}
spring.datasource.username=${SPRING_DATASOURCE_USERNAME}
spring.datasource.password=${SPRING_DATASOURCE_PASSWORD}

0 comments on commit 4732a55

Please sign in to comment.