Commit 48906a68 by yangxianglong

自采联营门店系统开发

parent 45c1686e
# 生产环境配置 - MySQL 数据库 # 生产环境配置 - MySQL 数据库
spring: spring:
datasource: datasource:
url: jdbc:mysql://106.15.9.190:3306/lemeng?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=Asia/Shanghai url: jdbc:mysql://127.0.0.1:3306/lemeng?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=Asia/Shanghai
driver-class-name: com.mysql.cj.jdbc.Driver driver-class-name: com.mysql.cj.jdbc.Driver
username: root username: root
password: '2ws$gsda%lp3tP!3s%d5r$ti3' password: '123456'
jpa: jpa:
hibernate: hibernate:
ddl-auto: update ddl-auto: update
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment