1234567891011121314151617181920 |
- server:
- port: 8098
- spring:
- application:
- name: huimv-farm-receiver
- #------DataSource-----
- datasource:
- url: jdbc:mysql://122.112.224.199:3306/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
- # driver-class-name: com.mysql.jdbc.Driver
- jpa:
- hibernate:
- ddl-auto: none
- database-platform: org.hibernate.dialect.MySQL5InnoDBDialect
- redis:
- host: 122.112.224.199
- port: 6379
- password: hm123456
|