Skip to content
Snippets Groups Projects
Commit fcf8b800 authored by Jan Kožusznik's avatar Jan Kožusznik
Browse files

Modifiy gitignore and position of db

parent a73d6ce9
Branches
No related merge requests found
......@@ -13,4 +13,5 @@
*.iml
*.idea
lab08.imgs
derby.log
/db/
......@@ -29,7 +29,7 @@
data source, this example data source is just for development and testing! -->
<properties>
<!-- Properties for Hibernate -->
<property name="javax.persistence.jdbc.url" value="jdbc:derby:lab09;create=true" />
<property name="javax.persistence.jdbc.url" value="jdbc:derby:db/lab09;create=true" />
<property name="javax.persistence.jdbc.driver" value="org.apache.derby.jdbc.EmbeddedDriver" />
<property name="hibernate.show_sql" value="true" />
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment