xjlgod commented on code in PR #692: URL: https://github.com/apache/incubator-seata-samples/pull/692#discussion_r1779655700
########## 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: > What I want to do is put it in the e2e replace file, not in the sample itself. The hard-code password is existed in file before the case be implmented as e2e-case. Dose it mean we do not want any hard-code password exist in config file now ? -- 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]
