Ver Fonte

change password to 'root'

Timmy há 1 ano atrás
pai
commit
2c41158f8c

+ 1 - 1
hichina-admin-backend/src/main/resources/application-dev.properties

@@ -2,7 +2,7 @@ server.port=9050
 
 spring.datasource.url=jdbc:mysql://localhost:3306/unified_hichina?zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf8&&allowMultiQueries=true
 spring.datasource.username=root
-spring.datasource.password=Passw0rd
+spring.datasource.password=root
 spring.datasource.tomcat.max-wait=20000
 spring.datasource.tomcat.max-active=50
 spring.datasource.tomcat.max-idle=20