wuchunfu commented on code in PR #83:
URL: https://github.com/apache/bigtop-manager/pull/83#discussion_r1798437152
##########
bigtop-manager-server/src/main/resources/application.yml:
##########
@@ -30,10 +30,10 @@ spring:
main:
banner-mode: log
datasource:
- driver-class-name: org.postgresql.Driver
- url: jdbc:postgresql://localhost:5432/bigtop_manager
- username: postgres
- password: postgres
+ driver-class-name: com.mysql.cj.jdbc.Driver
+ url: jdbc:mysql://localhost:3306/bigtop_manager
+ username: root
+ password: root
Review Comment:
@Cat-Drink Please withdraw the submission of this code, there is no need to
modify it here
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]