update controllers and services, stick to crud #13

Merged
mirrerror merged 6 commits from dimas into master 2023-10-04 13:28:03 +00:00
Showing only changes of commit 32066bb47a - Show all commits

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