Commit f603576b by guanguan1009

配置文件

parents
spring:
datasource:
url: jdbc:mysql://192.168.4.244:3306/jin_xiao_yi?useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC&useSSL=false
username: dev
password: dev@MySQL123
jpa:
hibernate:
ddl-auto: none
database: MYSQL
show-sql: true
properties:
hibernate:
dialect: org.hibernate.dialect.MySQL5Dialect
redis:
host: ${REDIS_HOST:192.168.4.240}
password: ${REDIS_PASSWORD:Redis@123}
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