新增开发环境的数据库

This commit is contained in:
gxwebsoft
2023-12-20 14:18:12 +08:00
parent 1b842a9ea5
commit 4ae7261195
4 changed files with 5 additions and 44 deletions
+3 -6
View File
@@ -3,12 +3,9 @@
# 数据源配置
spring:
datasource:
# url: jdbc:mysql://127.0.0.1:3306/yunxinwei?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2B8
# username: root
# password: 123456
url: jdbc:mysql://47.119.165.234:3308/open_ws?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2B8
username: open_ws
password: DzAmFiZfPJ6ZGApm
url: jdbc:mysql://47.119.165.234:3308/yxw_demo?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2B8
username: yxw_demo
password: RJkmXmwa5DFheLAj
driver-class-name: com.mysql.cj.jdbc.Driver
type: com.alibaba.druid.pool.DruidDataSource