Skip to content

Commit

Permalink
[Refactor] mySQL -> MariaDB
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyunio committed May 11, 2024
1 parent ab90159 commit f4192de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
spring.application.name=todolist

#MYSQL
#MariaDB
spring.datasource.driver-class-name=org.mariadb.jdbc.Driver
spring.jpa.database-platform=org.hibernate.dialect.MySQL5InnoDBDialect
spring.datasource.url=jdbc:mariadb://localhost:3306/jiyoon
Expand Down

0 comments on commit f4192de

Please sign in to comment.