Implemented service, repository and controller for each entity
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
spring.datasource.url=jdbc:sqlserver://DANIEL-LAPTOP\\SQLEXPRESS01:1433;databaseName=AdventureWorks2022;encrypt=true;user=Daniel1;password=daniel;trustServerCertificate=true;
|
||||
spring.datasource.driver-class-name=com.microsoft.sqlserver.jdbc.SQLServerDriver
|
||||
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.SQLServer2008Dialect
|
||||
spring.jpa.hibernate.naming.physical-strategy=com.faf223.expensetrackerfaf.custom.UppercaseStrategy
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user