Skip to content
Snippets Groups Projects
Commit 0c6cc8ac authored by Shrey Patel's avatar Shrey Patel
Browse files

tests

parent e1fcaf13
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@ target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
!**/src/main/resources/application.properties
### STS ###
.apt_generated
......@@ -30,4 +31,4 @@ build/
!**/src/test/**/build/
### VS Code ###
.vscode/
.vscode/
\ No newline at end of file
spring.jpa.hibernate.ddl-auto=create
spring.datasource.url=jdbc:mysql://${MYSQL_HOST:localhost}:3306/inventory
spring.datasource.username=root
spring.datasource.password=
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
#spring.jpa.show-sql: true
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment