| 1234567891011121314151617181920212223242526272829 |
- spring:
- datasource:
- driver-class-name: com.mysql.jdbc.Driver
- url: jdbc:mysql://103.158.191.66:28571/crm_golden?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://localhost:61616
- # redis:
- # host: 47.75.159.72
- # masterPassword: 123123
- web:
- upload-path: ../upload
- front-path: G:\crm\trader_test_front\customer-frontend-dist
- eureka:
- client:
- serviceUrl:
- defaultZone: http://admin:admin123456@localhost:7000/eureka
- #logging:
- # config: classpath:logback-dev.xml
- logging:
- level:
- com.crm.manager.dao.mapper: trace
|