Skip to content

Commit

Permalink
add properties to git
Browse files Browse the repository at this point in the history
  • Loading branch information
qreqit committed Jun 30, 2024
1 parent eb7a11b commit ff9bf94
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/test/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
spring.datasource.url=jdbc:mysql://localhost:3306/mapstruct?createDatabaseIfNotExist=true
spring.datasource.username=<YOUR_LOGIN>
spring.datasource.password=<YOUR_PASSWORD>
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.url=jdbc:h2:mem:testdb
spring.datasource.driverClassName=org.h2.Driver
spring.datasource.username=sa
spring.datasource.password=password
spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
spring.jpa.hibernate.ddl-auto=create-drop
spring.jpa.show-sql=true
spring.jpa.open-in-view=false
Expand Down

0 comments on commit ff9bf94

Please sign in to comment.