Stiven Trujillo@strujillodev
spring.datasource.url=jdbc:mysql://localhost:3306/BASE_DE_DATOS?serverTimezone=UTC
spring.datasource.dbname=BASE_DE_DATOS
spring.datasource.username=root
spring.datasource.password=stiven1293
spring.datasource.tomcat.max-wait=20000
spring.datasource.tomcat.max-active=50
spring.datasource.tomcat.max-idle=20
spring.datasource.tomcat.min-idle=15
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver