Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
hardingadonis committed Mar 3, 2024
1 parent 70f763e commit 91038e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/config.mysql.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
config.jdbc.url=localhost
config.jdbc.url=database
config.jdbc.database_name=saledock
config.jdbc.user=root
config.jdbc.password=
2 changes: 1 addition & 1 deletion src/main/resources/hibernate.cfg.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<session-factory>
<!-- JDBC Database connection settings -->
<property name="hibernate.connection.driver_class">com.mysql.cj.jdbc.Driver</property>
<property name="hibernate.connection.url">jdbc:mysql://localhost:3306/saledock?createDatabaseIfNotExist=true</property>
<property name="hibernate.connection.url">jdbc:mysql://database:3306/saledock?createDatabaseIfNotExist=true</property>
<property name="hibernate.connection.username">root</property>
<property name="hibernate.connection.password"></property>

Expand Down

0 comments on commit 91038e2

Please sign in to comment.