Change .gitignore and connect to the DB

This commit is contained in:
mirrerror
2023-09-21 13:18:56 +03:00
parent f5c69ef316
commit e793191685
2 changed files with 3 additions and 1 deletions

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