1234567891011121314151617181920 |
- server:
- port: 12532
- spring:
- application:
- name: location
- datasource:
- url: jdbc:mysql://115.238.57.190:3306/huimv-huyang-screen?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: update
- database-platform: org.hibernate.dialect.MySQL5InnoDBDialect
- show-sql: true
- redis:
- host: 122.112.224.199
- port: 6379
- password: hm123456
|