123456789101112131415161718192021222324252627282930313233 |
- server:
- port: 8011
- spring:
- application:
- name: huimv-huyang-admin
- datasource:
- url: jdbc:mysql://122.112.219.87:3306/huimv_deqing_huyang?useUnicode=true&characterEncoding=UTF-8&useSSL=false&autoReconnect=true&serverTimezone=Asia/Shanghai
- username: root
- password: ?root@huimv_farm!
- driver-class-name: com.mysql.cj.jdbc.Driver
- #redis
- redis:
- host: 122.112.224.199
- port: 6379
- password: hm123456
- mybatis-plus:
- configuration:
- # log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl
- log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
- img:
- url: https://img.ifarmcloud.com/images/
- basePath: /home/huimv/img/
- ip: 139.9.167.178
- user: huimv
- password: "!hm123@1"
- port: 22
|