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