| 123456789101112131415161718192021222324252627 |
- server:
- port: 10000
- spring:
- datasource:
- driver-class-name: com.mysql.jdbc.Driver
- url: jdbc:mysql://localhost: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: C:\server\cwg_crm\upload
- eureka:
- client:
- serviceUrl:
- defaultZone: http://admin:admin123456@localhost:7000/eureka
- logging:
- config: classpath:logback-dev.xml
|