123456789101112131415161718192021 |
- server:
- port: 8092
- spring:
- application:
- name: huimv-farm-environ
- datasource:
- #本地测试数据库
- url: jdbc:mysql://122.112.224.199/huimv-farm-center?useUnicode=true&characterEncoding=UTF-8&useSSL=false&autoReconnect=true&serverTimezone=Asia/Shanghai
- username: root
- password: hm123456
- driver-class-name: com.mysql.cj.jdbc.Driver
- jpa:
- hibernate:
- ddl-auto: none
- database-platform: org.hibernate.dialect.MySQL5InnoDBDialect
- show-sql: true
- redis:
- host: 122.112.224.199
- port: 6379
- password: hm123456
|