| 12345678910111213141516171819202122232425262728 |
- spring:
- datasource:
- driver-class-name: com.mysql.cj.jdbc.Driver
- url: jdbc:mysql://103.158.191.66:28571/cwg_vaultody?useUnicode=true&characterEncoding=utf8&allowMultiQueries=true&useSSL=false
- username: root
- password: NSH01Y0GTmUNjgg6xw80qg==
- # cloud:
- # client:
- # ip-address: 127.0.0.1
- jpa:
- database: MYSQL
- hibernate:
- naming-strategy: org.hibernate.cfg.ImprovedNamingStrategy
- show-sql: true
- 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
|