| | |
| | | </properties> |
| | | <dependencyManagement> |
| | | <dependencies> |
| | | <!-- |
| | | <dependency> |
| | | <groupId>org.springblade.platform</groupId> |
| | | <artifactId>blade-bom</artifactId> |
| | | <version>${bladex.project.version}</version> |
| | | <type>pom</type> |
| | | <scope>import</scope> |
| | | </dependency> |
| | | --> |
| | | |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-dependencies</artifactId> |
| | |
| | | </dependency> |
| | | --> |
| | | <!-- 报表 --> |
| | | |
| | | <!-- |
| | | <dependency> |
| | | <groupId>com.qianwen</groupId> |
| | | <artifactId>smart-starter-report</artifactId> |
| | | <version>1.0.0</version> |
| | | </dependency> |
| | | |
| | | --> |
| | | <!-- 验证码 --> |
| | | <dependency> |
| | | <groupId>com.github.whvcse</groupId> |
| | |
| | | <artifactId>smart-starter-notify</artifactId> |
| | | <version>1.0.0</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.springframework.plugin</groupId> |
| | | <artifactId>spring-plugin-core</artifactId> |
| | | <version>2.0.0.RELEASE</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.springframework.plugin</groupId> |
| | | <artifactId>spring-plugin-metadata</artifactId> |
| | | <version>2.0.0.RELEASE</version> |
| | | </dependency> |
| | | <!----> |
| | | <dependency> |
| | | <groupId>com.qianwen</groupId> |
| | |
| | | <dependency> |
| | | <groupId>mysql</groupId> |
| | | <artifactId>mysql-connector-java</artifactId> |
| | | <version>8.0.22</version> |
| | | </dependency> |
| | | <!-- 积木报表 --> |
| | | <dependency> |
| | | <groupId>org.jeecgframework.jimureport</groupId> |
| | | <artifactId>jimureport-spring-boot-starter</artifactId> |
| | | <!--<version>1.5.0-SNAPSHOT</version>--> |
| | | <version>1.5.9</version> |
| | | <version>1.5.0</version> |
| | | <!--<version>1.5.9</version>--> |
| | | </dependency> |
| | | <!-- openpdf 单独升级 --> |
| | | <dependency> |
| | |
| | | </plugin> |
| | | <plugin> |
| | | <artifactId>maven-compiler-plugin</artifactId> |
| | | <version>${maven.plugin.version}</version> |
| | | <configuration> |
| | | <source>${java.version}</source> |
| | | <target>${java.version}</target> |
| | |
| | | </compilerArgs> |
| | | </configuration> |
| | | </plugin> |
| | | |
| | | <plugin> |
| | | <groupId>org.apache.maven.plugins</groupId> |
| | | <artifactId>maven-resources-plugin</artifactId> |
| | | <configuration> |
| | | <encoding>UTF-8</encoding> |
| | | <nonFilteredFileExtensions> |
| | | <nonFilteredFileExtension>xlsx</nonFilteredFileExtension> |
| | | <nonFilteredFileExtension>xls</nonFilteredFileExtension> |
| | | </nonFilteredFileExtensions> |
| | | </configuration> |
| | | </plugin> |
| | | </plugins> |
| | | |
| | | </build> |