diff --git a/prototype/.gitignore b/prototype/.gitignore new file mode 100644 index 0000000..a08614f --- /dev/null +++ b/prototype/.gitignore @@ -0,0 +1 @@ +./test.db diff --git a/prototype/src/main/resources/application.properties b/prototype/src/main/resources/application.properties index 704e4c8..23c82d2 100644 --- a/prototype/src/main/resources/application.properties +++ b/prototype/src/main/resources/application.properties @@ -6,7 +6,7 @@ logging.level.org.springframework.web=INFO # DATABASE -spring.datasource.url = jdbc:sqlite:src/main/resources/test.db +spring.datasource.url = jdbc:sqlite:./test.db spring.datasource.driverClassName = org.sqlite.JDBC spring.jpa.properties.hibernate.dialect = org.hso.ecommerce.db.SQLiteDialect spring.jpa.hibernate.ddl-auto=update