| 1234567891011121314151617181920212223242526272829303132 |
- spring:
- datasource:
- driver-class-name: com.mysql.jdbc.Driver
- url: jdbc:mysql://localhost:28571/cwg_card?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
- logging:
- level:
- com.crm.manager.dao.mapper: trace
- config: classpath:logback-dev.xml
- # redis:
- # host: 127.0.0.1
- eureka:
- client:
- serviceUrl:
- defaultZone: http://admin:admin123456@localhost:18000/eureka
- login:
- single-sign-on: true
- web:
- upload-path: ..\upload
- export-path: ..\export
- ribbon:
- ReadTimeout: 60000
- ConnectTimeout: 60000
- #logging:
- # config: classpath:logback-dev.xml
|