#25 order-service: mariadb

This commit is contained in:
haerong22
2022-12-21 20:23:35 +09:00
parent 2391d9b1a5
commit f55619ac15

View File

@@ -16,10 +16,14 @@ spring:
show-sql: true
generate-ddl: true
datasource:
driver-class-name: org.h2.Driver
url: jdbc:h2:mem:testdb
username: sa
password:
# driver-class-name: org.h2.Driver
# url: jdbc:h2:mem:testdb
# username: sa
# password:
driver-class-name: org.mariadb.jdbc.Driver
url: jdbc:mariadb://localhost:3306/mydb
username: root
password: 1a2w3e4r!!
eureka:
instance: