data source
spring.datasource.driverClassName=org.h2.Driver spring.datasource.url=jdbc:h2:mem:alura-forum spring.datasource.username=sa spring.datasource.password=
jpa
spring.jpa.database-platform=org.hibernate.dialect.H2Dialect spring.jpa.hibernate.ddl-auto=update
Nova propriedade a partir da versao 2.5 do Spring Boot:
spring.jpa.defer-datasource-initialization=true
h2
spring.h2.console.enabled=true spring.h2.console.path=/h2-console
PRECISO FAZER ESSA ALTERAÇÃO CORRETAMENTE PARAQ SEJA USADO O MYSQL NO LUGAR DO H2, JA REALIZEI ALGUMAS ALTERAÇOES MAS TODAS TIVERAM ALGUM ERRO.