| | |
| | | |
| | | <dependencies> |
| | | |
| | | <!-- 添加数据库驱动安装包(达梦) --> |
| | | <dependency> |
| | | <groupId>dm.jdbc</groupId> |
| | | <artifactId>DmJdbcDriver18</artifactId> |
| | | <version>1.8</version> |
| | | <scope>system</scope> |
| | | <systemPath>${project.basedir}/libs/DmJdbcDriver18.jar</systemPath> |
| | | </dependency> |
| | | |
| | | <!-- caffeine --> |
| | | <dependency> |
| | | <groupId>com.github.ben-manes.caffeine</groupId> |
| | | <artifactId>caffeine</artifactId> |
| | | <version>3.0.5</version> |
| | | </dependency> |
| | | |
| | | <!-- rabbitmq --> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-amqp</artifactId> |
| | | </dependency> |
| | | |
| | | <!-- websocket --> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | |
| | | <version>${spring.boot.version}</version> |
| | | <configuration> |
| | | <fork>true</fork> |
| | | <includeSystemScope>true</includeSystemScope> |
| | | </configuration> |
| | | </plugin> |
| | | <plugin> |