mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-12-02 20:21:54 +08:00
8 lines
251 B
YAML
8 lines
251 B
YAML
|
spring:
|
||
|
# 数据源配置项
|
||
|
datasource:
|
||
|
url: jdbc:mysql://127.0.1:3306/ruoyi-vue-pro?useSSL=false&useUnicode=true&characterEncoding=UTF-8&serverTimezone=CTT
|
||
|
driver-class-name: com.mysql.jdbc.Driver
|
||
|
username: root
|
||
|
password: 123456
|