Skip to content

Commit

Permalink
Test mysql connection for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Pelayori committed Mar 10, 2024
1 parent 62f8c06 commit 0a09eb5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/test/resources/application-test.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Deploy in HTTPS
server.port=443

#spring.datasource.url=jdbc:mysql://${MYSQL_HOST}:${MYSQL_PORT}/${MYSQL_DATABASE}
#spring.datasource.username=${MYSQL_USER}
#spring.datasource.password=${MYSQL_PASSWORD}
#spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.jpa.hibernate.ddl-auto=create

0 comments on commit 0a09eb5

Please sign in to comment.