Checkpoint
This commit is contained in:
parent
eadbcc976b
commit
b1b9febb11
6
buisnesslogic/src/test/resources/application.properties
Normal file
6
buisnesslogic/src/test/resources/application.properties
Normal file
@ -0,0 +1,6 @@
|
||||
spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5Dialect
|
||||
spring.datasource.url=jdbc:mariadb://localhost:3306/test
|
||||
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
|
Loading…
Reference in New Issue
Block a user