12345678910111213141516171819202122232425262728 |
- # 环境 dev|test|prod|cloud
- #dev环境 mysql5.7
- spring:
- datasource:
- #主库
- master:
- jdbc-url: jdbc:mysql://47.113.226.116:3306/idea_settle_down?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false&serverTimezone=UTC
- username: pany
- password: asset@2002302!24
- driver-class-name: com.mysql.jdbc.Driver
- hikari:
- maxLifetime: 1765000
- maximumPoolSize: 15
- application:
- name: search
- data:
- elasticsearch:
- cluster-name: idea-es-cluster-1 # cluster_name
- cluster-nodes: 36.134.98.30:9300 # 测试es服务器
- server:
- port: 9016
- serverUrl: https://www.idea-co-sf.com/settleDown/#/login
|