backend/buisnesslogic/src/test/resources/application.properties

7 lines
304 B
Properties
Raw Normal View History

2020-06-11 17:50:33 +02:00
spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5Dialect
2020-06-11 19:02:11 +02:00
spring.datasource.url=jdbc:mysql://172.20.0.2:3306/test
2020-06-11 17:50:33 +02:00
spring.datasource.username=root
spring.datasource.password=example
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.jpa.hibernate.ddl-auto=create-drop