| | |
| | | <parent> |
| | | <artifactId>ruoyi-extend</artifactId> |
| | | <groupId>com.ruoyi</groupId> |
| | | <version>3.2.0</version> |
| | | <version>3.4.0</version> |
| | | </parent> |
| | | <artifactId>ruoyi-xxl-job-admin</artifactId> |
| | | <packaging>jar</packaging> |
| | |
| | | <version>${mysql-connector-java.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>de.codecentric</groupId> |
| | | <artifactId>spring-boot-admin-starter-client</artifactId> |
| | | </dependency> |
| | | |
| | | <!-- xxl-job-core --> |
| | | <dependency> |
| | | <groupId>com.xuxueli</groupId> |
| | |
| | | </dependencies> |
| | | |
| | | <build> |
| | | <finalName>${project.artifactId}</finalName> |
| | | <plugins> |
| | | <plugin> |
| | | <groupId>org.springframework.boot</groupId> |
| | |
| | | </execution> |
| | | </executions> |
| | | </plugin> |
| | | <plugin> |
| | | <groupId>org.apache.maven.plugins</groupId> |
| | | <artifactId>maven-resources-plugin</artifactId> |
| | | <configuration> |
| | | <nonFilteredFileExtensions> |
| | | <nonFilteredFileExtension>ttf</nonFilteredFileExtension> |
| | | <nonFilteredFileExtension>jks</nonFilteredFileExtension> |
| | | <nonFilteredFileExtension>woff</nonFilteredFileExtension> |
| | | <nonFilteredFileExtension>woff2</nonFilteredFileExtension> |
| | | </nonFilteredFileExtensions> |
| | | </configuration> |
| | | </plugin> |
| | | <!-- docker --> |
| | | <plugin> |
| | | <groupId>com.spotify</groupId> |