diff --git a/Backend/src/main/resources/application.properties b/Backend/src/main/resources/application.properties new file mode 100644 index 0000000..88f3e57 --- /dev/null +++ b/Backend/src/main/resources/application.properties @@ -0,0 +1,6 @@ + +spring.datasource.url=jdbc:mariadb://192.168.0.22:3306/clock +spring.datasource.username=root +spring.datasource.password=Yay, you found my database password. You're the best hacker in the world. +spring.datasource.driver-class-name=org.mariadb.jdbc.Driver +spring.jpa.hibernate.ddl-auto=update