| 123456789101112131415161718192021222324252627282930313233 |
- spring:
- datasource:
- driver-class-name: com.mysql.cj.jdbc.Driver
- url: jdbc:mysql://8.210.194.53:13542/crm_business?useUnicode=true&characterEncoding=utf8&serverTimezone=UTC&allowMultiQueries=true&useSSL=false
- username: root
- password: F28c49d8be
- jpa:
- database: MYSQL
- hibernate:
- naming-strategy: org.hibernate.cfg.ImprovedNamingStrategy
- show-sql: true
- activemq:
- broker-url: tcp://localhost:61616
- logging:
- level:
- com.crm.manager.dao.mapper: trace
- # redis:
- # host: 127.0.0.1
- web:
- front-path: G:/crm/crm-back/crm-core/front
- upload-path: D:\upload
- export-path: D:/work/cwg/export
- eureka:
- client:
- serviceUrl:
- defaultZone: http://admin:admin123456@localhost:7000/eureka
- ribbon:
- ReadTimeout: 60000
- ConnectTimeout: 60000
- #logging:
- # config: classpath:logback-dev.xml
|