| | |
| | | <artifactId>skjcmanager-nky-api</artifactId> |
| | | <version>3.0.1.RELEASE</version> |
| | | </dependency> |
| | | |
| | | <!--rabit消息队列--> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-amqp</artifactId> |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | | |
| | |
| | | |
| | | #多数据源配置 |
| | | spring: |
| | | rabbitmq: |
| | | host: 10.10.3.146 |
| | | port: 5672 |
| | | username: algo |
| | | password: P6#yzdd7 |
| | | virtual-host: / |
| | | #排除DruidDataSourceAutoConfigure |
| | | autoconfigure: |
| | | exclude: com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure |
| | |
| | | |
| | | #多数据源配置 |
| | | spring: |
| | | rabbitmq: |
| | | host: 10.42.7.146 |
| | | port: 5672 |
| | | username: algo |
| | | password: P6#yzdd7 |
| | | virtual-host: / |
| | | #排除DruidDataSourceAutoConfigure |
| | | autoconfigure: |
| | | exclude: com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure |