#25 order-service: mariadb
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user