Skip to content

Commit 254483e

Browse files
committed
hibernate integration
1 parent 49302e0 commit 254483e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Furniture_Spring/src/main/java/com/project/config/WebConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public DataSource getDataSource() throws NamingException {
7272
dataSource.setDriverClassName("com.mysql.jdbc.Driver");
7373
dataSource.setUrl("jdbc:mysql://localhost:3306/spring");
7474
dataSource.setUsername("root");
75-
dataSource.setPassword("Telugu@1");
75+
dataSource.setPassword("root");
7676
return dataSource;
7777
}
7878

-14 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)