xjlgod commented on code in PR #692: URL: https://github.com/apache/incubator-seata-samples/pull/692#discussion_r1779449138
########## at-sample/spring-seata/src/main/resources/application.properties: ########## @@ -2,4 +2,4 @@ spring.application.name=spring-seata spring.datasource.driverClassName=com.mysql.cj.jdbc.Driver spring.datasource.url=jdbc:mysql://127.0.0.1:3306/seata?useSSL=false&useUnicode=true&characterEncoding=UTF8 spring.datasource.username=root -spring.datasource.password=123456 \ No newline at end of file +spring.datasource.password= Review Comment: if we remove hard-code credential, it means we should write it in another place? the application can not read password. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
