diff --git a/be/controlG/src/main/resources/application-testDB.yml b/be/controlG/src/main/resources/application-testDB.yml index 5101c07..c015f90 100644 --- a/be/controlG/src/main/resources/application-testDB.yml +++ b/be/controlG/src/main/resources/application-testDB.yml @@ -1,7 +1,7 @@ spring: datasource: driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://localhost:3306/controlG?allowPublicKeyRetrieval=true&useSSL=false + url: jdbc:mysql://localhost:3306/controlg?allowPublicKeyRetrieval=true&useSSL=false username: root password: 1234 sql: