| | |
| | | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| | | <spring.boot.version>2.1.2.RELEASE</spring.boot.version> |
| | | <spring.version>5.1.1.RELEASE</spring.version> |
| | | <dorado.version>7.5.16</dorado.version> |
| | | <druid.version>1.2.8</druid.version> |
| | | <mysql.version>5.1.45</mysql.version> |
| | | <fastjson.version>2.0.10</fastjson.version> |
| | |
| | | <dependency> |
| | | <groupId>com.bstek.dorado</groupId> |
| | | <artifactId>dorado-core</artifactId> |
| | | <version>${dorado.version}</version> |
| | | <version>7.6.0</version> |
| | | <exclusions> |
| | | <exclusion> |
| | | <groupId>org.slf4j</groupId> |
| | |
| | | <plugin> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-maven-plugin</artifactId> |
| | | <version>2.7.9</version> |
| | | <executions> |
| | | <execution> |
| | | <goals> |
| | |
| | | </execution> |
| | | </executions> |
| | | </plugin> |
| | | <!-- <plugin>--> |
| | | <!-- <groupId>org.springframework.boot</groupId>--> |
| | | <!-- <artifactId>spring-boot-maven-plugin</artifactId>--> |
| | | <!-- <executions>--> |
| | | <!-- <execution>--> |
| | | <!-- <goals>--> |
| | | <!-- <goal>repackage</goal>--> |
| | | <!-- </goals>--> |
| | | <!-- </execution>--> |
| | | <!-- </executions>--> |
| | | <!-- </plugin>--> |
| | | |
| | | </plugins> |
| | | |
| | |
| | | |
| | | |
| | | <repositories> |
| | | <repository> |
| | | <id>sonatype</id> |
| | | <url>https://oss.sonatype.org/content/groups/public/</url> |
| | | </repository> |
| | | <!-- <repository>--> |
| | | <!-- <id>sonatype</id>--> |
| | | <!-- <url>https://oss.sonatype.org/content/groups/public/</url>--> |
| | | <!-- </repository>--> |
| | | <repository> |
| | | <id>bsdn-maven-repository</id> |
| | | <url>http://nexus.bsdn.org/content/groups/public/</url> |