feat: 使用远端mysql作为数据库
This commit is contained in:
@@ -14,10 +14,10 @@ spring:
|
||||
ssl:
|
||||
enable: true
|
||||
datasource:
|
||||
url: jdbc:h2:${messenger.database.h2-path};MODE=MySQL;DATABASE_TO_LOWER=TRUE;CASE_INSENSITIVE_IDENTIFIERS=TRUE
|
||||
username: lanyuanxiaoyao
|
||||
password: lanyuanxiaoyao
|
||||
driver-class-name: org.h2.Driver
|
||||
url: jdbc:mysql://frp-air.top:43458/digital_market
|
||||
username: digital_market
|
||||
password: diXe7hS7yETHJGGz
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
jpa:
|
||||
generate-ddl: true
|
||||
show-sql: true
|
||||
|
||||
Reference in New Issue
Block a user