1234567891011121314151617181920212223242526272829 |
- # 环境 dev|test|prod|cloud
- #dev环境 mysql5.7
- spring:
- datasource:
- #主库
- master:
- jdbc-url: jdbc:mysql://localhost:3306/idea_settle_down?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false&serverTimezone=UTC
- username: root
- password: 123456
- 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服务器
- serverUrl: https://www.idea-co-sf.com/settleDown/#/ssoLogin
- ssoKey: SbNj1F0oG6F5l07pV8n4Ag==
- pdfIsLinux: false
|