Skip to content
Snippets Groups Projects
Commit 7f98a4c6 authored by Hoai Viet Nguyen's avatar Hoai Viet Nguyen
Browse files

show database optionp

parent d95ed1bc
No related branches found
No related tags found
1 merge request!1Association with user entity video
spring.application.name=todolist spring.application.name=todolist
spring.datasource.url=jdbc:h2:file:./todolistdb #spring.datasource.url=jdbc:h2:file:./todolistdb
spring.datasource.url=jdbc:h2:file:./todolist
#spring.datasource.url=jdbc:mys
#spring.datasource.url=jdbc:mysql://localhost:3306/mydatabase
#spring.datasource.username=myuser
#spring.datasource.password=secret
#spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.username=sa spring.datasource.username=sa
spring.datasource.password=password spring.datasource.password=password
spring.jpa.hibernate.ddl-auto=update spring.jpa.hibernate.ddl-auto=update
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment