diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index d7c744d..0adb9bc 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -8,8 +8,8 @@ logging.level.org.springframework=DEBUG # Configuración de la base de datos MySQL spring.datasource.url=jdbc:mysql://localhost:3306/Inventario?useSSL=false&serverTimezone=UTC -spring.datasource.username=root -spring.datasource.password=0517 +spring.datasource.username=InventarioSpring +spring.datasource.password=1234567891 spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver # Configuración de JPA e Hibernate