Skip to content

Commit

Permalink
add registry center
Browse files Browse the repository at this point in the history
  • Loading branch information
SbloodyS committed Aug 8, 2024
1 parent ac010f1 commit 9692e15
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ private static void dataSourceConfig(Properties userConfig, Properties springCon
String userName = userConfig.getProperty("datasource.username", "admin");
String password = userConfig.getProperty("datasource.password", "streampark");

// springConfig.put("spring.jpa.database-platform", "org.hibernate.dialect.H2Dialect");
springConfig.put("spring.datasource.driver-class-name", "org.h2.Driver");
springConfig.put("spring.datasource.username", userName);
springConfig.put("spring.datasource.password", password);
Expand Down

0 comments on commit 9692e15

Please sign in to comment.