| 12345678910111213141516171819202122232425262728 |
- spring:
- datasource:
- driver-class-name: com.mysql.cj.jdbc.Driver
- url: jdbc:mysql://103.214.175.29:28571/cwg_settlement?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai&allowMultiQueries=true&useSSL=false
- username: root
- password: NSH01Y0GTmUNjgg6xw80qg==
- jpa:
- hibernate:
- ddl-auto: none
- show-sql: true
- open-in-view: false
- properties:
- hibernate:
- dialect: org.hibernate.dialect.MySQLDialect
- activemq:
- broker-url: tcp://localhost:61616
- logging:
- level:
- com.crm.manager.dao.mapper: trace
- web:
- front-path: ./front
- upload-path: ../upload
- role:
- excludePathPatterns:
- /**
- #logging:
- # config: classpath:logback-dev.xml
|