Dimas #6

Merged
mirrerror merged 6 commits from dimas into master 2023-09-21 10:36:46 +00:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit e793191685 - Show all commits

2
.gitignore vendored
View File

@@ -31,3 +31,5 @@ build/
### VS Code ###
.vscode/
!**/src/main/resources/application.properties

View File

@@ -1,4 +1,4 @@
spring.datasource.url=jdbc:sqlserver://DANIEL-LAPTOP\\SQLEXPRESS01:1433;databaseName=AdventureWorks2022;user=Daniel1;password=daniel;encrypt=true;trustServerCertificate=true;
spring.datasource.url=jdbc:sqlserver://DESKTOP-53DT8GT\\SQLEXPRESS:1433;databaseName=ExpensesApp;user=dimas;password=123321;encrypt=true;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