eltiempoweb/backend/Java/target/classes/application.properties

10 lines
403 B
Properties

spring.datasource.url=jdbc:mysql://db:3306/clima?serverTimezone=UTC&allowPublicKeyRetrieval=true&useSSL=false
spring.datasource.username=admin
spring.datasource.password=Eavne,e1m
spring.datasource.driver-class-name=org.mariadb.jdbc.Driver
# spring.jpa.database-platform=org.hibernate.dialect.MariaDBDialect
spring.jpa.hibernate.ddl-auto=none
spring.jpa.show-sql=true
server.servlet.context-path=/apis