We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b288748 commit 1334504Copy full SHA for 1334504
1 file changed
06-SpringREST/SpringCrmRest/src/main/resources/persistence-sqlServer.properties
@@ -3,8 +3,8 @@
3
4
jdbc.driver = com.microsoft.sqlserver.jdbc.SQLServerDriver
5
jdbc.url = jdbc:sqlserver://LOCALHOST:1433;databaseName=App;encrypt=true;trustServerCertificate=true
6
-jdbc.user = SA
7
-jdbc.password = 74183458
+jdbc.user = can
+jdbc.password = 12345
8
9
# Connection pool properties
10
@@ -17,4 +17,4 @@ connection.pool.maxIdleTime = 3000
17
18
hibernate.dialect = org.hibernate.dialect.SQLServerDialect
19
hibernate.show_sql = true
20
-hibernate.packagesToScan = com.mc_es.spring.entity
+hibernate.packagesToScan = com.mc_es.spring.entity
0 commit comments