server: port: 8090 spring: application: name: environment datasource: url: jdbc:mysql://192.168.1.7:3306/huimv_ql_farm?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: show-sql: true database: mysql hibernate: ddl-auto: update database-platform: org.hibernate.dialect.MySQL5InnoDBDialect open-in-view: true # redis: # database: 0 # host: 119.3.84.55 # port: 6379 # password: hm123456 # jedis: # pool: # max-active: 20 # max-wait: -1 # max-idle: 10 # min-idle: 0 # timeout: 5000