optimize code

This commit is contained in:
mirrerror
2023-10-02 08:25:41 +03:00
parent ddfa5583ce
commit 32066bb47a

View File

@@ -1,9 +0,0 @@
# MySQL Connection Configuration
spring.datasource.url=jdbc:mariadb://194.195.242.137:3306/expensetracker
spring.datasource.username=root
spring.datasource.password=daniel$$$javatop
spring.datasource.driver-class-name=org.mariadb.jdbc.Driver
# Hibernate Configuration
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQLDialect
server.port=8081