Skip to content

Commit

Permalink
migrated tests from H2 base to MySQL
Browse files Browse the repository at this point in the history
  • Loading branch information
fedorovychh committed Jan 9, 2024
1 parent d150be9 commit 294db74
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/test/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
spring.datasource.url=jdbc:h2:mem:testdb
spring.datasource.driverClassName=org.h2.Driver
spring.datasource.url=jdbc:tc:mysql:8:///book_store_db
spring.datasource.username=sa
spring.datasource.password=password
spring.jpa.database-platform=org.hibernate.dialect.H2Dialect

jwt.expiration=30000
jwt.secret=t34un89gjmnirej3235h935gipakkgvhee3435533hrddsbcoliq

0 comments on commit 294db74

Please sign in to comment.